aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | Merge branch 'master' into antispam-mute-infrGravatar sco12019-01-10-22/+91
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Invoke Moderation tempmute directlyGravatar sco12019-01-06-33/+3
| | | | | | |
| * | | | | | Antispam Infraction FixesGravatar sco12019-01-06-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add muted role object to cog attributes Fix unawaited coroutine in modlog Adjust modlog message ctx variable to be more explicit Fix duration being sent to API as integer instead of string Fix temporary infraction being placed into a nonexistent schedule, now placed into the moderation cog's task schedule
| * | | | | | Merge branch 'master' into antispam-mute-infrGravatar sco12019-01-06-244/+490
| |\ \ \ \ \ \
| * | | | | | | Add infraction posting for AntiSpam mutesGravatar sco12018-12-29-12/+16
| | | | | | | |
| * | | | | | | Add optional return to modlog post coroGravatar sco12018-12-29-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Enables generation of a context for AntiSpam to reference for posting infractions
| | | * | | | | From reviewGravatar sco12019-01-08-2/+1
| | | | | | | |
| | | * | | | | Switch short-circuit logic, add loggingGravatar sco12019-01-08-1/+5
| | | | | | | |
| | | * | | | | Remove list comprehension since any() works on generatorsGravatar Sebastiaan Zeeff2019-01-08-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: sco1 <[email protected]>
| | | * | | | | Add line after docstringGravatar sco12019-01-07-0/+1
| | | | | | | |
| | | * | | | | Add mute infraction check to role restorationGravatar sco12019-01-07-0/+28
| | |/ / / / /
| | | * | | | Change log.error to log.exception to avoid hiding tracebackGravatar Sebastiaan Zeeff2019-01-12-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: fiskenslakt <[email protected]>
| | | * | | | Change ctx.invoke to ctx.reinvoke to conserve passed argumentsGravatar Sebastiaan Zeeff2019-01-12-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: fiskenslakt <[email protected]>
| | | * | | | Update error handler docstring to be more accurateGravatar Derek2019-01-10-4/+2
| | | | | | |
| | | * | | | Put extra sentence in docstring clarifying arg usageGravatar Derek2019-01-10-0/+1
| | | | | | |
| | | * | | | Add cooldown constants to configGravatar Derek2019-01-10-1/+7
| | | | | | |
| | | * | | | Add 2nd space to inline comment to obey allmighty linterGravatar Derek2019-01-10-1/+1
| | | | | | |
| | | * | | | Merge branch 'master' of https://github.com/python-discord/botGravatar Derek2019-01-10-20/+77
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #259 from python-discord/SebastiaanZ/embed-detection-filterGravatar Chris Goes2019-01-09-20/+77
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Detecting self-botting/unofficial client use with a rich embed filter
| * \ \ \ \ \ \ Merge branch 'master' into SebastiaanZ/embed-detection-filterGravatar Chris Goes2019-01-09-2/+14
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Deleting unnecessary additional lineGravatar SebastiaanZ2019-01-07-1/+0
| | | | | | | |
| * | | | | | | Removing orphaned comment and restructuring user notification for ↵Gravatar SebastiaanZ2019-01-07-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter_rich_embed
| * | | | | | | Including the filter_rich_embeds constants in bot/constants.pyGravatar SebastiaanZ2019-01-07-0/+2
| | | | | | | |
| * | | | | | | Changing the way in which the filter_rich_embed sends the embeds to ↵Gravatar SebastiaanZ2019-01-07-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_log.send_log_message
| * | | | | | | Modifying 'send_log_message' so it supports sending additional embeds to the ↵Gravatar SebastiaanZ2019-01-07-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified (log) channel
| * | | | | | | Reverting modlog.py to original stateGravatar SebastiaanZ2019-01-07-17/+0
| | | | | | | |
| * | | | | | | Clarifying commentGravatar SebastiaanZ2019-01-06-1/+1
| | | | | | | |
| * | | | | | | Restoring DEBUG_MODE filtering condition and adding commentGravatar SebastiaanZ2019-01-06-4/+2
| | | | | | | |
| * | | | | | | Adding 'rich embed' filter to filtering, 'embed'-support to modlog, and ↵Gravatar SebastiaanZ2019-01-06-17/+91
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | 'rich embed' filtering options to config
| | | * | | | Update error handler to log errors instead of ignore themGravatar Derek2019-01-10-1/+4
| | | | | | |
| | | * | | | Merge branch 'master' of https://github.com/python-discord/botGravatar Derek2019-01-09-1/+11
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #263 from python-discord/help-command-patchGravatar Sebastiaan Zeeff2019-01-09-1/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Patch to make !help work outside of #bot-commands again.
| * | | | | | | Patch to make \!help work outside of #bot-commands again. We should look ↵Gravatar SebastiaanZ2019-01-09-1/+11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | into a proper rewrite later.
| | | * | | | Change activity timeout to 10 minutesGravatar Derek2019-01-09-1/+1
| | | | | | |
| | | * | | | Add all the block comments!Gravatar Derek2019-01-09-0/+10
| | | | | | |
| | | * | | | Change line to fit prevailing styleGravatar Derek2019-01-09-1/+2
| | | | | | |
| | | * | | | Change embed color to blurpleGravatar Derek2019-01-09-1/+1
| | | | | | |
| | | * | | | Change awkward wordingGravatar Derek2019-01-09-1/+1
| | | | | | |
| | | * | | | Put channel category id constant back in classGravatar Derek2019-01-09-2/+4
| | | | | | |
| | | * | | | Add exemption from cooldown for helpersGravatar Derek2019-01-09-1/+22
| | | | | | |
| | | * | | | Add activity timeout constantGravatar Derek2019-01-09-7/+18
| | | | | | |
| | | * | | | Merge branch 'master' of https://github.com/python-discord/botGravatar Derek2019-01-08-0/+2
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #261 from python-discord/guild-whitelistGravatar Leon Sandøy2019-01-08-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | WIP is taking forever to finish checking, which is stupid.
| * | | | | | | Add Pallets to server whitelistGravatar sco12019-01-08-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Yay partners!
| * | | | | | | Add RLBot to server whitelistGravatar sco12019-01-08-0/+1
|/ / / / / / / | | | | | | | | | | | | | | Yay partners!
| | | * | | | Add linter exceptionGravatar Derek2019-01-08-1/+1
| | | | | | |
| | | * | | | Update method of obtaining last message to be simplerGravatar Derek2019-01-07-2/+1
| | | | | | |
| | | * | | | Fix off by oneGravatar Derek2019-01-07-1/+1
| | | | | | |
| | | * | | | Update method for mentioning users and channels to be more idiomaticGravatar Derek2019-01-07-6/+5
| | | | | | |
| | | * | | | Merge branch 'master' of https://github.com/python-discord/botGravatar Derek2019-01-07-1/+1
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |