| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'master' into joseph/enhanced-user-command | 2020-08-23 | -56/+96 | |
| |\ | ||||
| | * | Disable raw commands | 2020-08-20 | -2/+2 | |
| | | | ||||
| | * | Merge pull request #1116 from Numerlor/reminders-fix | 2020-08-20 | -2/+24 | |
| | |\ | | | | | | | Restrict reminder methods to authors and admins. | |||
| | | * | Merge branch 'master' into reminders-fix | 2020-08-20 | -15/+8 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Merge pull request #1117 from ↵ | 2020-08-20 | -15/+8 | |
| | |\ \ | | | | | | | | | | | | | | | | | python-discord/bug/1112/backend/wait-for-deletion-client Make client parameter mandatory for wait_for_deletion | |||
| | | * | | Make client parameter mandatory for wait_for_deletion | 2020-08-20 | -15/+8 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | A client instance is necessary for the core feature of this function. There is no way to obtain it from the other arguments. The previous code was wrong to think `discord.Guild.me` is an equivalent. Fixes #1112 | |||
| | | * | Restrict reminder methods to authors and admins. | 2020-08-20 | -2/+24 | |
| | |/ | | | | | | | | | | | Before, any user could modify the reminders of others by the id. This restricts the behaviour to only admins and users can only modify the reminders they authored. | |||
| | * | Merge pull request #1106 from AtieP/master | 2020-08-19 | -1/+3 | |
| | |\ | | | | | | | Add doc cleanup | |||
| | | * | msg rather than doc_embed | 2020-08-16 | -2/+2 | |
| | | | | ||||
| | | * | Use wait_for_deletion from /bot/utils/messages.py instead of doc_cleanup | 2020-08-16 | -25/+3 | |
| | | | | ||||
| | | * | Satisfy some of the Azure pipelines' code requirements | 2020-08-15 | -3/+3 | |
| | | | | ||||
| | | * | Add doc cleanup | 2020-08-15 | -2/+26 | |
| | | | | ||||
| | * | | Merge pull request #1109 from python-discord/bug/mod/1065/unnominate-banned | 2020-08-19 | -20/+36 | |
| | |\ \ | | | | | | | | | Unnominate banned users from the talent pool | |||
| | | * | | Replace stinky single-item unpacking syntax | 2020-08-19 | -1/+1 | |
| | | | | | ||||
| | | * | | Swap argument order in ChainMaps | 2020-08-19 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | The defaults should be last to ensure they don't take precedence over explicitly set values. | |||
| | | * | | Unnominate banned users from the talent pool | 2020-08-15 | -19/+35 | |
| | | | | | | | | | | | | | | | | | Fixes #1065 | |||
| | * | | | Merge pull request #1100 from python-discord/bug/filters/1099/dupe-offensive-msg | 2020-08-19 | -3/+11 | |
| | |\ \ \ | | | | | | | | | | | Filtering: ignore errors for duplicate offensive messages | |||
| | | * | | | Filtering: ignore errors for duplicate offensive messages | 2020-08-12 | -3/+11 | |
| | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | The error happens when a filter is triggered by a message edit. Fixes #1099 Fixes BOT-6B | |||
| | * | | | Merge pull request #1107 from python-discord/bug/filters/1005/antispam-ctx-patch | 2020-08-19 | -4/+9 | |
| | |\ \ \ | | | | | | | | | | | Don't patch ctx.message.author in antispam | |||
| | | * | | | Truncate mod log content | 2020-08-15 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | Discord has a limit of 2000 characters for messages. | |||
| | | * | | | Don't patch ctx.message.author in antispam | 2020-08-15 | -4/+5 | |
| | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The modification propagated across all code that is using the same `Message` object, including all other `on_message` listeners. This caused weird bugs e.g. the filtering cog thinking the bot authored a message that triggered a filter. Patching only `ctx.author` means the implementation is more fragile. Infraction code must ensure it only retrieves the author via `ctx.author` and not through `ctx.message`. Fixes #1005 Fixes BOT-7D | |||
| | * | | | Merge pull request #1108 from ↵ | 2020-08-18 | -0/+3 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | python-discord/bug/frontend/1030/reddit-title-escape Escape Markdown in reddit post titles | |||
| | | * \ \ | Merge branch 'master' into bug/frontend/1030/reddit-title-escape | 2020-08-18 | -9/+0 | |
| | | |\ \ \ | | |/ / / | |/| | | | ||||
| | * | | | | Remove the !ask tag | 2020-08-16 | -9/+0 | |
| | | |/ / | |/| | | ||||
| | | * | | Escape Markdown in reddit post titles | 2020-08-15 | -0/+3 | |
| | |/ / | | | | | | | | | | | | | | | | | | | Use a Unicode look-alike character to replace square brackets, since they'd otherwise interfere with the Markdown. Fixes #1030 | |||
| * | | | 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 | |
| | | | | ||||
| * | | | Add YAML values for badges | 2020-08-14 | -0/+11 | |
| | | | | ||||
| * | | | Add constants for badges | 2020-08-14 | -0/+11 | |
| |/ / | ||||
| * | | Merge pull request #1102 from AtieP/patch-1 | 2020-08-13 | -1/+1 | |
| |\ \ | |/ |/| | Fix typo on the traceback tag | |||
| | * | Fix typo on the traceback tag | 2020-08-13 | -1/+1 | |
| |/ | | | See issue #1101 | |||
| * | Merge pull request #1097 from Numerlor/remove-api-endpoints | 2020-08-11 | -33/+4 | |
| |\ | | | | | Remove api endpoint config values. | |||
| | * | Merge branch 'master' into remove-api-endpoints | 2020-08-11 | -0/+3 | |
| | |\ | |/ |/| | ||||
| * | | Create kindling-projects tag | 2020-08-09 | -0/+3 | |
| | | | ||||
| | * | Reorder site URL constants. | 2020-08-10 | -2/+4 | |
| | | | ||||
| | * | Remove unused api endpoint config constants. | 2020-08-10 | -31/+0 | |
| |/ | | | | | The constants aren't used anywhere in the bot, and are incompatible with the APIClient. | |||
| * | Merge pull request #1084 from ↵ | 2020-08-09 | -1/+4 | |
| |\ | | | | | | | | | python-discord/bug/filters/1027/ignore-webhook-names Ignore webhooks for nickname filter | |||
| | * | Merge branch 'master' into bug/filters/1027/ignore-webhook-names | 2020-08-09 | -136/+155 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #1085 from python-discord/bug/util/1079/long-poll-titles | 2020-08-09 | -0/+2 | |
| |\ \ | | | | | | | Utils: show error message for long poll titles | |||
| | * \ | Merge branch 'master' into bug/util/1079/long-poll-titles | 2020-08-09 | -136/+153 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Remove unnecessary edits during pagination | 2020-08-08 | -10/+0 | |
| | | | | ||||
| * | | | Merge pull request #1086 from python-discord/bug/help/1082/unpin-id-none | 2020-08-07 | -27/+64 | |
| |\ \ \ | | | | | | | | | Help channel message pin fixes | |||
| | * \ \ | HelpChannels: fix conflict in move_to_dormant | 2020-08-07 | -100/+90 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1092 from python-discord/bug/help/1074/duplicate-claim | 2020-08-07 | -3/+1 | |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge branch 'master' into bug/help/1074/duplicate-claim | 2020-08-07 | -98/+90 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #1093 from python-discord/discord.py-1.4 | 2020-08-06 | -79/+51 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Deps: update discord.py to 1.4.0 | |||