| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2018-11-15 | big brother: fix key error when un-watching | -1/+2 | ||
| 2018-11-15 | Big Brother Watch Message Queue & Reformat | -14/+136 | ||
| 2018-11-15 | Hemlock/moderation hidden param | -3/+351 | ||
| 2018-11-14 | #75: Add a help menu for aliases. | -5/+25 | ||
| 2018-11-14 | Disabling the zalgo filter | -1/+1 | ||
| 2018-11-13 | #47: Don't trigger URL filtering on a single message. | -4/+14 | ||
| 2018-11-12 | Remove hiphopify | -195/+0 | ||
| 2018-11-10 | Stop help output on int eval | -1/+2 | ||
| 2018-11-08 | Replace REQUIRED_ENV config tag | -36/+42 | ||
| 2018-11-07 | Remove old syntax from `!about` command. | -1/+1 | ||
| 2018-11-06 | #73: Delete eval results. | -1/+77 | ||
| 2018-11-03 | Add "superstarify" replacement for "hiphopify" | -3/+198 | ||
| 2018-10-30 | Fixed eval to allow ```python in messages. | -1/+1 | ||
| 2018-10-29 | Correcting a logic error in the edited message deletion thingy. | -4/+3 | ||
| Also cleaned up the has_bad_ticks() function a bit. Signed-off-by: Daniel Brown <[email protected]> | ||||
| 2018-10-27 | Added site command and alias for rules. | -0/+24 | ||
| 2018-10-23 | GitIgnore: VSCode | -0/+3 | ||
| 2018-10-22 | Chibli | Cog for command aliases | -56/+214 | ||
| 2018-10-20 | Change BYPASS_ROLES check from top_role to all roles. | -4/+5 | ||
| Addresses Issue #72 | ||||
| 2018-10-09 | Wolfram Cog - Merge Request 56, by Chibli | -6/+485 | ||
| 2018-10-09 | Bot Codeblock message fixes | -15/+33 | ||
| 2018-10-07 | All command groups now invoke the help command. | -8/+24 | ||
| 2018-10-07 | common scheduling methods have been moved to a separate abstract class. | -89/+78 | ||
| 2018-10-06 | Add Reminders cog. | -26/+503 | ||
| 2018-10-06 | Infraction search improvements | -79/+90 | ||
| 2018-10-04 | Hem's fixes. | -2/+2 | ||
| 2018-10-03 | Added Permission for Helper | -8/+14 | ||
| 2018-09-28 | Filtering fixes | -20/+46 | ||
| 2018-09-28 | improving a comment. why is this a commit. I'm so sorry. | -1/+1 | ||
| 2018-09-28 | Ignore all DMs in the antispam cog | -1/+2 | ||
| 2018-09-28 | superficial fix for no role updates caused by changes in the d.py api, plus ↵ | -14/+10 | ||
| more irrelevant logger supression. | ||||
| 2018-09-27 | maybe next time the mod log breaks we can fix it before it's been 2 weeks. ↵ | -1/+1 | ||
| I'M SORRY. | ||||
| 2018-09-26 | Added link to relevant message in filtered alerts | -2/+2 | ||
| 2018-09-25 | Refactor !eval code matching/stripping, also parse `inline code` | -13/+30 | ||
| 2018-09-23 | Add rockstars role to filter ignore | -12/+14 | ||
| 2018-09-23 | Fix token configuration | -1/+1 | ||
| 2018-09-15 | Final Patch to Delete via Reaction for Bot Embed | -1/+4 | ||
| 2018-09-13 | Added Member and Reaction to imports and added them to "on_reaction_add" ↵ | -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]> | ||||
| 2018-09-13 | Use correct emote in codeblock correction message | -1/+1 | ||
| 2018-09-13 | - Broke up "has_fixed_codeblock" up for clarity. | -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]> | ||||
| 2018-09-13 | use system flag instead of using venv | -17/+22 | ||
| 2018-09-13 | - Changed variable name from bad_ticks to has_bad_ticks | -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]> | ||||
| 2018-09-13 | - Changed variable name from bad_ticks to has_bad_ticks | -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]> | ||||
| 2018-09-13 | - Changed function name from bad_ticks to has_bad_ticks | -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]> | ||||
| 2018-09-09 | Fixed linting issues (oops) | -2/+2 | ||
| 2018-09-09 | Patched off-topic system to allow alternative apostrophe character, and ↵ | -5/+8 | ||
| convert accordingly. | ||||
| 2018-09-07 | Corrected a check for the bot id | -1/+1 | ||
| 2018-09-06 | Added Python format embed removal, either by the user correcting their ↵ | -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. | ||||
| 2018-09-06 | Added Python format embed removal, either by the user correcting their ↵ | -1/+17 | ||
| formatting or by clicking the reaction, which can be done by the user who caused it or by staff. | ||||
| 2018-09-06 | Completed editing deletion. Still working on reaction deletion. | -19/+36 | ||
| 2018-08-30 | [Snekbox] Show help when eval run without code | -1/+6 | ||