aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | Merge branch 'master' into Stelercus/close_commandGravatar Steele Farnsworth2020-12-01-29/+92
| |\ \ \ \ \ \
| * | | | | | | Corrected `unclaim_channel` docstring to comply with style guideGravatar Steele2020-11-29-2/+4
| | | | | | | |
| * | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵Gravatar Steele2020-11-29-34/+29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Stelercus/close_command
| * | | | | | | | `!close` removes role from claimant only, new method `unclaim_channel`.Gravatar Steele2020-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 masterGravatar Steele2020-11-28-966/+1019
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/python-discord/bot into ↵Gravatar Steele2020-11-26-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stelercus/close_command
| * | | | | | | | | | Changes requested by @MarkKoz, new `unclaim_channel` methodGravatar Steele2020-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 ↵Gravatar Steele2020-11-25-109/+167
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stelercus/close_command
| * | | | | | | | | | | Moved the removal of the cooldown role from `close_command` to `move_to_dormant`Gravatar Steele2020-11-25-7/+8
| | | | | | | | | | | |
| * | | | | | | | | | | `!close` removes role when they have no help channels left; needs to be ↵Gravatar Steele2020-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 ↵Gravatar Steele2020-11-20-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | someone else; flattened `close_command`
| | | | | | | * | | | | Use the original wording of the public embed, but change the title to ↵Gravatar Steele2020-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 botGravatar Steele2020-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 ↵Gravatar Steele2020-12-05-1/+1
| | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swfarnsworth/superstar
| | | | | | | * | | | | | Add `starify` and `unstarify` as command aliases.Gravatar Steele2020-12-05-2/+2
| | | | | | | | | | | | |
| | | | | | | * | | | | | Bot relays the infraction reason in the DM.Gravatar Steele2020-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.Gravatar Steele2020-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.Gravatar Steele2020-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 @Den4200Gravatar Dennis Pham2020-12-06-8/+5
| | | | | | | | | | | |
* | | | | | | | | | | | Create review-policy.ymlGravatar Joe Banks2020-12-06-0/+3
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Add the `s` alias to `infraction search`Gravatar Matteo Bertucci2020-12-04-1/+1
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
| | | | | | | * | | Use Snowflake converter for snowflake commandGravatar ks1292020-12-10-1/+2
| | | | | | | | | |
| | | | | | | * | | Add sf alias to snowflake commandGravatar ks1292020-12-09-1/+1
| | | | | | | | | |
| | | | | | | * | | Create command for showing Discord snowflake creation timeGravatar ks1292020-12-04-0/+17
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge PR #1214 - Gracefully handle socket.gaierro in AsyncStatsClientGravatar Mark2020-12-02-2/+27
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Merge branch 'master' into fix/tagp/graceful-stasd-connectGravatar ks1292020-12-02-1637/+2096
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1305 from HassanAbouelela/seperate-voice-chat-channelsGravatar Dennis Pham2020-11-30-5/+17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adds VoiceChannels and Related Chats to Config
| * \ \ \ \ \ \ \ \ Merge branch 'master' into seperate-voice-chat-channelsGravatar Kyler2020-11-30-1003/+1143
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1197 from python-discord/pure/feature/infraction-appendGravatar Boris Muratov2020-12-01-24/+75
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | Infraction subcommand for amending infraction reasons
| * | | | | | | | | Merge branch 'master' into pure/feature/infraction-appendGravatar Boris Muratov2020-12-01-1608/+2004
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1310 from python-discord/mbaruh/infractionsGravatar Boris Muratov2020-11-29-34/+14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | General moderation improvements
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into mbaruh/infractionsGravatar ks1292020-11-29-2/+18
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1308 from Mushinako/masterGravatar Matteo Bertucci2020-11-28-0/+15
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | Add `build-tools` tag
| * | | | | | | | | | Merge branch 'master' into masterGravatar Matteo Bertucci2020-11-28-7/+15
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1311 from python-discord/mbaruh-codeownersGravatar Boris Muratov2020-11-28-2/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add myself to CODEOWNERS
| * | | | | | | | | | | Add myself to CODEOWNERSGravatar Boris Muratov2020-11-28-2/+3
|/ / / / / / / / / / /
| * | | | | | | | | | Rename `build-tools` to `microsoft-build-tools`Gravatar Mushinako2020-11-28-0/+0
| | | | | | | | | | |
| * | | | | | | | | | Remove UAC prompt infoGravatar Mushinako2020-11-26-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assuming Windows users are familiar with UAC
| * | | | | | | | | | Bold numberingGravatar Mushinako2020-11-26-5/+5
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into masterGravatar Mushinako2020-11-26-945/+1007
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add `build-tools` tagGravatar Mushinako2020-11-26-0/+15
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Infoblock tag helping people install Microsoft Visual C++ Build Tools on Windows
| | | * | | | | | | | Added infraction edit aliasesGravatar mbaruh2020-11-28-2/+2
| | | | | | | | | | |
| | | * | | | | | | | Add default mute durationGravatar mbaruh2020-11-28-2/+12
| | | | | | | | | | |
| | | * | | | | | | | Remove unnecessary shadow infractionsGravatar mbaruh2020-11-28-30/+0
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Add myself to CODEOWNERS for CI filesGravatar Sebastiaan Zeeff2020-11-27-1/+1
| | | | | | | | | |
* | | | | | | | | | Add @Akarys42 to the codeownersGravatar Matteo Bertucci2020-11-27-7/+14
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1294 - Help Channel RefactorGravatar Mark2020-11-26-943/+1001
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update help channels directory for code ownersGravatar MarkKoz2020-11-26-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into feat/help/refactorGravatar MarkKoz2020-11-26-74/+82
| |\| | | | | | | |
| * | | | | | | | | Help channels: document the return value of notify()Gravatar MarkKoz2020-11-26-0/+3
| | | | | | | | | |