aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | | | | | | | Fix silence command to use guild default roleGravatar Joe Banks2020-12-19-16/+7
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix invalid config name in voice gateGravatar Joe Banks2020-12-19-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Downgrade `markdownify` from 0.6.0 to 0.5.3.Gravatar Den42002020-12-18-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.6.0 brought breaking changes to markdownify, so we'll downgrade.
| * | | | | | | | | | | | | | | | | Fix pending testsGravatar Joe Banks2020-12-19-4/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Remove unused dateutil importsGravatar Joe Banks2020-12-19-2/+0
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Remove usage of joined_at metricity API itemGravatar Joe Banks2020-12-19-24/+9
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #1331 from python-discord/native-gating-two-user-boogalooGravatar Joe Banks2020-12-19-231/+289
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use member update event for verification DMs
| | * | | | | | | | | | | | | | | | | relock lockfileGravatar Joe Banks2020-12-19-1/+5
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Update discord.py name in PipfileGravatar Joe Banks2020-12-19-1/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Remove member_gating_cache RedisDictGravatar Joe Banks2020-12-19-3/+0
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Fix linting errorsGravatar Joe Banks2020-12-19-1/+0
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Lock PipfileGravatar Joe Banks2020-12-19-201/+269
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Update verification.py to use on_member_update, closes #1330Gravatar Joe Banks2020-12-19-27/+12
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Bump discord.py to a unreleased refGravatar Joe Banks2020-12-19-1/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Install git in Docker containerGravatar Joe Banks2020-12-19-0/+5
| |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Fix minor verification bugsGravatar Joe Banks2020-12-19-2/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #1329 from python-discord/native-gatingGravatar Joe Banks2020-12-19-12/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | Better handle native gated users
| | * | | | | | | | | | | | | | | | Correctly check if the user is pendingGravatar Joe Banks2020-12-19-5/+6
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Handling pending flag changes on usersGravatar Joe Banks2020-12-19-12/+14
| |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | Responses from the bot mention the user.Gravatar Steele2020-12-17-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, responses from the bot would say the name of the user rather than mentioning them.
| | * | | | | | | | | | | | | | | User gets the bot DM when verified via `!verify`.Gravatar Steele2020-12-17-1/+2
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `ALTERNATE_VERIFIED_MESSAGE` now begins "You're now verified!" instead of "Thanks for accepting our rules!".
| * | | | | | | | | | | | | | | Update verification.pyGravatar Joe Banks2020-12-16-2/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #1283 from python-discord/remove-seleniumGravatar ks1292020-12-16-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove selenium from the element list
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into remove-seleniumGravatar ks1292020-12-16-1655/+2334
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add codeowner entries for ks129Gravatar ks1292020-12-16-1/+3
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #1326 from Numerlor/codeblock-backtickGravatar ks1292020-12-15-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix backtick escapes in the codeblock tag
| | * | | | | | | | | | | | | | | | Fix codeblock escapeGravatar Numerlor2020-12-14-2/+2
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some devices the previous escaping didn't work properly, escaping all backticks will make sure none of them get registered as Markdown
| * | | | | | | | | | | | | | | | Revert "Comma separators in metricity data in user command"Gravatar Joe Banks2020-12-12-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 628bd4ffd1717eaed9372287c59fae1b23d4cbdf.
| * | | | | | | | | | | | | | | | Revert "Update comma code to fix tests"Gravatar Joe Banks2020-12-12-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b98c7f35916b9e5a41945030d87227394bafa1d5.
| * | | | | | | | | | | | | | | | Update comma code to fix testsGravatar Joe Banks2020-12-12-2/+9
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Comma separators in metricity data in user commandGravatar Joe Banks2020-12-12-2/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #1274 from python-discord/moderation/user-from-metricityGravatar Joe Banks2020-12-12-5/+45
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Single to double quotes & warning includes user ID.Gravatar Xithrius2020-12-11-4/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Added catching for unparsable short ISO dates.Gravatar Xithrius2020-12-11-4/+8
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge branch 'master' into moderation/user-from-metricityGravatar Sebastiaan Zeeff2020-12-11-1757/+2467
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Added docstring for the user activity function.Gravatar Xithrius2020-12-10-1/+6
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge branch 'moderation/user-from-metricity' of ↵Gravatar Xithrius2020-12-10-12/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/python-discord/bot into moderation/user-from-metricity
| | | * | | | | | | | | | | | | | | | Slightly reformatted activity block building.Gravatar Xithrius2020-12-10-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Hassan Abouelela <[email protected]>
| | | * | | | | | | | | | | | | | | | Compressed embed buildingGravatar Xithrius2020-12-10-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Hassan Abouelela <[email protected]>
| | * | | | | | | | | | | | | | | | | Compressed if into or statements.Gravatar Xithrius2020-12-10-9/+2
| | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | Changed logic of membership info creation.Gravatar Xithrius2020-11-11-14/+20
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Moved activity data further up in embed.Gravatar Xithrius2020-11-06-14/+31
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | User command gets verification time and message count.Gravatar Xithrius2020-11-04-1/+21
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Remove selenium from the element listGravatar Matteo Bertucci2020-11-12-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could lead to some confusion with the users believing that this channel is reserved to help related to the selenium tool.
* | | | | | | | | | | | | | | | | | Remove old reference to CachedParser and unused constGravatar Numerlor2021-01-11-4/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Check for containment instead of always getting the value from the dictGravatar Numerlor2021-01-11-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Getting the value from a defaultdict will always create the key for it, creating unnecessary entries every time a symbol is fetched from the bot
* | | | | | | | | | | | | | | | | | Notify the user that inventories were refreshed on cache clearsGravatar Numerlor2021-01-11-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Don't convert package names into lowercaseGravatar Numerlor2021-01-11-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The converter used to set them already ensures this for us, making the call redundant
* | | | | | | | | | | | | | | | | | Ensure footer fits into messageGravatar Numerlor2021-01-11-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The footer also now says Moved: at the start to clarify the meaning of the symbols to the user
* | | | | | | | | | | | | | | | | | Use a dictionary of lists instead of set for renamed symbolsGravatar Numerlor2021-01-11-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A dictionary allows us to grab the original symbol name and then get all the renamed symbols from it, with the improvements to `ensure_unique_symbol_name` we can also use lists instead of sets as each symbol we add should be unique