aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Filtering: Implement bad words detection in nicknamesGravatar ks1292020-05-29-0/+41
* Merge pull request #947 from python-discord/redis_persistenceGravatar Sebastiaan Zeeff2020-05-28-182/+1061
|\
| * Move the `self.redis_closed` into session create.Gravatar Leon Sandøy2020-05-28-1/+1
| * Prevent a state where a coro could wait forever.Gravatar Leon Sandøy2020-05-28-2/+6
| * Add custom exceptions for each error state.Gravatar Leon Sandøy2020-05-28-8/+21
| * Make prefix consts private and more precise.Gravatar Leon Sandøy2020-05-28-9/+9
| * Reduce complexity on some of the typestring stuff.Gravatar Leon Sandøy2020-05-28-31/+9
| * Merge branch 'master' into redis_persistenceGravatar Leon Sandøy2020-05-27-80/+154
| |\ | |/ |/|
* | Merge pull request #961 from python-discord/moderation_commands_in_modmail_ca...Gravatar Sebastiaan Zeeff2020-05-27-88/+161
|\ \
| * | Add some tests for `in_whitelist_check`.Gravatar Leon Sandøy2020-05-27-0/+48
| * | Remove the now deprecated in_channel_check.Gravatar Leon Sandøy2020-05-27-16/+0
| * | Merge branch 'master' into moderation_commands_in_modmail_categoryGravatar Joseph Banks2020-05-27-0/+1
| |\ \ | |/ / |/| |
* | | Add /r/FlutterDev to the guild invite whitelistGravatar Dennis Pham2020-05-26-0/+1
| * | Allow some commands to fail checks silently.Gravatar Leon Sandøy2020-05-27-2/+9
| * | No redirect for mod management.Gravatar Leon Sandøy2020-05-27-0/+1
| * | Find + change all InWhitelistCheckFailure importsGravatar Leon Sandøy2020-05-27-9/+8
| * | Allow infraction management in modmail categoryGravatar Leon Sandøy2020-05-27-12/+13
| * | Refactor the in_whitelist deco to a check.Gravatar Leon Sandøy2020-05-27-53/+86
|/ /
| * Fix ATROCIOUS comment.Gravatar Leon Sandøy2020-05-27-3/+5
| * Refactor typestring converters to partialmethods.Gravatar Leon Sandøy2020-05-27-30/+24
| * Floats are no longer permitted as RedisCache keys.Gravatar Leon Sandøy2020-05-27-43/+86
| * Refactor .increment and add lock test.Gravatar Leon Sandøy2020-05-27-65/+109
| * Clear cache in asyncSetUp instead of tests.Gravatar Leon Sandøy2020-05-27-6/+1
| * Merge branch 'master' into redis_persistenceGravatar Leon Sandøy2020-05-26-24/+97
| |\ | |/ |/|
* | Merge pull request #866 from python-discord/restricted_tagsGravatar Shirayuki Nekomata2020-05-26-17/+42
|\ \
| * \ Merge branch 'master' into restricted_tagsGravatar Shirayuki Nekomata2020-05-26-955/+2577
| |\ \ | |/ / |/| |
* | | [stats] Do not report modmail channels to statsGravatar Joseph Banks2020-05-26-1/+11
* | | Merge pull request #936 from python-discord/bug/filters/929/invalid-invitesGravatar kwzrd2020-05-25-1/+3
|\ \ \
| * \ \ Merge branch 'master' into bug/filters/929/invalid-invitesGravatar kwzrd2020-05-25-594/+833
| |\ \ \ | |/ / / |/| | |
* | | | Add discord.gift to URL blacklist, closes #958Gravatar Joseph Banks2020-05-24-0/+1
* | | | Merge pull request #956 from ks129/help-channels-deleteGravatar Sebastiaan Zeeff2020-05-24-5/+40
|\ \ \ \
| * \ \ \ Merge branch 'master' into help-channels-deleteGravatar Sebastiaan Zeeff2020-05-24-8/+64
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | HelpChannels: remove `is_dormant_message`Gravatar MarkKoz2020-05-22-5/+1
| * | | | HelpChannels: move message None check inside `match_bot_embed`Gravatar MarkKoz2020-05-22-8/+2
| * | | | HelpChannels: rename `embed_description_match`Gravatar MarkKoz2020-05-22-5/+5
| * | | | HelpChannels: fix `is_empty` not being awaitedGravatar MarkKoz2020-05-22-2/+5
| * | | | Help: Create `embed_description_match`Gravatar ks1292020-05-22-9/+12
| * | | | Help: Fix docstrings of `is_empty` and `on_message_delete`Gravatar ks1292020-05-22-2/+6
| * | | | Help: Implemented faster close when claimant delete msg no more messagesGravatar ks1292020-05-21-1/+31
| * | | | Config: Added new `HelpChannels` config `deleted_idle_minutes`Gravatar ks1292020-05-21-0/+5
| | * | | Filtering: don't attempt to send additional embeds for invalid invitesGravatar MarkKoz2020-05-10-1/+3
| | | * | Tags: always use top-most folder for role restrictionsGravatar MarkKoz2020-04-18-8/+11
| | | * | simplGravatar Rohan Reddy Alleti2020-04-14-3/+1
| | | * | simplify if statementGravatar Rohan Reddy Alleti2020-04-14-4/+2
| | | * | Feature now is cross-platformGravatar rohanjnr2020-04-14-7/+10
| | | * | Remove unnecessary variable creation and join two if statementsGravatar rohanjnr2020-04-05-5/+6
| | | * | Add feature to restrict tags to specific role(s)Gravatar rohanjnr2020-04-05-15/+37
| | | | * Add a test for RuntimeErrors.Gravatar Leon Sandøy2020-05-26-0/+22
| | | | * Swap the order for the validate_cache checks.Gravatar Leon Sandøy2020-05-26-8/+8
| | | | * Improve some docstrings for RedisCache.Gravatar Leon Sandøy2020-05-26-5/+3