| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge pull request #1319 from python-discord/swfarnsworth/superstar | 2020-12-09 | -20/+21 | |
| |\ | | | | | Relay the moderator's reason for `!superstarify` to the user | |||
| | * | Merge branch 'master' into swfarnsworth/superstar | 2020-12-09 | -21/+39 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #1306 from python-discord/Stelercus/close_command | 2020-12-08 | -13/+31 | |
| |\ \ | | | | | | | `!close` removes the cooldown role from the claimant | |||
| | * \ | Merge branch 'master' into Stelercus/close_command | 2020-12-08 | -11/+36 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Update CODEOWNERS for @Den4200 | 2020-12-06 | -8/+5 | |
| | | | | ||||
| * | | | Create review-policy.yml | 2020-12-06 | -0/+3 | |
| | | | | ||||
| | * | | Merge branch 'master' into Stelercus/close_command | 2020-12-01 | -29/+92 | |
| | |\ \ | ||||
| | * | | | Corrected `unclaim_channel` docstring to comply with style guide | 2020-11-29 | -2/+4 | |
| | | | | | ||||
| | * | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵ | 2020-11-29 | -34/+29 | |
| | |\ \ \ | | | | | | | | | | | | | | | | Stelercus/close_command | |||
| | * | | | | `!close` removes role from claimant only, new method `unclaim_channel`. | 2020-11-29 | -13/+29 | |
| | | | | | | | | | | | | | | | | | | | | | Previously `!close` would remove the cooldown role from the person who issued the command, whereas now `unclaim_channel` handles removing the role from the claimant if it was their only channel open. | |||
| | * | | | | Resolving merge conflicts with master | 2020-11-28 | -966/+1019 | |
| | |\ \ \ \ | ||||
| | * \ \ \ \ | Merge branch 'master' of https://github.com/python-discord/bot into ↵ | 2020-11-26 | -1/+1 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Stelercus/close_command | |||
| | * | | | | | | Changes requested by @MarkKoz, new `unclaim_channel` method | 2020-11-26 | -20/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deleted expensive logging operation; moved cooldown role removal functionality to new `unclaim_channel` method; handle possibility that claimant has left the guild; optimized redis cache iteration with `any` | |||
| | * | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵ | 2020-11-25 | -109/+167 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Stelercus/close_command | |||
| | * | | | | | | | Moved the removal of the cooldown role from `close_command` to `move_to_dormant` | 2020-11-25 | -7/+8 | |
| | | | | | | | | | ||||
| | * | | | | | | | `!close` removes role when they have no help channels left; needs to be ↵ | 2020-11-25 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed so role is removed when the channel times out | |||
| | * | | | | | | | `!close` removes the cooldown role from the claimant even when invoked by ↵ | 2020-11-20 | -10/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | someone else; flattened `close_command` | |||
| | | | | | | | * | Use the original wording of the public embed, but change the title to ↵ | 2020-12-07 | -11/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Superstarified!" Per internal staff discussion, we'll keep the wording of the message. | |||
| | | | | | | | * | User gets a more detailed message from the bot | 2020-12-06 | -12/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whereas one of my previous commits makes the message the user gets and the infraction that gets recorded the same, the recorded infraction is now shorter, but the message the user gets is more similar to the embed posted in the public channel. We also softened the language of the user-facing message a bit. | |||
| | | | | | | | * | Merge branch 'master' of https://github.com/python-discord/bot into ↵ | 2020-12-05 | -1/+1 | |
| | | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | swfarnsworth/superstar | |||
| * | | | | | | | | Add the `s` alias to `infraction search` | 2020-12-04 | -1/+1 | |
| | | | | | | | | | ||||
| | | | | | | | * | Add `starify` and `unstarify` as command aliases. | 2020-12-05 | -2/+2 | |
| | | | | | | | | | ||||
| | | | | | | | * | Bot relays the infraction reason in the DM. | 2020-12-05 | -6/+6 | |
| | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | Previously, the infraction DM from the bot gave a formulaic message about the nickname policy. It now gives a slightly different message along with the reason given by the mod. This means that the message the user gets and the infraction reason that gets recorded are now the same. | |||
| * | | | | | | | Merge PR #1214 - Gracefully handle socket.gaierro in AsyncStatsClient | 2020-12-02 | -2/+27 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||
| | * | | | | | | Merge branch 'master' into fix/tagp/graceful-stasd-connect | 2020-12-02 | -1637/+2096 | |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | | Merge pull request #1305 from HassanAbouelela/seperate-voice-chat-channels | 2020-11-30 | -5/+17 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adds VoiceChannels and Related Chats to Config | |||
| | * \ \ \ \ \ \ | Merge branch 'master' into seperate-voice-chat-channels | 2020-11-30 | -1003/+1143 | |
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #1197 from python-discord/pure/feature/infraction-append | 2020-12-01 | -24/+75 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Infraction subcommand for amending infraction reasons | |||
| | * | | | | | | | Merge branch 'master' into pure/feature/infraction-append | 2020-12-01 | -1608/+2004 | |
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #1310 from python-discord/mbaruh/infractions | 2020-11-29 | -34/+14 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | General moderation improvements | |||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into mbaruh/infractions | 2020-11-29 | -2/+18 | |
| | |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | | Merge pull request #1308 from Mushinako/master | 2020-11-28 | -0/+15 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | Add `build-tools` tag | |||
| | * | | | | | | | | Merge branch 'master' into master | 2020-11-28 | -7/+15 | |
| | |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | | Merge pull request #1311 from python-discord/mbaruh-codeowners | 2020-11-28 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add myself to CODEOWNERS | |||
| | * | | | | | | | | | Add myself to CODEOWNERS | 2020-11-28 | -2/+3 | |
| |/ / / / / / / / / | ||||
| | * | | | | | | | | Rename `build-tools` to `microsoft-build-tools` | 2020-11-28 | -0/+0 | |
| | | | | | | | | | | ||||
| | * | | | | | | | | Remove UAC prompt info | 2020-11-26 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assuming Windows users are familiar with UAC | |||
| | * | | | | | | | | Bold numbering | 2020-11-26 | -5/+5 | |
| | | | | | | | | | | ||||
| | * | | | | | | | | Merge branch 'master' into master | 2020-11-26 | -945/+1007 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | Add `build-tools` tag | 2020-11-26 | -0/+15 | |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Infoblock tag helping people install Microsoft Visual C++ Build Tools on Windows | |||
| | | | * | | | | | | Added infraction edit aliases | 2020-11-28 | -2/+2 | |
| | | | | | | | | | | ||||
| | | | * | | | | | | Add default mute duration | 2020-11-28 | -2/+12 | |
| | | | | | | | | | | ||||
| | | | * | | | | | | Remove unnecessary shadow infractions | 2020-11-28 | -30/+0 | |
| | |_|/ / / / / / |/| | | | | | | | ||||
| * | | | | | | | | Add myself to CODEOWNERS for CI files | 2020-11-27 | -1/+1 | |
| | | | | | | | | | ||||
| * | | | | | | | | Add @Akarys42 to the codeowners | 2020-11-27 | -7/+14 | |
| | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | | Merge pull request #1294 - Help Channel Refactor | 2020-11-26 | -943/+1001 | |
| |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | Update help channels directory for code owners | 2020-11-26 | -1/+1 | |
| | | | | | | | | | ||||
| | * | | | | | | | Merge branch 'master' into feat/help/refactor | 2020-11-26 | -74/+82 | |
| | |\| | | | | | | ||||
| | * | | | | | | | Help channels: document the return value of notify() | 2020-11-26 | -0/+3 | |
| | | | | | | | | | ||||
| | * | | | | | | | Help channels: don't check if task is done before awaiting | 2020-11-26 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Awaiting a done task is effectively a no-op, so it's redundant to check if the task is done before awaiting it. Furthermore, a task is also considered done if it was cancelled or an exception was raised. Therefore, avoiding awaiting in such cases doesn't allow the errors to be propagated and incorrectly allows the awaiter to keep executing. | |||