aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'feature/userinfo' into 'master'Gravatar Joseph Banks2018-07-31-2/+73
|\ | | | | | | | | User info command See merge request python-discord/projects/bot!42
| * Added user info commandGravatar Kingsley McDonald2018-07-31-2/+73
| |
* | Merge branch 'enhancement/increase-pil-png-image-plugin-logging-level' into ↵Gravatar Leon Sandøy2018-07-31-0/+1
|\ \ | | | | | | | | | | | | | | | | | | 'master' Bump `PIL.PngImagePlugin`s logging level. See merge request python-discord/projects/bot!19
| * | Bump `PIL.PngImagePlugin`s logging level.Gravatar Johannes Christ2018-07-28-0/+1
| | |
* | | Merge branch 'censor_plugin' into 'master'Gravatar Leon Sandøy2018-07-31-38/+366
|\ \ \ | |_|/ |/| | | | | | | | Filtering plugin See merge request python-discord/projects/bot!41
| * | Sanity check for msg.author. Only Member has roles.Gravatar Leon Sandøy2018-07-30-4/+6
| | |
| * | Gotta filter edits too, to combat sneaky racistsGravatar Leon Sandøy2018-07-30-1/+7
| | |
| * | Addressing all review comments from gdudeGravatar Leon Sandøy2018-07-30-5/+9
| | |
| * | Case insensitive URL filteringGravatar Leon Sandøy2018-07-30-2/+2
| | |
| * | Okay, this should be ready to MR now.Gravatar Leon Sandøy2018-07-30-74/+663
| |\ \
| * | | WIPGravatar Leon Sandøy2018-07-30-4/+7
| | | |
| * | | WIP commitGravatar Leon Sandøy2018-07-29-0/+5
| | | |
| * | | merge conflict resolutionGravatar Leon Sandøy2018-07-29-87/+1137
| |\ \ \
| * | | | Still WIP, but almost done. I think I need the clean MRs merged before I ↵Gravatar Leon Sandøy2018-07-28-37/+59
| | | | | | | | | | | | | | | | | | | | continue.
| * | | | finished all filters and built a rules engine. now just need to write the ↵Gravatar Leon Sandøy2018-07-28-31/+157
| | | | | | | | | | | | | | | | | | | | automod and the mod-alert features so we can actually respond accordingly.
| * | | | Added smart invite filtering and dumb domain filtering.Gravatar Leon Sandøy2018-07-28-12/+89
| | | | |
| * | | | Merge branch 'master' into censor_pluginGravatar Leon Sandøy2018-07-27-577/+337
| |\ \ \ \
| * | | | | minor testing parametersGravatar Leon Sandøy2018-07-27-1/+9
| | | | | |
| * | | | | Created the Filtering cog and implemented a filter for zalgo.Gravatar Leon Sandøy2018-07-25-8/+43
| | | | | |
| * | | | | Adding all the constants to the dataclass.Gravatar Leon Sandøy2018-07-25-36/+46
| | | | | |
| * | | | | Updating config-default.yml with the required configuration parameters for ↵Gravatar Leon Sandøy2018-07-25-32/+76
| | | | | | | | | | | | | | | | | | | | | | | | the censor plugin
* | | | | | Merge branch 'info_commands' into 'master'Gravatar Leon Sandøy2018-07-30-11/+146
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Info commands See merge request python-discord/projects/bot!32
| * | | | | | Info commandsGravatar Leon Sandøy2018-07-30-11/+146
|/ / / / / /
* | | | | | Merge branch 'enhancement/delete-otname-command' into 'master'Gravatar Gareth Coles2018-07-30-0/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the `otname delete` command. Closes #40 See merge request python-discord/projects/bot!38
| * | | | | | Add the `otname delete` command.Gravatar Johannes Christ2018-07-30-0/+26
|/ / / / / /
* | | | | | Merge branch 'bugfix/newline-filter-max-count' into 'master'Gravatar Gareth Coles2018-07-30-22/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Fix a few anti spam cog issues. See merge request python-discord/projects/bot!40
| * | | | | Fix a few anti spam cog issues.Gravatar Johannes Christ2018-07-30-22/+2
|/ / / / /
* | | | | Removing the python-levenshtein package because it significantly slows down ↵Gravatar Leon Sandøy2018-07-29-20/+40
| | | | | | | | | | | | | | | | | | | | builds and has almost zero benefit for us. It may provide marginally faster snake disambiguation in the snake cog, but that is certainly not worth the trade-off.
* | | | | Commenting out antispam until we solve a couple of issues with itGravatar Leon Sandøy2018-07-29-1/+1
| | | | |
* | | | | `'generator' object is not subscriptable`Gravatar Gareth Coles2018-07-29-1/+2
| | | | |
* | | | | Merge branch 'role-persist' into 'master'Gravatar Leon Sandøy2018-07-29-3/+56
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [Events] Basic role persistence See merge request python-discord/projects/bot!37
| * | | | | [Events] Basic role persistenceGravatar Gareth Coles2018-07-29-3/+56
|/ / / / /
* | | | | Merge branch 'feature/add-anti-spam-cog' into 'master'Gravatar Leon Sandøy2018-07-29-2/+545
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add the `AntiSpam` cog. See merge request python-discord/projects/bot!35
| * | | | | Add the `AntiSpam` cog.Gravatar Johannes Christ2018-07-29-2/+545
|/ / / / /
* | | / / Ignore invocation deletion event for clean cogGravatar Leon Sandøy2018-07-29-0/+1
| |_|/ / |/| | |
* | | | Default to developer role if message.author returns a User instead of a Member.Gravatar Leon Sandøy2018-07-29-1/+8
| | | |
* | | | Deleting all clean command embed responses after 10 seconds.Gravatar Leon Sandøy2018-07-29-2/+2
| | | |
* | | | Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-07-29-39/+379
|\ \ \ \
| * \ \ \ Merge branch 'clean_command' into 'master'Gravatar Leon Sandøy2018-07-29-39/+371
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clean command for bulk deleting messages See merge request python-discord/projects/bot!31
| | * | | | Addressing all gdude commentsGravatar Leon Sandøy2018-07-29-26/+36
| | | | | |
| | * | | | Fixed merge conflictsGravatar Leon Sandøy2018-07-29-16/+724
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Added regex cleanups, and now sending over complete embed details and a ↵Gravatar Leon Sandøy2018-07-29-29/+99
| | | | | | | | | | | | | | | | | | | | | | | | number of other message details.
| | * | | | Merge branch 'master' into clean_commandGravatar Leon Sandøy2018-07-28-663/+617
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Sending the users top_roleGravatar Leon Sandøy2018-07-22-0/+2
| | | | | |
| | * | | | Moving constants into the yaml, fixing feedback from gdudes review.Gravatar Leon Sandøy2018-07-22-42/+50
| | | | | |
| | * | | | Completed clean cogGravatar Leon Sandøy2018-07-21-30/+108
| | | | | |
| | * | | | Merge conflictsGravatar Leon Sandøy2018-07-21-236/+850
| | |\ \ \ \
| | * | | | | initial commit for the cleaning cog. Not completely done, need to merge in ↵Gravatar Leon Sandøy2018-07-21-0/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | master so I can work with new changes from modlog merge.
| * | | | | | Merge branch 'pip-cache' into 'master'Gravatar Leon Sandøy2018-07-29-0/+8
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Pip cache See merge request python-discord/projects/bot!39
| | * | | | | Pip cacheGravatar Christopher Baklid2018-07-29-0/+8
| |/ / / / /