| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-01-06 | Antispam Infraction Fixes | -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 | ||||
| 2019-01-05 | Use explicit channel mention | -1/+1 | ||
| 2019-01-05 | Marginally smarter filter notification logic | -11/+5 | ||
| Only check for a user notification for "filter" type filters | ||||
| 2019-01-05 | Add notification strings for remaining filters | -7/+12 | ||
| Hardcode watch words filter notification to False since it's a watchlist. This logic should be reworked eventually so we ignore user notifications for watchlist type filters. | ||||
| 2019-01-03 | Add pre-commit dev dependency & flake8 configuration | -176/+255 | ||
| Relock pipenv Add pre-commit pipenv script | ||||
| 2019-01-03 | Fix import order | -1/+1 | ||
| 2019-01-03 | Added a log message to go along with messages bot messages being removed. | -0/+1 | ||
| Signed-off-by: Daniel Brown <[email protected]> | ||||
| 2019-01-03 | Hopefully the final fix to the code block on-edit deletion thing | -1/+1 | ||
| Signed-off-by: Daniel Brown <[email protected]> | ||||
| 2019-01-03 | Move user notification bools to config | -5/+18 | ||
| Intentionally hardcode token notification, this is handled by the token remover cog Signed-off-by: sco1 <[email protected]> | ||||
| 2019-01-03 | Adding optional kwarg to raise Exception on empty paginator embed instead of ↵ | -2/+16 | ||
| sending empty embed | ||||
| 2019-01-03 | Clarifying log.debug messages for empty embeds for both Paginators | -2/+2 | ||
| 2019-01-03 | Fixing empty LinesPaginator and ImagePaginator with '(nothing to display)' ↵ | -0/+8 | ||
| and '(no images to display)' when called with empty container object | ||||
| 2019-01-02 | Add identification of invite via DM | -2/+7 | ||
| 2019-01-02 | Add user notification on invite remove | -6/+37 | ||
| 2019-01-02 | Ignore defcon title change in modlog. | -1/+6 | ||
| 2019-01-01 | Fix timedelta days reference | -2/+2 | ||
| 2019-01-01 | Cast int to str, correct buffer align, re-add trailing space | -1/+1 | ||
| 2018-12-30 | Add missing awaits | -4/+4 | ||
| oops | ||||
| 2018-12-29 | Remove the cursed trailing whitespace | -2/+2 | ||
| 2018-12-29 | Remove invite filter deblanking | -9/+6 | ||
| Clarify inline help/comments | ||||
| 2018-12-29 | Add mod log event for member warn & shadowwarn | -0/+30 | ||
| 2018-12-29 | Add infraction posting for AntiSpam mutes | -12/+16 | ||
| 2018-12-29 | Add optional return to modlog post coro | -1/+2 | ||
| Enables generation of a context for AntiSpam to reference for posting infractions | ||||
| 2018-12-28 | Fix channel grabbing logic | -2/+3 | ||
| 2018-12-28 | Add defcon channel topic updating | -1/+23 | ||
| 2018-12-28 | Add #defcon to channel constants | -0/+2 | ||
| 2018-12-28 | Switch local color constants to PyDis' constants | -8/+6 | ||
| 2018-12-28 | Expand in_channel check to accept multi-channels, bypass roles. | -33/+53 | ||
| 2018-12-28 | Simplify regex pattern | -1/+1 | ||
| Co-Authored-By: scragly <[email protected]> | ||||
| 2018-12-27 | invite filter: remove redundant channel None check | -8/+6 | ||
| 2018-12-27 | Disallow Group DM invites from the invite filter | -1/+9 | ||
| 2018-12-27 | Ping mod on infr notify failure in modlog. | -0/+30 | ||
| 2018-12-27 | Add content kwarg to modlog messages. | -5/+7 | ||
| 2018-12-27 | Add charinfo command. | -1/+46 | ||
| 2018-12-27 | Add DM emoji indicator for infr notify success. | -40/+49 | ||
| 2018-12-24 | Add linebreak | -0/+1 | ||
| 2018-12-24 | Remove reason check | -6/+1 | ||
| 2018-12-24 | CommandNotFound exceptions will attempt tofind a valid tag before silently ↵ | -3/+12 | ||
| ignoring | ||||
| 2018-12-20 | Realigned emoji groupings | -6/+6 | ||
| 2018-12-20 | Update config-default.yml | -1/+1 | ||
| Co-Authored-By: sco1 <[email protected]> | ||||
| 2018-12-20 | Fix initial emoji config | -1/+1 | ||
| Resolves #220 | ||||
| 2018-12-18 | Make reason a required input to bb watch | -5/+9 | ||
| Resolves #218 | ||||
| 2018-12-18 | Update README.md | -1/+1 | ||
| 2018-12-05 | Adding git to the base dockerfile | -0/+1 | ||
| 2018-12-05 | Update bot/cogs/alias.py | -1/+1 | ||
| Co-Authored-By: heavysaturn <[email protected]> | ||||
| 2018-12-05 | Fixes a bug with the watch alias introduced by our recent change of the ↵ | -3/+3 | ||
| watch command. | ||||
| 2018-12-03 | Makes generating `...:` indents faster | -2/+2 | ||
| Uses `rjust` instead of an fstring: | ||||
| 2018-11-29 | Add commas to server command (#209) | -1/+1 | ||
| 2018-11-26 | Refactored - codeblocks now make use of the bot.utils.messages util. (#202) | -40/+10 | ||
| * Refactored - codeblocks now make use of the bot.utils.messages util. * Update bot/cogs/bot.py Co-Authored-By: heavysaturn <[email protected]> * Fix up flake8 complaints. Co-Authored-By: jchristgit <[email protected]> | ||||
| 2018-11-26 | Delete GitLab CI YAML - we're on Azure now, and this still triggers | -28/+0 | ||