aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Add option for user to delete the not found message before it's auto deleted.Gravatar Numerlor2020-06-29-4/+11
* Trigger typing in converter instead of command.Gravatar Numerlor2020-06-29-4/+2
* Add stat for packages of fetched symbols.Gravatar Numerlor2020-06-29-10/+13
* Only update added inventory instead of all.Gravatar Numerlor2020-06-28-1/+1
* Only include one newline for `p` tags in `li` elements.Gravatar Numerlor2020-06-27-0/+7
* Redesign `find_all_text_until_tag` to search through all direct children.Gravatar Numerlor2020-06-27-27/+12
* Strip backticks from symbol input.Gravatar Numerlor2020-06-21-0/+1
* Correct return when a module symbol could not be parsed.Gravatar Numerlor2020-06-21-9/+8
* Fix typehint.Gravatar Numerlor2020-06-21-1/+1
* Renamed existing symbols from `NO_OVERRIDE_GROUPS` instead of replacing.Gravatar Numerlor2020-06-21-7/+12
* Add symbol group name to symbol inventory entries.Gravatar Numerlor2020-06-21-10/+17
* Remove unnecessary join.Gravatar Numerlor2020-06-21-1/+1
* Also check signatures before selected symbol when collecting 3 signatures.Gravatar Numerlor2020-06-21-1/+5
* Account for `NavigableString`s when gathering text.Gravatar Numerlor2020-06-21-3/+9
* Make sure only class contents are included, without methods.Gravatar Numerlor2020-06-18-13/+42
* Move symbol parsing into separate methods.Gravatar Numerlor2020-06-18-23/+43
* Skip symbols with slashes in them.Gravatar Numerlor2020-06-17-0/+2
* Make doc get greedy.Gravatar Numerlor2020-06-17-5/+6
* Resolve relative href urls in a html elements.Gravatar Numerlor2020-06-17-3/+13
* Merge pull request #930 from MrGrote/test_antimalwareGravatar Sebastiaan Zeeff2020-05-30-20/+194
|\
| * Merge branch 'master' into test_antimalwareGravatar Sebastiaan Zeeff2020-05-30-965/+2124
| |\ | |/ |/|
* | Merge pull request #972 from Numerlor/tag-encodingGravatar Mark2020-05-29-1/+1
|\ \
| * | Tags: explicitly use UTF-8 to read filesGravatar MarkKoz2020-05-30-1/+1
|/ /
* | Merge pull request #965 from Akarys42/patch-1Gravatar Dennis Pham2020-05-29-0/+1
|\ \
| * \ Merge branch 'master' into patch-1Gravatar Dennis Pham2020-05-29-31/+8
| |\ \ | |/ / |/| |
* | | Merge pull request #966 from python-discord/sebastiaan/help-channels/ratelimitsGravatar Joseph Banks2020-05-29-31/+8
|\ \ \
| * | | Reduce the number of help channel name changesGravatar Sebastiaan Zeeff2020-05-29-29/+3
| * | | Fix `check_for_answer` breaking on missing cacheGravatar Sebastiaan Zeeff2020-05-29-2/+5
|/ / /
| * / Ignore response when posting python newsGravatar Matteo Bertucci2020-05-29-0/+1
|/ /
* | 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