| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | minor testing parameters | 2018-07-27 | -1/+9 | ||
| | | | | | | | |||||
| | * | | | | | Created the Filtering cog and implemented a filter for zalgo. | 2018-07-25 | -8/+43 | ||
| | | | | | | | |||||
| | * | | | | | Adding all the constants to the dataclass. | 2018-07-25 | -36/+46 | ||
| | | | | | | | |||||
| | * | | | | | Updating config-default.yml with the required configuration parameters for ↵ | 2018-07-25 | -32/+76 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | the censor plugin | ||||
| * | | | | | | Merge branch 'info_commands' into 'master' | 2018-07-30 | -11/+146 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Info commands See merge request python-discord/projects/bot!32 | ||||
| | * | | | | | | Info commands | 2018-07-30 | -11/+146 | ||
| |/ / / / / / | |||||
| * | | | | | | Merge branch 'enhancement/delete-otname-command' into 'master' | 2018-07-30 | -0/+26 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the `otname delete` command. Closes #40 See merge request python-discord/projects/bot!38 | ||||
| | * | | | | | | Add the `otname delete` command. | 2018-07-30 | -0/+26 | ||
| |/ / / / / / | |||||
| * | | | | | | Merge branch 'bugfix/newline-filter-max-count' into 'master' | 2018-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. | 2018-07-30 | -22/+2 | ||
| |/ / / / / | |||||
| * | | | | | Removing the python-levenshtein package because it significantly slows down ↵ | 2018-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 it | 2018-07-29 | -1/+1 | ||
| | | | | | | |||||
| * | | | | | `'generator' object is not subscriptable` | 2018-07-29 | -1/+2 | ||
| | | | | | | |||||
| * | | | | | Merge branch 'role-persist' into 'master' | 2018-07-29 | -3/+56 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [Events] Basic role persistence See merge request python-discord/projects/bot!37 | ||||
| | * | | | | | [Events] Basic role persistence | 2018-07-29 | -3/+56 | ||
| |/ / / / / | |||||
| * | | | | | Merge branch 'feature/add-anti-spam-cog' into 'master' | 2018-07-29 | -2/+545 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add the `AntiSpam` cog. See merge request python-discord/projects/bot!35 | ||||
| | * | | | | | Add the `AntiSpam` cog. | 2018-07-29 | -2/+545 | ||
| |/ / / / / | |||||
| * | | / / | Ignore invocation deletion event for clean cog | 2018-07-29 | -0/+1 | ||
| | |_|/ / |/| | | | |||||
| * | | | | Default to developer role if message.author returns a User instead of a Member. | 2018-07-29 | -1/+8 | ||
| | | | | | |||||
| * | | | | Deleting all clean command embed responses after 10 seconds. | 2018-07-29 | -2/+2 | ||
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'origin/master' | 2018-07-29 | -39/+379 | ||
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'clean_command' into 'master' | 2018-07-29 | -39/+371 | ||
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Clean command for bulk deleting messages See merge request python-discord/projects/bot!31 | ||||
| | | * | | | | Addressing all gdude comments | 2018-07-29 | -26/+36 | ||
| | | | | | | | |||||
| | | * | | | | Fixed merge conflicts | 2018-07-29 | -16/+724 | ||
| | | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | | Added regex cleanups, and now sending over complete embed details and a ↵ | 2018-07-29 | -29/+99 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | number of other message details. | ||||
| | | * | | | | Merge branch 'master' into clean_command | 2018-07-28 | -663/+617 | ||
| | | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | | Sending the users top_role | 2018-07-22 | -0/+2 | ||
| | | | | | | | |||||
| | | * | | | | Moving constants into the yaml, fixing feedback from gdudes review. | 2018-07-22 | -42/+50 | ||
| | | | | | | | |||||
| | | * | | | | Completed clean cog | 2018-07-21 | -30/+108 | ||
| | | | | | | | |||||
| | | * | | | | Merge conflicts | 2018-07-21 | -236/+850 | ||
| | | |\ \ \ \ | |||||
| | | * | | | | | initial commit for the cleaning cog. Not completely done, need to merge in ↵ | 2018-07-21 | -0/+164 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master so I can work with new changes from modlog merge. | ||||
| | * | | | | | | Merge branch 'pip-cache' into 'master' | 2018-07-29 | -0/+8 | ||
| | |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | Pip cache See merge request python-discord/projects/bot!39 | ||||
| | | * | | | | | Pip cache | 2018-07-29 | -0/+8 | ||
| | |/ / / / / | |||||
| * / / / / / | [Verification] Fix double-post in subscribe command | 2018-07-29 | -1/+1 | ||
| |/ / / / / | |||||
| * | | | | | Use splats for infraction reasons | 2018-07-28 | -14/+14 | ||
| | | | | | | |||||
| * | | | | | Add missing `Muted` role. | 2018-07-28 | -1/+1 | ||
| | | | | | | |||||
| * | | | | | Merge branch 'feature/rowboat-replacement' into 'master' | 2018-07-27 | -14/+722 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Rowboat moderation replacement See merge request python-discord/projects/bot!28 | ||||
| | * | | | | Refactor moderation cog with namespace changes | 2018-07-27 | -12/+22 | ||
| | | | | | | |||||
| | * | | | | Merge branch 'master' into feature/rowboat-replacement | 2018-07-27 | -563/+303 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Icon updates | 2018-07-27 | -4/+4 | ||
| | | | | | | |||||
| * | | | | | Seems I'm blind. | 2018-07-27 | -0/+1 | ||
| | | | | | | |||||
| * | | | | | Fix command group permissions. | 2018-07-27 | -0/+5 | ||
| | | | | | | |||||
| * | | | | | Merge branch 'tag_group_get_tag' into 'master' | 2018-07-27 | -2/+2 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow the tags group to fetch tags Closes #42 See merge request python-discord/projects/bot!36 | ||||
| | * | | | | | Allow the tags group to fetch tags | 2018-07-27 | -2/+2 | ||
| |/ / / / / | |||||
| * | | | | | Merge branch 'enhancement/fix-inconsistent-cog-load-logging' into 'master' | 2018-07-27 | -1/+1 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Change inconsistent `Cog loaded` logging. See merge request python-discord/projects/bot!21 | ||||
| | * | | | | | Change inconsistent `Cog loaded` logging. | 2018-07-08 | -1/+1 | ||
| | | | | | | | |||||
| * | | | | | | [Snekbox] Deal with leading newlines | 2018-07-27 | -0/+3 | ||
| | | | | | | | |||||
| * | | | | | | Fix eval and add codeblock support | 2018-07-27 | -1/+9 | ||
| | | | | | | | |||||
| * | | | | | | Merge branch 'remove-python-syntax-parser' into 'master' | 2018-07-26 | -545/+165 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove python syntax parser Closes #31 See merge request python-discord/projects/bot!27 | ||||
| | * | | | | | | Remove python syntax parser | 2018-07-26 | -545/+165 | ||
| |/ / / / / / | |||||