| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge pull request #1318 from python-discord/ks123/snowflake-command | 2020-12-10 | -0/+18 | |
| |\ | | | | | Create command for showing Discord snowflake creation time | |||
| | * | Merge branch 'master' into ks123/snowflake-command | 2020-12-10 | -43/+78 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #1322 from python-discord/swfarnsworth/developer_command | 2020-12-10 | -1/+17 | |
| |\ \ | | | | | | | New `!verify` command to manually apply the Developer role | |||
| | * \ | Merge branch 'master' into swfarnsworth/developer_command | 2020-12-09 | -33/+52 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | 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 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| | * | | | | 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 `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. | |||
| | | | | | | | | | * | | Delete verify.py, integrate `!verify` command into verification.py. | 2020-12-09 | -45/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There wasn't any reason the command needed its own cog, so the exact same functionality is now in the Verification cog. | |||
| | | | | | | | | | * | | Create Verify cog for new `!verify` command. | 2020-12-09 | -1/+46 | |
| | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `!verify` command allows moderators to apply the Developer role to a user. `!verify` is therefore removed as an alias for `!accept`. | |||
| * | | | | | | | | | | Update CODEOWNERS for @Den4200 | 2020-12-06 | -8/+5 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Create review-policy.yml | 2020-12-06 | -0/+3 | |
| | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||
| * | | | | | | | | | Add the `s` alias to `infraction search` | 2020-12-04 | -1/+1 | |
| | |_|_|_|_|_|/ / |/| | | | | | | | ||||
| | | | | | | | * | Use Snowflake converter for snowflake command | 2020-12-10 | -1/+2 | |
| | | | | | | | | | ||||
| | | | | | | | * | Add sf alias to snowflake command | 2020-12-09 | -1/+1 | |
| | | | | | | | | | ||||
| | | | | | | | * | Create command for showing Discord snowflake creation time | 2020-12-04 | -0/+17 | |
| | |_|_|_|_|_|/ |/| | | | | | | ||||
| * | | | | | | | 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 | |
| | | | | | | | | | | ||||