aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Adding log.trace messages to decoratorGravatar SebastiaanZ2019-01-18-7/+16
|
* Adding redirection constants to contants.py and config-default.ymlGravatar SebastiaanZ2019-01-18-0/+10
|
* Redirecting output of help of regular users to bot-commandsGravatar SebastiaanZ2019-01-18-1/+4
|
* Adding 'redirect_output' decorator to bot/decorators.pyGravatar SebastiaanZ2019-01-18-1/+30
|
* Merge pull request #283 from python-discord/rmq_fixGravatar Joseph2019-01-17-16/+16
|\ | | | | Revert RMQ mod_log event name.
| * Revert RMQ mod_log event name.Gravatar Scragly2019-01-17-16/+16
|/
* Merge pull request #282 from python-discord/rmq_log_moveGravatar Leon Sandøy2019-01-17-18/+18
|\ | | | | 0% chance this will fuck anything up.
| * Move RMQ logs to devlog.Gravatar Scragly2019-01-17-18/+18
|/
* Merge pull request #277 from python-discord/reorder-mod-actionsGravatar Chris Goes2019-01-16-208/+335
|\ | | | | Fix moderation order of actions, merge DM failure and general mod_log message.
| * Merge branch 'master' into reorder-mod-actionsGravatar Chris Goes2019-01-16-31/+45
| |\ | |/ |/|
* | Merge pull request #275 from python-discord/rich-embed-filter-fixGravatar S. Co12019-01-16-21/+27
|\ \ | | | | | | Changing the rich embed filter to a watchlist that ignores twitter embeds
| * \ Merge branch 'master' into rich-embed-filter-fixGravatar S. Co12019-01-16-10/+18
| |\ \ | |/ / |/| |
* | | Merge pull request #278 from python-discord/add_user_logGravatar Leon Sandøy2019-01-16-10/+18
|\ \ \ | | | | | | | | Add new userlog channel support.
| * | | Revert modlog channel for unbanned notificationGravatar S. Co12019-01-17-1/+1
| | | | | | | | | | | | Co-Authored-By: scragly <[email protected]>
| * | | Revert modlog channel for banned notificationGravatar S. Co12019-01-17-1/+1
| | | | | | | | | | | | Co-Authored-By: scragly <[email protected]>
| * | | Add new userlog channel support.Gravatar Scragly2019-01-17-10/+18
|/ / /
| * | Merge branch 'master' into rich-embed-filter-fixGravatar Chris Goes2019-01-15-1/+1
| |\ \ | |/ / |/| |
| * | Changing the rich embed filter to a watchlist that ignores twitter embeds; ↵Gravatar SebastiaanZ2019-01-13-21/+27
| | | | | | | | | | | | adding time delta check to avoid the trigger-twice problem
| | * Correct altered log_msg kwarg used.Gravatar Scragly2019-01-16-1/+1
| | |
| | * Merge branch 'master' of https://github.com/python-discord/bot into ↵Gravatar Scragly2019-01-16-296/+855
| | |\ | |_|/ |/| | | | | | | | | | | | | | reorder-mod-actions # Conflicts: # bot/cogs/modlog.py
* | | Merge pull request #256 from python-discord/fix-bb-emojiGravatar Sebastiaan Zeeff2019-01-14-1/+1
|\ \ \ | |/ / |/| | Fix bbmessage emoji pointing to incorrect ID
| * | Merge branch 'master' into fix-bb-emojiGravatar Johannes Christ2019-01-14-95/+482
| |\ \ | |/ / |/| |
* | | Merge pull request #215 from python-discord/user_command_improvementsGravatar Sebastiaan Zeeff2019-01-13-27/+102
|\ \ \ | | | | | | | | Improving the `!user` command so users can use it in bot-commands if they target themselves.
| * | | Using the exception message as the description in BadArgument error embeds.Gravatar Leon Sandøy2019-01-13-2/+2
| | | |
| * | | fixing a bad conflict resolution pt2Gravatar Leon Sandøy2019-01-13-1/+1
| | | |
| * | | fixing a bad conflict resolutionGravatar Leon Sandøy2019-01-13-11/+0
| | | |
| * | | Merge branch 'master' into user_command_improvementsGravatar Leon Sandøy2019-01-13-333/+963
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #255 from fiskenslakt/masterGravatar S. Co12019-01-12-0/+154
|\ \ \ \ | | | | | | | | | | !free help channel command
| * \ \ \ Merge branch 'master' into masterGravatar Leon Sandøy2019-01-12-52/+141
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #272 from python-discord/edit-log-timestampGravatar Jeremiah Boby2019-01-12-9/+36
|\ \ \ \ \ | | | | | | | | | | | | Add "last edited" delta to modlog for multi-edit messages
| * \ \ \ \ Merge branch 'master' into edit-log-timestampGravatar Jeremiah Boby2019-01-12-9/+60
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #273 from python-discord/help-catch-superclassGravatar Leon Sandøy2019-01-12-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Changing the exception class caught so help doesn't break in the future
| * \ \ \ \ \ Merge branch 'master' into help-catch-superclassGravatar Jeremiah Boby2019-01-12-7/+58
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #266 from ↵Gravatar S. Co12019-01-12-7/+58
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/bigbrother-add-watch-message-to-header-embed Add watch reason to big brother header embed & fix small bug in watch command
| * \ \ \ \ \ \ Merge branch 'master' into bigbrother-add-watch-message-to-header-embedGravatar Sebastiaan Zeeff2019-01-12-3/+36
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch 'master' into bigbrother-add-watch-message-to-header-embedGravatar Sebastiaan Zeeff2019-01-11-31/+9
| |\ \ \ \ \ \ \
| * | | | | | | | Only retrieve/cache watch reason when user becomes active; restore ↵Gravatar SebastiaanZ2019-01-11-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update_cache to synchronous as it was before
| * | | | | | | | Removing default argument for the alias <prefix>watch to require a reason ↵Gravatar SebastiaanZ2019-01-10-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via the alias as well
| * | | | | | | | Adding type annotationsGravatar SebastiaanZ2019-01-10-2/+2
| | | | | | | | |
| * | | | | | | | Adding watch reason to the big-brother header embedsGravatar SebastiaanZ2019-01-10-9/+57
| | | | | | | | |
| | | * | | | | | Changing check-specific exception to superclass exception so help doesn't ↵Gravatar SebastiaanZ2019-01-12-2/+2
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | break when new check exceptions are added
| | | * | | | | Condense logicGravatar sco12019-01-12-5/+2
| | | | | | | |
| | | * | | | | Add Optional type hints where appropriateGravatar sco12019-01-12-6/+6
| | | | | | | |
| | | * | | | | Remove debug print statementGravatar sco12019-01-11-1/+0
| | | | | | | |
| | | * | | | | Add edit delta to modlog for multi-edit messagesGravatar sco12019-01-11-8/+39
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To help with self-bot detection, if a message has been previously edited, generate a human-readable delta between the last edit and the new one Use message timestamp for modlog embeds generated during on_message event Visually separate send_log_message kwargs to make them easier to read
* | | | | | | Merge pull request #269 from python-discord/disable-rich-embed-filterGravatar S. Co12019-01-11-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Disable rich embed filter due to false positives
| * | | | | | | Disable rich embed filterGravatar sco12019-01-11-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Discord adding the embeds is causing it to trigger.
* | | | | | | Merge pull request #268 from python-discord/reverting-accidental-push-to-masterGravatar S. Co12019-01-11-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "Catching the superclass CheckFailure instead of the subclass"
| * | | | | | | Revert "Catching the superclass CheckFailure instead of the subclass"Gravatar SebastiaanZ2019-01-11-2/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8f30b52fd378bb3546c84d0fdb945a4b492236b8. Accidentally pushed to master when I thought I was at a branch
* | | | | | | Catching the superclass CheckFailure instead of the subclassGravatar SebastiaanZ2019-01-11-2/+2
| | | | | | |