| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-01-13 | Change MR to PR, reorder log levels | -4/+4 | ||
| 2019-01-13 | Enumerate items | -8/+8 | ||
| Markdown is made for humans to read and only coincidentally for computers to render. If it's supposed to be an unordered list, use - or *. If it's supposed to be ordered, enumerate it. | ||||
| 2019-01-12 | Clarify trace logging level as PyDis-implemented | -1/+1 | ||
| 2019-01-12 | Update sentence flow for clarity | -2/+2 | ||
| and to prevent dizziness Co-Authored-By: sco1 <[email protected]> | ||||
| 2019-01-11 | Proofreading pass on Contributor doc | -12/+12 | ||
| 2019-01-10 | Initial rework of Contributor guidelines (not yet proofread) | -29/+33 | ||
| Add guidance on commit scope & frequency Add guidance on commit messages Beat people over the head with flake8 & precommit hooks Add logging level definition Remove the random linebreaks Minor wordsmithing, formatting changes | ||||
| 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 | Add Pallets to server whitelist | -0/+1 | ||
| Yay partners! | ||||
| 2019-01-08 | Add RLBot to server whitelist | -0/+1 | ||
| Yay partners! | ||||
| 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 | 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-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 | ||