aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' into otn-search-commandGravatar Leon Sandøy2019-09-16-208/+485
|\
| * Update discord.py version to 1.2.3 (#433)Gravatar scragly2019-09-17-188/+247
| |\
| | * Adjust to new cog method names.Gravatar scragly2019-09-17-5/+7
| | * Update discord.py version to 1.2.3Gravatar Sebastiaan Zeeff2019-09-16-183/+240
| |/
| * Merge pull request #430 from python-discord/bot-cogs-security-testsGravatar Johannes Christ2019-09-15-0/+54
| |\
| | * Add tests for `bot.cogs.security`.Gravatar Johannes Christ2019-09-15-0/+54
| * | Merge pull request #428 from python-discord/bot-cogs-token-remover-testsGravatar Johannes Christ2019-09-15-1/+144
| |\ \
| | * | Add tests for `bot.cogs.token_remover`.Gravatar Johannes Christ2019-09-15-1/+144
| * | | Replaces all GitLab refs with GitHub.Gravatar Leon Sandøy2019-09-15-8/+8
| * | | Changing the #dev-logs ID to new channel.Gravatar Leon Sandøy2019-09-15-1/+1
| * | | Update site links to new URL schemeGravatar Sebastiaan Zeeff2019-09-15-11/+14
| | |/ | |/|
| * | Merge pull request #427 from python-discord/bot-resources-validation-testsGravatar scragly2019-09-16-0/+18
| |\ \
| | * | Validate `bot/resources/stars.json` in tests.Gravatar Johannes Christ2019-09-15-0/+18
| | |/
* | / Implement `!otn search`. Closes #408.Gravatar Johannes Christ2019-09-15-0/+22
|/ /
* | Merge branch 'master' of github.com:python-discord/botGravatar Leon Sandøy2019-09-15-2/+63
|\|
| * Merge pull request #423 from python-discord/bot-pagination-testsGravatar Johannes Christ2019-09-15-0/+29
| |\
| | * Add basic tests for `bot.pagination`.Gravatar Johannes Christ2019-09-15-0/+29
| * | Merge pull request #417 from python-discord/validate-antispam-config-in-ciGravatar Johannes Christ2019-09-15-2/+34
| |\ \
| | * | Typehint the result of `validate_config`.Gravatar Johannes Christ2019-09-15-1/+1
| | * | Validate bot.cogs.antispam configuration on CI.Gravatar Johannes Christ2019-09-15-2/+34
* | | | Changing the prefix and domain backGravatar Leon Sandøy2019-09-15-2/+2
|/ / /
* | | Merge branch 'master' of github.com:python-discord/botGravatar Leon Sandøy2019-09-15-1/+1
|\ \ \
| * | | Ship `DEBUG` log messages to the site.Gravatar Johannes Christ2019-09-15-1/+1
* | | | Setting the config to work with the pydis server.Gravatar Leon Sandøy2019-09-15-422/+63
|/ / /
* | | Merge branch 'master' of github.com:python-discord/botGravatar Leon Sandøy2019-09-15-0/+67
|\ \ \ | | |/ | |/|
| * | Merge pull request #419 from python-discord/bot-utils-checks-testsGravatar Johannes Christ2019-09-15-0/+67
| |\ \
| | * | Add tests for `bot.utils.checks`.Gravatar Johannes Christ2019-09-15-0/+67
| | |/
* | / Bot Test Server default config, for testing.Gravatar Leon Sandøy2019-09-15-64/+423
|/ /
* | Adding the snekbox URL to the default config, fixing typo.Gravatar Leon Sandøy2019-09-15-2/+2
* | Temporarily pointing config at django.pydis.comGravatar Leon Sandøy2019-09-15-2/+2
* | Resolves a breaking bug in the Dockerfile.Gravatar Leon Sandøy2019-09-15-10/+2
* | The DockerHub deployment should now run on 'master'Gravatar Leon Sandøy2019-09-15-34/+2
|/
* Tag Django images as `latest`.Gravatar Johannes Christ2019-09-15-2/+2
* Remove most local error handlers & handle InChannelCheckFailure globallyGravatar MarkKoz2019-09-14-81/+30
* Ignore handled errors by checking for a "handled" attributeGravatar MarkKoz2019-09-14-3/+3
* Generate InChannelCheckFailure's message inside the exceptionGravatar MarkKoz2019-09-14-5/+6
* Actually fix cog error handler check when command is NoneGravatar MarkKoz2019-09-14-1/+2
* Fix deleting already deleted message in antispamGravatar Sebastiaan Zeeff2019-09-15-3/+6
* Fix AntiSpam sending duplicate messages to APIGravatar Sebastiaan Zeeff2019-09-15-49/+143
* Fix cog error handler check when command is NoneGravatar MarkKoz2019-09-14-1/+1
* Improve logging of command errorsGravatar MarkKoz2019-09-14-13/+28
* Display no-DM error message originating from security cog's global checkGravatar MarkKoz2019-09-14-2/+4
* Ignore errors from cogs with their own error handlersGravatar MarkKoz2019-09-14-5/+13
* Fixes a bug syncing roles for members who leave.Gravatar Leon Sandøy2019-09-14-1/+1
* Fixes a sneaky genexp exhaustion bug in @without_role.Gravatar Leon Sandøy2019-09-14-1/+1
* Improve handling of long deleted messsagesGravatar Sebastiaan Zeeff2019-09-14-5/+8
* Fix tag command invocation in aliasesGravatar MarkKoz2019-09-14-2/+2
* Cogs.reload now has more readable error info.Gravatar Leon Sandøy2019-09-14-7/+7
* Oops, forgot to remove DEVOPS role alias, that would crash the bot.Gravatar Leon Sandøy2019-09-14-1/+0
* Merge branch 'django' of github.com:python-discord/bot into djangoGravatar Leon Sandøy2019-09-14-24/+50
|\