| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | Merge branch 'master' of gitlab.com:python-discord/projects/bot | 2018-09-28 | -21/+53 | ||
| |\ | |||||
| | * | maybe next time the mod log breaks we can fix it before it's been 2 weeks. ↵ | 2018-09-27 | -1/+1 | ||
| | | | | | | | | | I'M SORRY. | ||||
| | * | Merge branch 'feature/tag-image-urls' into 'master' | 2018-09-26 | -5/+20 | ||
| | |\ | | | | | | | | | | | | | | | | | | | Add tag image support. Closes #7 See merge request python-discord/projects/bot!18 | ||||
| | | * | Add tag image support. | 2018-07-28 | -5/+20 | ||
| | | | | |||||
| | * | | Merge branch 'jump-to-context' into 'master' | 2018-09-26 | -2/+2 | ||
| | |\ \ | | | | | | | | | | | | | | | | | Include a link to the relevant message on each filter alert. See merge request python-discord/projects/bot!68 | ||||
| | | * | | Added link to relevant message in filtered alerts | 2018-09-26 | -2/+2 | ||
| | |/ / | |||||
| | * | | Merge branch 'patch-1' into 'master' | 2018-09-25 | -13/+30 | ||
| | |\ \ | | | | | | | | | | | | | | | | | Refactor !eval code matching/stripping, also parse `inline code` See merge request python-discord/projects/bot!65 | ||||
| | | * | | Refactor !eval code matching/stripping, also parse `inline code` | 2018-09-25 | -13/+30 | ||
| | |/ / | |||||
| * | | | improving a comment. why is this a commit. I'm so sorry. | 2018-09-28 | -1/+1 | ||
| | | | | |||||
| * | | | Ignore all DMs in the antispam cog | 2018-09-28 | -1/+2 | ||
| | | | | |||||
| * | | | superficial fix for no role updates caused by changes in the d.py api, plus ↵ | 2018-09-28 | -14/+10 | ||
| |/ / | | | | | | | more irrelevant logger supression. | ||||
| * | | Add rockstars role to filter ignore | 2018-09-23 | -12/+14 | ||
| | | | |||||
| * | | Fix token configuration | 2018-09-23 | -1/+1 | ||
| | | | |||||
| * | | Merge branch 'hemlock/hopeful-final-fix' into 'master' | 2018-09-15 | -1/+4 | ||
| |\ \ | | | | | | | | | | | | | Final Patch to Delete via Reaction for Bot Embed See merge request python-discord/projects/bot!63 | ||||
| | * | | Final Patch to Delete via Reaction for Bot Embed | 2018-09-15 | -1/+4 | ||
| |/ / | |||||
| * | | Merge branch 'hemlock/codeblock-embed-reaction-deletion' into 'master' | 2018-09-14 | -3/+3 | ||
| |\ \ | | | | | | | | | | | | | Added Member and Reaction to imports and added them to "on_reaction_add"… See merge request python-discord/projects/bot!62 | ||||
| | * | | Added Member and Reaction to imports and added them to "on_reaction_add" ↵ | 2018-09-13 | -3/+3 | ||
| |/ / | | | | | | | | | | | | | | | properties to convert them to the proper types. Changed line 384 to compare ids for consistency Signed-off-by: Daniel Brown <[email protected]> | ||||
| * | | Use correct emote in codeblock correction message | 2018-09-13 | -1/+1 | ||
| | | | |||||
| * | | Merge branch 'hemlock-format_block_timeout' into 'master' | 2018-09-13 | -17/+62 | ||
| |\ \ | | | | | | | | | | | | | Hemlock format block See merge request python-discord/projects/bot!60 | ||||
| | * | | - Broke up "has_fixed_codeblock" up for clarity. | 2018-09-13 | -10/+16 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | - Changed loop variables for clarity - Corrected implementation of emoji - Changed emoji name from "x" to "cross_mark" for clarity Signed-off-by: Daniel Brown <[email protected]> | ||||
| | * | | - Changed variable name from bad_ticks to has_bad_ticks | 2018-09-13 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | - Added x emoji to the constants file and changed the add_reaction to use the Emoji object instead of the emoji icon - Adjusted variable names to be more informative - Added comments to better explain how on_reaction_add functions Signed-off-by: Daniel Brown <[email protected]> | ||||
| | * | | Merge remote-tracking branch 'origin/hemlock-format_block_timeout' into ↵ | 2018-09-13 | -0/+0 | ||
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | hemlock-format_block_timeout # Conflicts: # bot/cogs/bot.py | ||||
| | | * | | - Changed function name from bad_ticks to has_bad_ticks | 2018-09-13 | -17/+23 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added x emoji to the constants file and changed the add_reaction to use the Emoji object instead of the emoji icon - Adjusted variable names to be more informative - Added comments to better explain how on_reaction_add functions Signed-off-by: Daniel Brown <[email protected]> | ||||
| | * | | | - Changed variable name from bad_ticks to has_bad_ticks | 2018-09-13 | -17/+23 | ||
| | |/ / | | | | | | | | | | | | | | | | | | | | | | - Added x emoji to the constants file and changed the add_reaction to use the Emoji object instead of the emoji icon - Adjusted variable names to be more informative - Added comments to better explain how on_reaction_add functions Signed-off-by: Daniel Brown <[email protected]> | ||||
| | * | | Corrected a check for the bot id | 2018-09-07 | -1/+1 | ||
| | | | | |||||
| | * | | Added Python format embed removal, either by the user correcting their ↵ | 2018-09-06 | -6/+6 | ||
| | | | | | | | | | | | | | | | | | | | formatting or by clicking the reaction, which can be done by the user who caused it or by staff. Also corrected linting errors. | ||||
| | * | | Added Python format embed removal, either by the user correcting their ↵ | 2018-09-06 | -1/+17 | ||
| | | | | | | | | | | | | | formatting or by clicking the reaction, which can be done by the user who caused it or by staff. | ||||
| | * | | Completed editing deletion. Still working on reaction deletion. | 2018-09-06 | -19/+36 | ||
| | | | | |||||
| * | | | Merge branch 'pipenv-docker-system' into 'master' | 2018-09-13 | -17/+22 | ||
| |\ \ \ | | | | | | | | | | | | | | | | | use system flag instead of using venv See merge request python-discord/projects/bot!52 | ||||
| | * | | | use system flag instead of using venv | 2018-09-13 | -17/+22 | ||
| |/ / / | |||||
| * | | | Merge branch 'apostrophes-in-otnames' into 'master' | 2018-09-13 | -4/+7 | ||
| |\ \ \ | |/ / |/| | | | | | | | | Patched off-topic system to allow alternative apostrophe character, and convert accordingly. See merge request python-discord/projects/bot!57 | ||||
| | * | | Fixed linting issues (oops) | 2018-09-09 | -2/+2 | ||
| | | | | |||||
| | * | | Patched off-topic system to allow alternative apostrophe character, and ↵ | 2018-09-09 | -5/+8 | ||
| |/ / | | | | | | | convert accordingly. | ||||
| * | | [Snekbox] Show help when eval run without code | 2018-08-30 | -1/+6 | ||
| | | | |||||
| * | | [Utils] Pep command outputs help on non-number. Fixes #59 | 2018-08-30 | -4/+9 | ||
| | | | |||||
| * | | [Security] Prevent commands in DM - Fixes #60 | 2018-08-30 | -0/+4 | ||
| | | | |||||
| * | | [Config] Remove invites from un-partnered servers | 2018-08-24 | -2/+0 | ||
| | | | |||||
| * | | Merge branch 'fix_humanize' into 'master' | 2018-08-23 | -49/+71 | ||
| |\ \ | | | | | | | | | | | | | Better timedelta humanization See merge request python-discord/projects/bot!54 | ||||
| | * | | Better timedelta humanization | 2018-08-23 | -49/+71 | ||
| |/ / | |||||
| * | | Merge branch 'eval-indent-fix' into 'master' | 2018-08-23 | -4/+5 | ||
| |\ \ | | | | | | | | | | | | | Fix !eval indentation errors. See merge request python-discord/projects/bot!58 | ||||
| | * | | dent :wrench: | 2018-08-21 | -4/+5 | ||
| |/ / | |||||
| * | | Merge branch 'cleanup/remove-clickup-cog' into 'master' | 2018-08-13 | -394/+0 | ||
| |\ \ | | | | | | | | | | | | | Remove the ClickUp cog. See merge request python-discord/projects/bot!29 | ||||
| | * | | Remove the ClickUp cog. | 2018-08-13 | -394/+0 | ||
| |/ / | |||||
| * | | Improving the token regex to catch tokens with symbols in the HMAC | 2018-08-11 | -3/+3 | ||
| | | | |||||
| * | | Makes TokenRemover, AntiSpam and Clean more consistent, with embeds, message ↵ | 2018-08-11 | -81/+131 | ||
| | | | | | | | | | delete ignores, and using the Logs API. | ||||
| * | | Fixing bug where antispam would not ignore message ids, making antispam ↵ | 2018-08-11 | -28/+40 | ||
| | | | | | | | | | mod-alerts into beautiful embeds, adding IDs to all filtering and antispam embeds. | ||||
| * | | [Constants] Specify encoding for YAML files | 2018-08-10 | -2/+2 | ||
| | | | |||||
| * | | updating the watchlist to catch retarted | 2018-08-08 | -1/+2 | ||
| | | | |||||
| * | | yeah actually you are allowed to say "beans" | 2018-08-08 | -1/+1 | ||
| | | | |||||
| * | | let's ignore the only legitimate word that starts with cuck - cuckoo | 2018-08-08 | -1/+1 | ||
| | | | |||||