aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | Disabling the zalgo filterGravatar Leon Sandøy2018-11-14-1/+1
| | |
| * | Merge branch 'issue/47-no-url-filter-trigger-on-single-message' into 'master'Gravatar Leon Sandøy2018-11-13-4/+14
| |\ \ | | | | | | | | | | | | | | | | #47: Don't trigger URL filtering on a single message. See merge request python-discord/projects/bot!85
| | * | #47: Don't trigger URL filtering on a single message.Gravatar Johannes Christ2018-11-13-4/+14
| |/ /
| * | Merge branch 'scheduling-cleanup' into 'master'Gravatar Leon Sandøy2018-11-13-89/+78
| |\ \ | | | | | | | | | | | | | | | | Move common scheduling methods to an abstract class. See merge request python-discord/projects/bot!73
| | * | common scheduling methods have been moved to a separate abstract class.Gravatar Kingsley McDonald2018-10-07-89/+78
| | | |
| * | | Merge branch 'superstarify' into 'master'Gravatar Gareth Coles2018-11-13-27/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add "superstarify" replacement for "hiphopify" See merge request python-discord/projects/bot!82
| | * | | Remove hiphopifyGravatar sco12018-11-12-195/+0
| | | | |
| | * | | Add "superstarify" replacement for "hiphopify"Gravatar sco12018-11-03-3/+198
| | | | |
| * | | | Merge branch 'int_eval_nohelp' into 'master'Gravatar Leon Sandøy2018-11-09-1/+2
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | Stop help for `internal` printing on `internal eval` usage See merge request python-discord/projects/bot!88
| | * | | Stop help output on int evalGravatar scragly2018-11-10-1/+2
| |/ / /
| * | | Merge branch 'ignore-vscode' into 'master'Gravatar Johannes Christ2018-11-05-0/+3
| |\ \ \ | | |/ / | |/| | | | | | | | | | GitIgnore: VSCode See merge request python-discord/projects/bot!79
| | * | GitIgnore: VSCodeGravatar scragly2018-10-23-0/+3
| | | |
| * | | Fixed eval to allow ```python in messages.Gravatar Jeremiah Boby2018-10-30-1/+1
| | | |
| * | | Merge branch 'hemlock/format-block-fixing' into 'master'Gravatar Leon Sandøy2018-10-29-4/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | The Last of the Format Block Thingy Fixes See merge request python-discord/projects/bot!81
| | * | | Correcting a logic error in the edited message deletion thingy.Gravatar Daniel Brown2018-10-29-4/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | Also cleaned up the has_bad_ticks() function a bit. Signed-off-by: Daniel Brown <[email protected]>
| * | | Merge branch 'juanita/rules-command' into 'master'Gravatar Leon Sandøy2018-10-29-0/+24
| |\ \ \ | | |/ / | |/| | | | | | | | | | Added site command and alias for rules. See merge request python-discord/projects/bot!80
| | * | Added site command and alias for rules.Gravatar Kingsley McDonald2018-10-27-0/+24
| |/ /
| * | Merge branch 'aliascog' into 'master'Gravatar Leon Sandøy2018-10-22-56/+214
| |\ \ | | | | | | | | | | | | | | | | Chibli | Cog for command aliases See merge request python-discord/projects/bot!77
| | * | Chibli | Cog for command aliasesGravatar Thomas Petersson2018-10-22-56/+214
| |/ /
| * | Merge branch 'eval-role-bypass-fix' into 'master'Gravatar Leon Sandøy2018-10-20-4/+5
| |\ \ | | | | | | | | | | | | | | | | Change BYPASS_ROLES check from top_role to all roles. See merge request python-discord/projects/bot!78
| | * | Change BYPASS_ROLES check from top_role to all roles.Gravatar scragly2018-10-20-4/+5
| |/ / | | | | | | | | | Addresses Issue #72
| * | Wolfram Cog - Merge Request 56, by ChibliGravatar Leon Sandøy2018-10-09-6/+485
| | |
| * | Merge branch 'hemlock/bot_codeblock_the_revenge' into 'master'Gravatar Leon Sandøy2018-10-09-15/+33
| |\ \ | | | | | | | | | | | | | | | | Bot Codeblock message fixes See merge request python-discord/projects/bot!75
| | * | Bot Codeblock message fixesGravatar Daniel Brown2018-10-09-15/+33
| |/ /
| * | Merge branch 'groups-help' into 'master'Gravatar Joseph Banks2018-10-07-8/+24
| |\ \ | | |/ | |/| | | | | | | All command groups now invoke the help command. See merge request python-discord/projects/bot!44
| | * All command groups now invoke the help command.Gravatar Kingsley McDonald2018-10-07-8/+24
| |/
| * Merge branch 'remind-command' into 'master'Gravatar Leon Sandøy2018-10-06-26/+503
| |\ | | | | | | | | | | | | Add Reminders cog. See merge request python-discord/projects/bot!55
| | * Add Reminders cog.Gravatar Kingsley McDonald2018-10-06-26/+503
| |/
| * Merge branch 'better-moderation' into 'master'Gravatar Leon Sandøy2018-10-06-79/+90
| |\ | | | | | | | | | | | | Infraction search improvements See merge request python-discord/projects/bot!47
| | * Infraction search improvementsGravatar Kingsley McDonald2018-10-06-79/+90
| |/
| * Hem's fixes.Gravatar Gareth Coles2018-10-04-2/+2
| |
| * Merge branch 'hemlock/format_block_adjustment' into 'master'Gravatar Leon Sandøy2018-10-03-8/+14
| |\ | | | | | | | | | | | | Added Permission for Helper See merge request python-discord/projects/bot!69
| | * Added Permission for HelperGravatar Daniel Brown2018-10-03-8/+14
| |/
* | Remove superfluous `self.headers` setting.Gravatar Johannes Christ2018-12-05-1/+0
| |
* | Add a simple synchronization cog.Gravatar Johannes Christ2018-11-18-1/+88
| |
* | Merge branch 'issue/80-django-api-support-doc-cog' into djangoGravatar Johannes Christ2018-11-10-130/+22
|\ \ | | | | | | | | | Closes #80.
| * | Use the new Django API in the `Doc` cog.Gravatar Johannes Christ2018-11-10-130/+22
|/ /
* | Remove unused imports.Gravatar Johannes Christ2018-11-10-7/+2
| |
* | Merge branch 'issue/86-django-api-support-off-topic-names-cog' into djangoGravatar Johannes Christ2018-11-10-49/+21
|\ \ | | | | | | | | | Closes #86.
| * | Use the new Django API in the `OffTopicNames` cog.Gravatar Johannes Christ2018-11-10-49/+21
|/ /
* | Rewrite `delete` to use new tags API.Gravatar Johannes Christ2018-11-10-47/+8
| |
* | Properly display 404s.Gravatar Johannes Christ2018-11-10-2/+1
| |
* | Return `None` on `delete` status 204.Gravatar Johannes Christ2018-11-10-0/+2
| |
* | Remove obsolete error handler.Gravatar Johannes Christ2018-11-10-24/+0
| |
* | Fix a typo.Gravatar Johannes Christ2018-11-10-2/+2
| |
* | Add support for adding new tags through the new API.Gravatar Johannes Christ2018-11-10-42/+21
| |
* | Remove obsolete method.Gravatar Johannes Christ2018-11-10-21/+0
| |
* | Add `delete` and `post` API methods.Gravatar Johannes Christ2018-11-10-0/+8
| |
* | Merge branch 'master' into djangoGravatar Johannes Christ2018-09-28-57/+110
|\|
| * Merge branch 'filtering_fixes' into 'master'Gravatar Leon Sandøy2018-09-28-20/+46
| |\ | | | | | | | | | | | | Filtering fixes See merge request python-discord/projects/bot!66