| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge pull request #1135 from ↵ | 2020-09-03 | -1/+48 | |
| |\ | | | | | | | | | MrAwesomeRocks/feat/filter/1131/everyone-ping-responder Auto-respond to everyone pings. | |||
| | * | Merge branch 'master' into feat/filter/1131/everyone-ping-responder | 2020-09-03 | -513/+48 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #1134 from python-discord/remove-wolfram | 2020-09-02 | -475/+0 | |
| |\ \ | | | | | | | Completely gutted the wolfram command. | |||
| | * \ | Merge branch 'master' into remove-wolfram | 2020-09-02 | -34/+38 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #1141 from wookie184/make-antimalware-ignore-bot-and-webhook | 2020-09-01 | -0/+26 | |
| |\ \ \ | | | | | | | | | Added checks to ignore webhook and bot messages for antimalware | |||
| | * \ \ | Merge branch 'master' into make-antimalware-ignore-bot-and-webhook | 2020-09-01 | -28/+6 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1123 from AtieP/master | 2020-09-01 | -28/+6 | |
| |\ \ \ \ | | | | | | | | | | | Use wait_for_deletion from bot/utils/messages.py rather than help_cleanup | |||
| | * \ \ \ | Merge branch 'master' into master | 2020-09-01 | -161/+259 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| | * | | | | Remove unused variables and imports | 2020-08-29 | -2/+1 | |
| | | | | | | ||||
| | * | | | | Use wait_for_deletion from bot/utils/messages.py rather than help_cleanup | 2020-08-22 | -26/+5 | |
| | | | | | | ||||
| | | * | | | Fixed old tests and added 2 new ones | 2020-09-01 | -0/+22 | |
| | | | | | | ||||
| | | * | | | Added checks to ignore webhook and bot messages | 2020-09-01 | -0/+4 | |
| | |/ / / |/| | | | ||||
| * | | | | Allow moderators to use defcon | 2020-08-30 | -6/+6 | |
| | | | | | ||||
| | | * | | Removed loading of the Wolfram cog. | 2020-08-31 | -1/+0 | |
| | | | | | ||||
| | | * | | Removed ImagePaginator testing. | 2020-08-31 | -15/+0 | |
| | | | | | ||||
| | | * | | Removed image pagination utility. | 2020-08-31 | -164/+0 | |
| | | | | | ||||
| | | * | | Completely gutted the wolfram command. | 2020-08-29 | -295/+0 | |
| | |/ / |/| | | | | | | | | Moved to seasonalbot/bot/exts/evergreen/wolfram.py | |||
| * | | | Merge pull request #1118 from python-discord/bug/mod/1094/watch-leaked-token | 2020-08-27 | -3/+9 | |
| |\ \ \ | | | | | | | | | Censor watchchannel messages when they contain leaked tokens | |||
| | * \ \ | Merge branch 'master' into bug/mod/1094/watch-leaked-token | 2020-08-27 | -171/+278 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Update Discord Partner badge | 2020-08-27 | -1/+1 | |
| | | | | | ||||
| | * | | | Don't send code block help if message has a webhook token | 2020-08-20 | -0/+2 | |
| | | | | | ||||
| | * | | | Watchchannels: censor message content if it has a leaked token | 2020-08-20 | -3/+7 | |
| | | | | | | | | | | | | | | | | | Fixes #1094 | |||
| | | | * | Everyone Ping: Fixed regex to catch *all* pings | 2020-08-31 | -2/+2 | |
| | | | | | ||||
| | | | * | Everyone Ping: Regex Fix | 2020-08-31 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Changed the regex to not punish users who have text other than `@everyone` in their codeblocks. Multiline codeblocks can now have `@everyone` in them. | |||
| | | | * | Everyone Ping: PR Review 2 | 2020-08-30 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed redundant comments. Switched to regex to avoid punishing users for putting `@everyone` in codeblocks. Changed log message since this isn't a anti-spam rule based off of frequency. Added check for `<@&{guild_id}>` ping, also checks for codeblocks. | |||
| | | | * | Everyone Ping: NEGATIVE_REPLIES in title | 2020-08-30 | -8/+2 | |
| | | | | | | | | | | | | | | | | | The NEGATIVE_REPLIES header is now the title of the embed. | |||
| | | | * | Everyone Ping: PR Review | 2020-08-30 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Changed cryptic variable name. Changed ping response to use `bot.constants.NEGATIVE_REPLIES`. Changed ping repsonse to only ping user once. | |||
| | | | * | Everyone ping: added formatting to member count | 2020-08-30 | -1/+1 | |
| | | | | | | | | | | | | | | | | | Seperated the member count by commas every three digits. | |||
| | | | * | Everyone ping: Changed message, cleaned file | 2020-08-30 | -7/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Changed the message to say the raw member count, not just thousands. Also cleaned up some unused variables and imports in the file. | |||
| | | | * | Everyone Ping: Fixed linting error | 2020-08-29 | -1/+1 | |
| | | | | | | | | | | | | | | | | | Switched from string.format to f-string for server member count. | |||
| | | | * | Everyone Ping: Changed embed text and location | 2020-08-29 | -15/+5 | |
| | | | | | | | | | | | | | | | | | | | | | The you can view the embed text in the `everyone_ping.py` file. The embed also now sends in the server instead of a DM. | |||
| | | | * | Everyone Ping: Removed debug `print`, spelling | 2020-08-29 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Removed a debug `print` statement, fixed a spelling mistake. Also added a comment for the DM string. | |||
| | | | * | Everyone ping: Send embed on ping, fixed check | 2020-08-29 | -3/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a user pings the everyone role, they now get an embed explaining why what they did was wrong. The ping detection was also fixed to not thing that every message was a ping (changed form `>=` to `>`). | |||
| | | | * | Everyone Ping: Fixed rule, edited config | 2020-08-29 | -12/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Changed the method of checking for an everyone ping. Also changed the config to act as `min pings` instead of `ping enabled/disabled`. | |||
| | | | * | Everyone Ping: Added required values to config | 2020-08-29 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | The `max` and `interval` values were required, so they were added to the config file and the rule was modified to accept these new values. | |||
| | | | * | Everyone Ping: Added rule to recognized rules | 2020-08-29 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | Added mapping to anti-spam cog, then also edited __init__ in the rules folder to expose the apply function. | |||
| | | | * | Everyone Ping: Added rule | 2020-08-29 | -0/+31 | |
| | | | | | | | | | | | | | | | | | Added the filter rule to the bot/rules folder. | |||
| | | | * | Everyone Ping: Add rules to default config file | 2020-08-29 | -0/+3 | |
| | |_|/ |/| | | ||||
| * | | | Merge pull request #1124 from python-discord/feat/backend/707/alias-decorator | 2020-08-26 | -82/+88 | |
| |\ \ \ | | | | | | | | | Support specifying top-level aliases in the command decorator | |||
| | * \ \ | Merge branch 'master' into feat/backend/707/alias-decorator | 2020-08-26 | -70/+156 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1128 from python-discord/bold_link | 2020-08-26 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | Bold link to asking guide in help channel embeds | |||
| | * | | | | Bold link to asking guide in embeds | 2020-08-26 | -2/+2 | |
| |/ / / / | ||||
| * | | | | Merge pull request #1105 from python-discord/joseph/enhanced-user-command | 2020-08-23 | -68/+154 | |
| |\ \ \ \ | |_|_|/ |/| | | | Enhanced user command | |||
| | * | | | Merge branch 'master' into joseph/enhanced-user-command | 2020-08-23 | -56/+96 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| | * | | | Don't just exclude custom emoji, include the name of the emote | 2020-08-23 | -1/+3 | |
| | | | | | ||||
| | * | | | Address review comments from @kwzrd | 2020-08-23 | -19/+14 | |
| | | | | | ||||
| | * | | | Re-align status icons | 2020-08-16 | -3/+3 | |
| | | | | | ||||
| | * | | | Add status information to user command | 2020-08-14 | -8/+13 | |
| | | | | | ||||
| | * | | | Update tests for user commands | 2020-08-14 | -32/+55 | |
| | | | | | ||||
| | * | | | Add badges & status to user command | 2020-08-14 | -28/+67 | |
| | | | | | ||||