| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | Merge branch 'aliascog' into 'master' | 2018-10-22 | -56/+214 | ||
| | |\ \ | | | | | | | | | | | | | | | | | Chibli | Cog for command aliases See merge request python-discord/projects/bot!77 | ||||
| | | * | | Chibli | Cog for command aliases | 2018-10-22 | -56/+214 | ||
| | |/ / | |||||
| | * | | Merge branch 'eval-role-bypass-fix' into 'master' | 2018-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. | 2018-10-20 | -4/+5 | ||
| | |/ / | | | | | | | | | | Addresses Issue #72 | ||||
| | * | | Wolfram Cog - Merge Request 56, by Chibli | 2018-10-09 | -6/+485 | ||
| | | | | |||||
| | * | | Merge branch 'hemlock/bot_codeblock_the_revenge' into 'master' | 2018-10-09 | -15/+33 | ||
| | |\ \ | | | | | | | | | | | | | | | | | Bot Codeblock message fixes See merge request python-discord/projects/bot!75 | ||||
| | | * | | Bot Codeblock message fixes | 2018-10-09 | -15/+33 | ||
| | |/ / | |||||
| | * | | Merge branch 'groups-help' into 'master' | 2018-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. | 2018-10-07 | -8/+24 | ||
| | |/ | |||||
| | * | Merge branch 'remind-command' into 'master' | 2018-10-06 | -26/+503 | ||
| | |\ | | | | | | | | | | | | | Add Reminders cog. See merge request python-discord/projects/bot!55 | ||||
| | | * | Add Reminders cog. | 2018-10-06 | -26/+503 | ||
| | |/ | |||||
| | * | Merge branch 'better-moderation' into 'master' | 2018-10-06 | -79/+90 | ||
| | |\ | | | | | | | | | | | | | Infraction search improvements See merge request python-discord/projects/bot!47 | ||||
| | | * | Infraction search improvements | 2018-10-06 | -79/+90 | ||
| | |/ | |||||
| | * | Hem's fixes. | 2018-10-04 | -2/+2 | ||
| | | | |||||
| | * | Merge branch 'hemlock/format_block_adjustment' into 'master' | 2018-10-03 | -8/+14 | ||
| | |\ | | | | | | | | | | | | | Added Permission for Helper See merge request python-discord/projects/bot!69 | ||||
| | | * | Added Permission for Helper | 2018-10-03 | -8/+14 | ||
| | |/ | |||||
| * | | Remove superfluous `self.headers` setting. | 2018-12-05 | -1/+0 | ||
| | | | |||||
| * | | Add a simple synchronization cog. | 2018-11-18 | -1/+88 | ||
| | | | |||||
| * | | Merge branch 'issue/80-django-api-support-doc-cog' into django | 2018-11-10 | -130/+22 | ||
| |\ \ | | | | | | | | | | Closes #80. | ||||
| | * | | Use the new Django API in the `Doc` cog. | 2018-11-10 | -130/+22 | ||
| |/ / | |||||
| * | | Remove unused imports. | 2018-11-10 | -7/+2 | ||
| | | | |||||
| * | | Merge branch 'issue/86-django-api-support-off-topic-names-cog' into django | 2018-11-10 | -49/+21 | ||
| |\ \ | | | | | | | | | | Closes #86. | ||||
| | * | | Use the new Django API in the `OffTopicNames` cog. | 2018-11-10 | -49/+21 | ||
| |/ / | |||||
| * | | Rewrite `delete` to use new tags API. | 2018-11-10 | -47/+8 | ||
| | | | |||||
| * | | Properly display 404s. | 2018-11-10 | -2/+1 | ||
| | | | |||||
| * | | Return `None` on `delete` status 204. | 2018-11-10 | -0/+2 | ||
| | | | |||||
| * | | Remove obsolete error handler. | 2018-11-10 | -24/+0 | ||
| | | | |||||
| * | | Fix a typo. | 2018-11-10 | -2/+2 | ||
| | | | |||||
| * | | Add support for adding new tags through the new API. | 2018-11-10 | -42/+21 | ||
| | | | |||||
| * | | Remove obsolete method. | 2018-11-10 | -21/+0 | ||
| | | | |||||
| * | | Add `delete` and `post` API methods. | 2018-11-10 | -0/+8 | ||
| | | | |||||
| * | | Merge branch 'master' into django | 2018-09-28 | -57/+110 | ||
| |\| | |||||
| | * | Merge branch 'filtering_fixes' into 'master' | 2018-09-28 | -20/+46 | ||
| | |\ | | | | | | | | | | | | | Filtering fixes See merge request python-discord/projects/bot!66 | ||||
| | | * | Filtering fixes | 2018-09-28 | -20/+46 | ||
| | |/ | |||||
| | * | Merge branch 'master' of gitlab.com:python-discord/projects/bot | 2018-09-28 | -21/+53 | ||
| | |\ | |||||
| | | * | maybe next time the mod log breaks we can fix it before it's been 2 weeks. ↵ | 2018-09-27 | -1/+1 | ||
| | | | | | | | | | | | | | I'M SORRY. | ||||
| | | * | Merge branch 'feature/tag-image-urls' into 'master' | 2018-09-26 | -5/+20 | ||
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Add tag image support. Closes #7 See merge request python-discord/projects/bot!18 | ||||
| | | | * | Add tag image support. | 2018-07-28 | -5/+20 | ||
| | | | | | |||||
| | | * | | Merge branch 'jump-to-context' into 'master' | 2018-09-26 | -2/+2 | ||
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | Include a link to the relevant message on each filter alert. See merge request python-discord/projects/bot!68 | ||||
| | | | * | | Added link to relevant message in filtered alerts | 2018-09-26 | -2/+2 | ||
| | | |/ / | |||||
| | | * | | Merge branch 'patch-1' into 'master' | 2018-09-25 | -13/+30 | ||
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | Refactor !eval code matching/stripping, also parse `inline code` See merge request python-discord/projects/bot!65 | ||||
| | | | * | | Refactor !eval code matching/stripping, also parse `inline code` | 2018-09-25 | -13/+30 | ||
| | | |/ / | |||||
| | * | | | improving a comment. why is this a commit. I'm so sorry. | 2018-09-28 | -1/+1 | ||
| | | | | | |||||
| | * | | | Ignore all DMs in the antispam cog | 2018-09-28 | -1/+2 | ||
| | | | | | |||||
| | * | | | superficial fix for no role updates caused by changes in the d.py api, plus ↵ | 2018-09-28 | -14/+10 | ||
| | |/ / | | | | | | | | | | more irrelevant logger supression. | ||||
| * / / | Add GET support for new Tag API. | 2018-09-23 | -63/+74 | ||
| |/ / | |||||
| * | | Add rockstars role to filter ignore | 2018-09-23 | -12/+14 | ||
| | | | |||||
| * | | Fix token configuration | 2018-09-23 | -1/+1 | ||
| | | | |||||
| * | | Merge branch 'hemlock/hopeful-final-fix' into 'master' | 2018-09-15 | -1/+4 | ||
| |\ \ | | | | | | | | | | | | | Final Patch to Delete via Reaction for Bot Embed See merge request python-discord/projects/bot!63 | ||||
| | * | | Final Patch to Delete via Reaction for Bot Embed | 2018-09-15 | -1/+4 | ||
| |/ / | |||||