| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | Add parentheses back to previous nominations count | 2021-03-06 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Boris Muratov <[email protected]> | ||||
| | * | | | | | Migrate talentpool to new schema | 2021-03-03 | -27/+59 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add disable_header to watchchannel initialization. We don't have root actor field anymore, so headers give error and there is no point to rewrite this, because this will be removed soon. - Removed duplicates check of nominations of one user. Now as API allows this, multiple actors can nomination one user. - Add special error message if same actor have already nominated user Every actor can only have 1 nomination entry. - Remove previous reason from watch command We don't store reason that way anymore, and we don't want that this message spam whole channel. - Split end reason and reason editing commands. API PATCH request buildup have been changed, so changing both of them in one command don't make sense anymore. - Migrate nomination string generation | ||||
| | * | | | | | Add disable_header to watchchannel to disable talentpool headers | 2021-03-03 | -1/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to disable this, because new format of nominations don't match with it. | ||||
| | | * | | | | Fixed unittest for purge infraction. | 2021-03-08 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Purge ban now says 'purge ban' on user purge ban. | 2021-03-08 | -2/+6 | ||
| | |/ / / / |/| | | | | |||||
| | | | * | | Restrict non-staffer to one snowflake at the time | 2021-03-08 | -1/+5 | ||
| | | | | | | |||||
| | | | * | | Make the snowflake command accept many snowflakes | 2021-03-08 | -12/+13 | ||
| | |_|/ / |/| | | | |||||
| * | | | | Mark #appeals as a mod channel | 2021-03-07 | -0/+2 | ||
| | | | | | |||||
| * | | | | Merge pull request #1450 from python-discord/pypi-url-formatter-patch | 2021-03-07 | -0/+9 | ||
| |\ \ \ \ | |_|/ / |/| | | | Only allow some characters within a request URL to PyPi. | ||||
| | * | | | Added filter. | 2021-03-06 | -0/+9 | ||
| |/ / / | |||||
| * | | | Remove trailing whitespace | 2021-03-06 | -1/+1 | ||
| | | | | |||||
| * | | | Filtering hotfix | 2021-03-06 | -1/+7 | ||
| | | | | | | | | | | Bug caused by an outdated function signature in a previous commit in the #1402 PR | ||||
| * | | | Merge pull request #1402 from python-discord/ks123/watchlist-trigger-reason | 2021-03-06 | -16/+44 | ||
| |\ \ \ | | | | | | | | | Implement showing filterlist entry comment in alerts | ||||
| | * \ \ | Merge branch 'master' into ks123/watchlist-trigger-reason | 2021-03-06 | -501/+932 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #1392 from ↵ | 2021-03-06 | -3/+4 | ||
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | ChrisLovering/Don't-suggest-when-a-tag-is-on-cooldown Don't fuzzy search for tags when tag is on cooldown | ||||
| | * \ \ \ | Merge branch 'master' into Don't-suggest-when-a-tag-is-on-cooldown | 2021-03-06 | -515/+1010 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #1449 from python-discord/json-logging | 2021-03-06 | -114/+196 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | Version lock JSON logger | 2021-03-06 | -2/+2 | ||
| | | | | | | | |||||
| | * | | | | | Use JSON logging when debug mode is disabled | 2021-03-06 | -16/+33 | ||
| | | | | | | | |||||
| | * | | | | | Add JSON logging dependencies | 2021-03-06 | -98/+163 | ||
| |/ / / / / | |||||
| * | | | | | Merge pull request #1434 from Numerlor/sendhelp | 2021-03-04 | -0/+2 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Send command help for BadUnionArgument errors | ||||
| | * | | | | | Close coroutine to prevent `RuntimeWarning`s | 2021-02-25 | -0/+1 | ||
| | | | | | | | |||||
| | * | | | | | Send command help for `BadUnionArgument`s | 2021-02-25 | -0/+1 | ||
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #1262 from python-discord/mbaruh/defcon | 2021-03-02 | -170/+247 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | Defcon overhaul | ||||
| | * | | | | Merge branch 'master' into mbaruh/defcon | 2021-03-02 | -274/+626 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #1440 from bast0006/master | 2021-03-01 | -5/+5 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Add !u, !tban, !superstar, and !unsuperstar aliases | ||||
| | * | | | | | Add !stban alias for !shadowtempban | 2021-03-01 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Add !superstar and !unsuperstar aliases for !superstarify | 2021-03-01 | -2/+2 | ||
| | | | | | | | |||||
| | * | | | | | Add alias !tban for !tempban | 2021-03-01 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Add alias !u for !user | 2021-03-01 | -1/+1 | ||
| |/ / / / / | |||||
| * | | | | | Merge pull request #1439 from python-discord/comparison-tag | 2021-02-28 | -0/+12 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Add a tag to explain a common error with substituting `=` and `==`. | ||||
| | * | | | | | Create comparison.md | 2021-02-28 | -0/+12 | ||
| |/ / / / / | |||||
| * | | | | | Merge pull request #1438 from python-discord/plural-events | 2021-02-27 | -1/+1 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Make "event" plural in socketstats embed | ||||
| | * | | | | | Make "event" plural in socketstats embed | 2021-02-26 | -1/+1 | ||
| |/ / / / / | |||||
| * | | | | | !int socketstats improvements | 2021-02-26 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | - Comma separate event values - Make fields inline for smaller embed | ||||
| * | | | | | Merge pull request #1436 from python-discord/startup-errors | 2021-02-26 | -5/+59 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Helpful Startup Errors | ||||
| | * \ \ \ \ | Merge branch 'master' into startup-errors | 2021-02-26 | -165/+151 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1437 from python-discord/dependabot/pip/aiohttp-3.7.4 | 2021-02-26 | -151/+133 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Bump aiohttp from 3.7.3 to 3.7.4 | ||||
| | * \ \ \ \ \ | Merge branch 'master' into dependabot/pip/aiohttp-3.7.4 | 2021-02-26 | -0/+11 | ||
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | | Merge pull request #1393 from sebkuip/json-tag | 2021-02-25 | -0/+11 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Made a tag to help people fix an empty file JSON error. | ||||
| | * \ \ \ \ \ \ | Merge branch 'master' into json-tag | 2021-02-26 | -90/+300 | ||
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| | * | | | | | | | Apply suggestions from code review | 2021-02-25 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | | | | | | | Hyperlink URL | 2021-02-09 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggestion of @Numelor Co-authored-by: Numerlor <[email protected]> | ||||
| | * | | | | | | | A small typo | 2021-02-09 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Kieran Siek <[email protected]> | ||||
| | * | | | | | | | Tiny grammar edit | 2021-02-09 | -2/+2 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Simplified language | 2021-02-05 | -6/+3 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'master' into json-tag | 2021-02-05 | -15/+78 | ||
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fixed random newline at start | 2021-02-05 | -1/+0 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Removed an excess line | 2021-02-05 | -1/+1 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Rewrite to make it more compact and to the point | 2021-02-05 | -16/+8 | ||
| | | | | | | | | | | |||||