| Commit message (Expand) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'feature/userinfo' into 'master' | 2018-07-31 | -2/+73 | |
| |\ | ||||
| | * | Added user info command | 2018-07-31 | -2/+73 | |
| * | | Merge branch 'enhancement/increase-pil-png-image-plugin-logging-level' into '... | 2018-07-31 | -0/+1 | |
| |\ \ | ||||
| | * | | Bump `PIL.PngImagePlugin`s logging level. | 2018-07-28 | -0/+1 | |
| * | | | Merge branch 'censor_plugin' into 'master' | 2018-07-31 | -38/+366 | |
| |\ \ \ | |_|/ |/| | | ||||
| | * | | Sanity check for msg.author. Only Member has roles. | 2018-07-30 | -4/+6 | |
| | * | | Gotta filter edits too, to combat sneaky racists | 2018-07-30 | -1/+7 | |
| | * | | Addressing all review comments from gdude | 2018-07-30 | -5/+9 | |
| | * | | Case insensitive URL filtering | 2018-07-30 | -2/+2 | |
| | * | | Okay, this should be ready to MR now. | 2018-07-30 | -74/+663 | |
| | |\ \ | ||||
| | * | | | WIP | 2018-07-30 | -4/+7 | |
| | * | | | WIP commit | 2018-07-29 | -0/+5 | |
| | * | | | merge conflict resolution | 2018-07-29 | -87/+1137 | |
| | |\ \ \ | ||||
| | * | | | | Still WIP, but almost done. I think I need the clean MRs merged before I cont... | 2018-07-28 | -37/+59 | |
| | * | | | | finished all filters and built a rules engine. now just need to write the aut... | 2018-07-28 | -31/+157 | |
| | * | | | | Added smart invite filtering and dumb domain filtering. | 2018-07-28 | -12/+89 | |
| | * | | | | Merge branch 'master' into censor_plugin | 2018-07-27 | -577/+337 | |
| | |\ \ \ \ | ||||
| | * | | | | | 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 th... | 2018-07-25 | -32/+76 | |
| * | | | | | | Merge branch 'info_commands' into 'master' | 2018-07-30 | -11/+146 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | 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. | 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. | 2018-07-30 | -22/+2 | |
| |/ / / / / | ||||
| * | | | | | Removing the python-levenshtein package because it significantly slows down b... | 2018-07-29 | -20/+40 | |
| * | | | | | 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 | 2018-07-29 | -3/+56 | |
| |/ / / / / | ||||
| * | | | | | Merge branch 'feature/add-anti-spam-cog' into 'master' | 2018-07-29 | -2/+545 | |
| |\ \ \ \ \ | ||||
| | * | | | | | 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 | |
| | |\ \ \ \ | ||||
| | | * | | | | 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 numbe... | 2018-07-29 | -29/+99 | |
| | | * | | | | 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 ma... | 2018-07-21 | -0/+164 | |
| | * | | | | | | Merge branch 'pip-cache' into 'master' | 2018-07-29 | -0/+8 | |
| | |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||
| | | * | | | | | Pip cache | 2018-07-29 | -0/+8 | |
| | |/ / / / / | ||||