| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-01-11 | Using stronger language in the message and emphazising the 'strongly ↵ | -2/+3 | ||
| recommend' with bold | ||||
| 2019-01-09 | Patch to make \!help work outside of #bot-commands again. We should look ↵ | -1/+11 | ||
| into a proper rewrite later. | ||||
| 2019-01-08 | From review | -2/+1 | ||
| 2019-01-08 | Switch short-circuit logic, add logging | -1/+5 | ||
| 2019-01-08 | Remove list comprehension since any() works on generators | -1/+1 | ||
| Co-Authored-By: sco1 <[email protected]> | ||||
| 2019-01-08 | Add Pallets to server whitelist | -0/+1 | ||
| Yay partners! | ||||
| 2019-01-08 | Add RLBot to server whitelist | -0/+1 | ||
| Yay partners! | ||||
| 2019-01-07 | Add line after docstring | -0/+1 | ||
| 2019-01-07 | Add mute infraction check to role restoration | -0/+28 | ||
| 2019-01-07 | Deleting unnecessary additional line | -1/+0 | ||
| 2019-01-07 | Removing orphaned comment and restructuring user notification for ↵ | -4/+2 | ||
| filter_rich_embed | ||||
| 2019-01-07 | Corrected the delete_reminder() method to use the correct _delete_reminder ↵ | -1/+1 | ||
| method(). Signed-off-by: Daniel Brown <[email protected]> | ||||
| 2019-01-07 | Including the filter_rich_embeds constants in bot/constants.py | -0/+2 | ||
| 2019-01-07 | Changing the way in which the filter_rich_embed sends the embeds to ↵ | -7/+3 | ||
| mod_log.send_log_message | ||||
| 2019-01-07 | Modifying 'send_log_message' so it supports sending additional embeds to the ↵ | -2/+9 | ||
| specified (log) channel | ||||
| 2019-01-07 | Reverting modlog.py to original state | -17/+0 | ||
| 2019-01-06 | Clarifying comment | -1/+1 | ||
| 2019-01-06 | Invoke Moderation tempmute directly | -33/+3 | ||
| 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-06 | Restoring DEBUG_MODE filtering condition and adding comment | -4/+2 | ||
| 2019-01-06 | Adding 'rich embed' filter to filtering, 'embed'-support to modlog, and ↵ | -17/+91 | ||
| 'rich embed' filtering options to config | ||||
| 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 | ||