| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | | | | Merge pull request #232 from python-discord/antispam-mute-infr | 2019-01-11 | -31/+9 | ||
| | |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | Utilizes a temporary mute infraction rather than having the mute be totally contained by the AntiSpam coro, preventing non-administrators from removing the muted role in the event of a false-positive. | ||||
| | | * | | | | | | | | Merge branch 'master' into antispam-mute-infr | 2019-01-10 | -22/+91 | ||
| | | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | | * | | | | | | | | Invoke Moderation tempmute directly | 2019-01-06 | -33/+3 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Antispam Infraction Fixes | 2019-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-infr | 2019-01-06 | -244/+490 | ||
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Add infraction posting for AntiSpam mutes | 2018-12-29 | -12/+16 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Add optional return to modlog post coro | 2018-12-29 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables generation of a context for AntiSpam to reference for posting infractions | ||||
| | | | | * | | | | | | | From review | 2019-01-08 | -2/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Switch short-circuit logic, add logging | 2019-01-08 | -1/+5 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Remove list comprehension since any() works on generators | 2019-01-08 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: sco1 <[email protected]> | ||||
| | | | | * | | | | | | | Add line after docstring | 2019-01-07 | -0/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Add mute infraction check to role restoration | 2019-01-07 | -0/+28 | ||
| | | | |/ / / / / / / | |||||
| | | | | * | | | | | | Change log.error to log.exception to avoid hiding traceback | 2019-01-12 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: fiskenslakt <[email protected]> | ||||
| | | | | * | | | | | | Change ctx.invoke to ctx.reinvoke to conserve passed arguments | 2019-01-12 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: fiskenslakt <[email protected]> | ||||
| | | | | * | | | | | | Update error handler docstring to be more accurate | 2019-01-10 | -4/+2 | ||
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Put extra sentence in docstring clarifying arg usage | 2019-01-10 | -0/+1 | ||
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Add cooldown constants to config | 2019-01-10 | -1/+7 | ||
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Add 2nd space to inline comment to obey allmighty linter | 2019-01-10 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Merge branch 'master' of https://github.com/python-discord/bot | 2019-01-10 | -20/+77 | ||
| | | | | |\ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||||
| | | | | * | | | | | | Update error handler to log errors instead of ignore them | 2019-01-10 | -1/+4 | ||
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Merge branch 'master' of https://github.com/python-discord/bot | 2019-01-09 | -1/+11 | ||
| | | | | |\ \ \ \ \ \ | |||||
| | | | | * | | | | | | | Change activity timeout to 10 minutes | 2019-01-09 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Add all the block comments! | 2019-01-09 | -0/+10 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Change line to fit prevailing style | 2019-01-09 | -1/+2 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Change embed color to blurple | 2019-01-09 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Change awkward wording | 2019-01-09 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Put channel category id constant back in class | 2019-01-09 | -2/+4 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Add exemption from cooldown for helpers | 2019-01-09 | -1/+22 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Add activity timeout constant | 2019-01-09 | -7/+18 | ||
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot | 2019-01-08 | -0/+2 | ||
| | | | | |\ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | | Add linter exception | 2019-01-08 | -1/+1 | ||
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Update method of obtaining last message to be simpler | 2019-01-07 | -2/+1 | ||
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Fix off by one | 2019-01-07 | -1/+1 | ||
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Update method for mentioning users and channels to be more idiomatic | 2019-01-07 | -6/+5 | ||
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot | 2019-01-07 | -1/+1 | ||
| | | | | |\ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|/ / | | | | | |/| | | | | | | |||||
| | | | | * | | | | | | | | Add category constant | 2019-01-07 | -1/+13 | ||
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Remove unnecessary return statement | 2019-01-07 | -1/+1 | ||
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Update constraint on seek so it can't be less than 1 | 2019-01-06 | -1/+1 | ||
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Change single quotes to double quotes for the sake of consistency | 2019-01-06 | -2/+2 | ||
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Add free command | 2019-01-06 | -0/+91 | ||
| | | | |/ / / / / / / / | |||||
| | | | | | | | * | | | | reverting the lockfile, no changes needed | 2019-01-13 | -196/+166 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | * | | | | Adressing jchrists review comments | 2019-01-13 | -113/+122 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | * | | | | Merge branch 'master' into user_command_improvements | 2018-12-27 | -2/+2 | ||
| | | | | | | | |\ \ \ \ | |||||
| | | | | | | | * \ \ \ \ | Merge branch 'master' into user_command_improvements | 2018-12-27 | -16/+33 | ||
| | | | | | | | |\ \ \ \ \ | |||||
| | | | | | | | * | | | | | | Addressing jchrists review comments. | 2018-12-27 | -83/+107 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | * | | | | | | Merge branch 'master' into user_command_improvements | 2018-12-18 | -4/+5 | ||
| | | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | * | | | | | | | Update bot/cogs/information.py | 2018-12-18 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: heavysaturn <[email protected]> | ||||
| | | | | | | | * | | | | | | | Merge branch 'master' into user_command_improvements | 2018-12-05 | -1/+1 | ||
| | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | * | | | | | | | | Fixed the !user command so users can still use it if they target themselves. ↵ | 2018-12-05 | -31/+105 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also restricted it to #bot-commands for anyone except mods and up. | ||||
| | | | | | | | | | | | | * | | | Fix bbmessage emoji pointing to incorrect ID | 2019-01-07 | -1/+1 | ||
| | | | | |_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | |||||