| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | | | | | | Removing orphaned comment and restructuring user notification for ↵ | 2019-01-07 | -4/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter_rich_embed | ||||
| | | * | | | | | | | | | Including the filter_rich_embeds constants in bot/constants.py | 2019-01-07 | -0/+2 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Changing the way in which the filter_rich_embed sends the embeds to ↵ | 2019-01-07 | -7/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_log.send_log_message | ||||
| | | * | | | | | | | | | Modifying 'send_log_message' so it supports sending additional embeds to the ↵ | 2019-01-07 | -2/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified (log) channel | ||||
| | | * | | | | | | | | | Reverting modlog.py to original state | 2019-01-07 | -17/+0 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Clarifying comment | 2019-01-06 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Restoring DEBUG_MODE filtering condition and adding comment | 2019-01-06 | -4/+2 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Adding 'rich embed' filter to filtering, 'embed'-support to modlog, and ↵ | 2019-01-06 | -17/+91 | ||
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'rich embed' filtering options to config | ||||
| | | | | | | | | | * | Merge branch 'master' into master | 2019-01-05 | -7/+55 | ||
| | | | | | | | | | |\ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| | * | | | | | | | | | Merge pull request #251 from python-discord/invite-filter-dm | 2019-01-05 | -7/+55 | ||
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Invite filter DM & DMed invite modlog | ||||
| | | * | | | | | | | | | Use explicit channel mention | 2019-01-05 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Marginally smarter filter notification logic | 2019-01-05 | -11/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only check for a user notification for "filter" type filters | ||||
| | | * | | | | | | | | | Add notification strings for remaining filters | 2019-01-05 | -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. | ||||
| | | * | | | | | | | | | Merge branch 'master' into invite-filter-dm | 2019-01-05 | -188/+318 | ||
| | | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| | | * | | | | | | | | | Fix import order | 2019-01-03 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Move user notification bools to config | 2019-01-03 | -5/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Intentionally hardcode token notification, this is handled by the token remover cog Signed-off-by: sco1 <[email protected]> | ||||
| | | * | | | | | | | | | Add identification of invite via DM | 2019-01-02 | -2/+7 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Add user notification on invite remove | 2019-01-02 | -6/+37 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | | | | * | Exception doesn't need to be accessed | 2019-01-05 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | | | | * | Raised exception now returns full traceback. | 2019-01-05 | -1/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also directly returns "[No output]" if code is only composed of comments, to avoid breaking try/except. | ||||
| | | | | | | | | | | * | Added Name of exception's class in traceback. | 2019-01-05 | -1/+1 | ||
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| | * | | | | | | | | | Merge pull request #252 from python-discord/pre-commit | 2019-01-04 | -176/+255 | ||
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add pre-commit | ||||
| | | * | | | | | | | | | Add pre-commit dev dependency & flake8 configuration | 2019-01-03 | -176/+255 | ||
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relock pipenv Add pre-commit pipenv script | ||||
| | * | | | | | | | | | Merge pull request #249 from python-discord/hemlock/codeblock_retribution | 2019-01-03 | -1/+2 | ||
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Hopefully the final fix to the code block on-edit deletion thing | ||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'master' into hemlock/codeblock_retribution | 2019-01-03 | -2/+24 | ||
| | | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | Merge pull request #247 from python-discord/fix-paginator-indexerror | 2019-01-03 | -2/+24 | ||
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix for the paginator raising IndexError when provided with an empty object to paginate | ||||
| | | * | | | | | | | | | | Adding optional kwarg to raise Exception on empty paginator embed instead of ↵ | 2019-01-03 | -2/+16 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sending empty embed | ||||
| | | * | | | | | | | | | | Clarifying log.debug messages for empty embeds for both Paginators | 2019-01-03 | -2/+2 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Fixing empty LinesPaginator and ImagePaginator with '(nothing to display)' ↵ | 2019-01-03 | -0/+8 | ||
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and '(no images to display)' when called with empty container object | ||||
| | | * | | | | | | | | | Added a log message to go along with messages bot messages being removed. | 2019-01-03 | -0/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Brown <[email protected]> | ||||
| | | * | | | | | | | | | Hopefully the final fix to the code block on-edit deletion thing | 2019-01-03 | -1/+1 | ||
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Brown <[email protected]> | ||||
| | * | | | | | | | | | Merge pull request #229 from python-discord/defcon-channel-title | 2019-01-02 | -9/+37 | ||
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | Defcon channel topic auto-update | ||||
| | | * | | | | | | | | Merge branch 'master' into defcon-channel-title | 2019-01-02 | -1/+1 | ||
| | | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | | * | | | | | | | | Ignore defcon title change in modlog. | 2019-01-02 | -1/+6 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Fix timedelta days reference | 2019-01-01 | -2/+2 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Merge branch 'master' into defcon-channel-title | 2019-01-01 | -9/+6 | ||
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'master' into defcon-channel-title | 2018-12-30 | -81/+215 | ||
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | |||||
| | | * | | | | | | | | | Add missing awaits | 2018-12-30 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | oops | ||||
| | | * | | | | | | | | | Fix channel grabbing logic | 2018-12-28 | -2/+3 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Add defcon channel topic updating | 2018-12-28 | -1/+23 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Add #defcon to channel constants | 2018-12-28 | -0/+2 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Switch local color constants to PyDis' constants | 2018-12-28 | -8/+6 | ||
| | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #371 from python-discord/django-appeals | 2019-06-09 | -2/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Django: Add Appeals E-mail to Infraction DMs | ||||
| | * | | | | | | | | | | Fix linting error for snakes | 2019-06-09 | -2/+2 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Add appeals e-mail to infraction DMs | 2019-06-09 | -0/+4 | ||
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Updates the cog list and cog batch load/unloads to use status_indicator ↵ | 2019-05-20 | -6/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emojis instead of chevrons. | ||||
| * | | | | | | | | | | Removing special handling (allowance) for self-deprecating uses of the word ↵ | 2019-05-13 | -15/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'retarded' from the filter. All bad words are now, once again, equal. | ||||
| * | | | | | | | | | | Update apt cache in build pipline | 2019-05-08 | -1/+3 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fixing linting error -_- | 2019-04-27 | -3/+2 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Removing dulwich and devalerts for bulk deletion | 2019-04-27 | -342/+361 | ||
| | | | | | | | | | | | |||||