| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'master' into voicechannel-mute | 2020-12-29 | -160/+238 | |
| |\ | ||||
| | * | Merge pull request #1016 from ks129/bug-fixes | 2020-12-29 | -14/+59 | |
| | |\ | | | | | | | Some bug fixes | |||
| | | * | Merge branch 'master' into bug-fixes | 2020-12-29 | -554/+567 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Merge pull request #1328 from python-discord/swfarnsworth/developer_command | 2020-12-24 | -10/+12 | |
| | |\ \ | | | | | | | | | Manual verification with `!verify` sends the user the confirmation DM. | |||
| | | * | | `if user.pending` -> `if not user.pending` | 2020-12-24 | -1/+1 | |
| | | | | | | | | | | | | | This was a logic error. This functionality is unfortunately difficult to test outside of production. | |||
| | | * | | `ALTERNATE_VERIFIED_MESSAGE`: "You're" -> "You are". | 2020-12-23 | -1/+1 | |
| | | | | | ||||
| | | * | | Merge branch 'master' of https://github.com/python-discord/bot into ↵ | 2020-12-23 | -136/+167 | |
| | | |\ \ | | |/ / | |/| | | | | | | swfarnsworth/developer_command | |||
| | * | | | Merge pull request #1337 from python-discord/ks123/pep | 2020-12-23 | -136/+167 | |
| | |\ \ \ | | | | | | | | | | | Move PEP command and utils to own cog, fix bug related not checking status and add GitHub token | |||
| | | * \ \ | Merge branch 'master' into ks123/pep | 2020-12-23 | -10/+42 | |
| | | |\ \ \ | | |/ / / | |/| | | | ||||
| | | * | | | Move PEP cog to info extensions category | 2020-12-23 | -0/+0 | |
| | | | | | | ||||
| | | * | | | Move constants out from class | 2020-12-23 | -5/+4 | |
| | | | | | | ||||
| | | * | | | Merge branch 'master' into ks123/pep | 2020-12-20 | -124/+39 | |
| | | |\ \ \ | ||||
| | | * | | | | Remove unused constant | 2020-12-20 | -1/+0 | |
| | | | | | | | ||||
| | | * | | | | Implement GitHub API authorization header | 2020-12-20 | -1/+9 | |
| | | | | | | | ||||
| | | * | | | | Log warning and return early when can't get PEP URLs from API | 2020-12-20 | -0/+4 | |
| | | | | | | | ||||
| | | * | | | | Make last PEPs listing refresh non-optional | 2020-12-20 | -1/+2 | |
| | | | | | | | ||||
| | | * | | | | Set last PEPs listing at beginning of function | 2020-12-20 | -1/+1 | |
| | | | | | | | ||||
| | | * | | | | Move PEP related functions and command to own cog | 2020-12-20 | -136/+154 | |
| | | | | | | | ||||
| | | * | | | | Add GitHub API key to config as environment variable | 2020-12-20 | -0/+2 | |
| | | | | | | | ||||
| | | | | * | | Merge branch 'master' of https://github.com/python-discord/bot into ↵ | 2020-12-22 | -9/+41 | |
| | | | | |\ \ | | |_|_|/ / | |/| | | | | | | | | | | swfarnsworth/developer_command | |||
| | | | | * | | Rewrite `!verify` to account for new native-gate-only verification. | 2020-12-22 | -10/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Renamed method; if not `user.pending`, adds and immediately removes an arbitrary role (namely the Announcements role), which verifies the user. | |||
| | | | | * | | Merge branch 'master' of https://github.com/python-discord/bot into ↵ | 2020-12-20 | -403/+351 | |
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | swfarnsworth/developer_command | |||
| | | | | * | | | Responses from the bot mention the user. | 2020-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`. | 2020-12-17 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `ALTERNATE_VERIFIED_MESSAGE` now begins "You're now verified!" instead of "Thanks for accepting our rules!". | |||
| | | | | | | * | Log info instead error for watchchannel consume task cancel | 2020-12-17 | -1/+1 | |
| | | | | | | | | ||||
| | | | | | | * | Merge branch 'master' into bug-fixes | 2020-12-17 | -55/+274 | |
| | | | | | | |\ | | | | | |_|/ | | | | |/| | | ||||
| | | | | | | * | Merge branch 'master' into bug-fixes | 2020-12-02 | -1079/+1215 | |
| | | | | | | |\ | ||||
| | | | | | | * | | Remove unnecessary f-string | 2020-12-02 | -1/+1 | |
| | | | | | | | | | ||||
| | | | | | | * | | Fix removing extensions and cogs for bot shutdown | 2020-12-02 | -3/+7 | |
| | | | | | | | | | ||||
| | | | | | | * | | Add failure message when applying infraction fails because user left | 2020-12-02 | -0/+2 | |
| | | | | | | | | | ||||
| | | | | | | * | | Remove second unnecessary parenthesis | 2020-12-02 | -4/+2 | |
| | | | | | | | | | ||||
| | | | | | | * | | Log exception instead warning for unexpected HttpException | 2020-12-02 | -1/+1 | |
| | | | | | | | | | ||||
| | | | | | | * | | Fix user leaving from guild log grammar | 2020-12-02 | -2/+4 | |
| | | | | | | | | | ||||
| | | | | | | * | | Merge NotFound caching with HttpException caching with status code | 2020-12-02 | -10/+4 | |
| | | | | | | | | | ||||
| | | | | | | * | | Merge branch 'master' into bug-fixes | 2020-11-21 | -604/+931 | |
| | | | | | | |\ \ | ||||
| | | | | | | * | | | Catch not found exception in scheduler | 2020-11-07 | -15/+30 | |
| | | | | | | | | | | ||||
| | | | | | | * | | | Use result instead exception for watchchannel closing task | 2020-11-07 | -1/+1 | |
| | | | | | | | | | | ||||
| | | | | | | * | | | Remove both cogs and extensions on closing | 2020-11-07 | -11/+4 | |
| | | | | | | | | | | ||||
| | | | | | | * | | | Merge branch 'master' into bug-fixes | 2020-11-07 | -811/+2173 | |
| | | | | | | |\ \ \ | ||||
| | | | | | | * \ \ \ | Merge remote-tracking branch 'origin/bug-fixes' into bug-fixes | 2020-10-10 | -0/+0 | |
| | | | | | | |\ \ \ \ | ||||
| | | | | | | | * | | | | Fix calling extensions removing function with wrong name | 2020-10-09 | -1/+1 | |
| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | Catch HTTPException when muting user | 2020-10-10 | -2/+7 | |
| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | Use done callback instead of plain try-except inside function | 2020-10-10 | -26/+30 | |
| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | Get all extensions first for unloading to avoid iteration error | 2020-10-10 | -1/+3 | |
| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | Fix name of extensions removing function | 2020-10-10 | -1/+1 | |
| | | | | | | |/ / / / | ||||
| | | | | | | * | | | | Merge remote-tracking branch 'up/master' into bug-fixes | 2020-10-09 | -5351/+7612 | |
| | | | | | | |\ \ \ \ | ||||
| | | | | | | * | | | | | Make bot shutdown remove all other non-extension cogs again | 2020-10-09 | -1/+1 | |
| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | Use asyncio.gather instead manual looping and awaiting | 2020-07-31 | -3/+2 | |
| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | Simplify bot shutdown cogs removing | 2020-07-31 | -9/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unloading extensions already remove all cogs that is inside it and this is enough good for this case, because bot still call dpy's internal function later to remove cogs not related with extensions (when exist). | |||
| | | | | | | * | | | | | Improve extension + cogs removing comment on `close` | 2020-07-23 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | |||