aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | | Fixing a typo in the humanize function that would cause output that looks ↵Gravatar Leon Sandøy2018-07-23-1/+1
| | | | | | | | | | | | | | | | | | | | like 0 years, 0 months, 0 days and 2 hours
* | | | | Merge branch 'enhancement/detect-bans-in-bigbrother-cog' into 'master'Gravatar Gareth Coles2018-07-23-3/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove banned users from BigBrother's prying eyes. See merge request python-discord/projects/bot!34
| * | | | | Remove banned users from BigBrother's prying eyes.Gravatar Johannes Christ2018-07-23-3/+24
|/ / / / /
* | | | | [Modlog] Suppress channel position changesGravatar Gareth Coles2018-07-23-1/+1
| | | | |
* | | | | Merge branch 'humanize_date' into 'master'Gravatar Johannes Christ2018-07-22-21/+61
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | A utility for creating human readable timestrings. See merge request python-discord/projects/bot!33
| * | | | | A utility for creating human readable timestrings.Gravatar Leon Sandøy2018-07-22-21/+61
|/ / / / /
* | | | | Merge branch 'enhancement/paginate-and-sort-inventory-list' into 'master'Gravatar Leon Sandøy2018-07-22-6/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Paginate and sort `bot.docs.get` output. See merge request python-discord/projects/bot!15
| * | | | | Paginate and sort `bot.docs.get` output.Gravatar Johannes Christ2018-07-07-6/+5
| | | | | |
* | | | | | Remove unnecessary f-strings.Gravatar Gareth Coles2018-07-21-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Closes #38 - all tasks are done with this push.
* | | | | | [Modlog] Improved message edit loggingGravatar Gareth Coles2018-07-21-28/+119
| | | | | |
* | | | | | [Modlog] Improved message deletion loggingGravatar Gareth Coles2018-07-21-36/+79
| | | | | |
* | | | | | [Verification] Fix stupid bugGravatar Gareth Coles2018-07-21-1/+1
| |_|_|_|/ |/| | | |
* | | | | Update incorrect site URLGravatar Gareth Coles2018-07-21-1/+1
| | | | |
* | | | | Merge branch 'mod-log' into 'master'Gravatar Gareth Coles2018-07-21-234/+848
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Mod log functionality See merge request python-discord/projects/bot!30
| * | | | Mod log functionalityGravatar Gareth Coles2018-07-21-234/+848
|/ / / /
* | | | Adding all help channels to code block detection channel list, and setting ↵Gravatar Leon Sandøy2018-07-16-17/+28
| | | | | | | | | | | | | | | | default bigbrother channel to #big-brother-logs. Also cleaning up some constants.
* | | | Merge branch 'feature/add-big-brother-cog' into 'master'Gravatar Leon Sandøy2018-07-16-0/+165
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the BigBrother cog. Closes #17 See merge request python-discord/projects/bot!22
| * | | | Add the BigBrother cog.Gravatar Johannes Christ2018-07-16-0/+165
|/ / / /
* | | | Merge branch 'enhancement/bot-eval-security-improvements' into 'master'Gravatar Jeremiah Boby2018-07-15-2/+46
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Snekbox eval "security" improvements See merge request python-discord/projects/bot!26
| * | | | Snekbox eval "security" improvementsGravatar Johannes Christ2018-07-15-2/+46
|/ / / /
* | | | [Snekbox] Better mention preventionGravatar Gareth Coles2018-07-12-0/+3
| | | |
| | | * Add 'edit reason' commandGravatar momothereal2018-07-25-0/+31
| | | |
| | | * Add kick commandGravatar momothereal2018-07-25-0/+39
| | | |
| | | * Remove old comments, some message cleanupGravatar momothereal2018-07-24-5/+2
| | | |
| | | * Add command to edit infraction duration, show ID in infraction listGravatar momothereal2018-07-24-8/+56
| | | |
| | | * Show user when querying by reasonGravatar momothereal2018-07-24-4/+14
| | | |
| | | * Add support for searching infractions by reasonGravatar momothereal2018-07-24-11/+32
| | | |
| | | * Show active status in infraction list, fix Discord pagination rendering issueGravatar momothereal2018-07-24-3/+14
| | | |
| | | * Use 'Muted' role, show actor in infraction listGravatar momothereal2018-07-24-21/+31
| | | |
| | | * Add infraction search for user, converter for user-string-fallbackGravatar momothereal2018-07-23-2/+84
| | | |
| | | * Unmute and unban commandsGravatar momothereal2018-07-23-4/+91
| | | |
| | | * Add tempban, add function to cancel active expiration tasksGravatar momothereal2018-07-23-7/+90
| | | |
| | | * Improve dangling infraction supportGravatar momothereal2018-07-21-4/+13
| | | |
| | | * Add expiration scheduler + startup, tempmute commandGravatar momothereal2018-07-21-6/+110
| | | |
| | | * Permanent ban and mute commandsGravatar momothereal2018-07-20-13/+58
| | | |
| | | * Make reason optional, register moderation cogGravatar momothereal2018-07-18-2/+10
| | | |
| | | * Revert change to warning command formatGravatar momothereal2018-07-18-2/+2
| | | |
| | | * Add default infraction URLs to config, cleanup moderation cogGravatar momothereal2018-07-18-16/+15
| | | |
| | | * Adds framework for commands and warning command.Gravatar WrongEnd2018-07-18-0/+84
| |_|/ |/| |
* | | Merge branch 'momo/snekbox-paste' into 'master'Gravatar Gareth Coles2018-07-11-3/+28
|\ \ \ | | | | | | | | | | | | | | | | Send truncated output to pasting service See merge request python-discord/projects/bot!25
| * | | Send truncated output to pasting serviceGravatar momothereal2018-07-11-3/+28
|/ / /
* | | [Snekbox] Code template should activate snekbox prod VMGravatar Gareth Coles2018-07-11-0/+3
| | |
* | | Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-07-10-6/+129
|\ \ \
| * \ \ Merge branch 'feature/otname-list-command' into 'master'Gravatar Leon Sandøy2018-07-10-0/+23
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add a `otname.list` command. See merge request python-discord/projects/bot!14
| | * | | Add bullet points.Gravatar Johannes Christ2018-07-07-7/+2
| | | | |
| | * | | Add a `otname.list` command.Gravatar Johannes Christ2018-07-07-0/+28
| | |/ /
| * | | Merge branch 'fix-numbers-in-channel-names' into 'master'Gravatar Leon Sandøy2018-07-10-2/+2
| |\ \ \ | | |_|/ | |/| | | | | | | | | | Allow numbers in off-topic channel names. See merge request python-discord/projects/bot!11
| | * | Allow numbers in off-topic channel names.Gravatar Johannes Christ2018-07-04-2/+2
| | | |
| * | | Ignore messages sent by bots.Gravatar Johannes Christ2018-07-08-0/+3
| | | |
| * | | Merge branch 'feature/api-token-remover' into 'master'Gravatar Joseph Banks2018-07-07-0/+92
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a simple Discord API token remover. Closes #13 See merge request python-discord/projects/bot!16