| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 | |||
| | * | | | | | Deps: update discord.py to 1.4.0 | 2020-08-06 | -79/+51 | |
| |/ / / / / | | | | | | | | | | | | | | | | It was released on PyPI. No longer need to clone via git. | |||
| * | | | | | Guild invite regex: Add support for dashes in the invite code | 2020-08-05 | -1/+1 | |
| | | | | | | ||||
| * | | | | | Merge pull request #1087 from ↵ | 2020-08-05 | -1/+14 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/bug/backend/1080/cog-reload-cancel-scheduler Cancel scheduled tasks when cogs unload | |||
| | * \ \ \ \ | Merge branch 'master' into bug/backend/1080/cog-reload-cancel-scheduler | 2020-08-05 | -16/+23 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | | Merge pull request #1091 from python-discord/kwzrd/fix-1090 | 2020-08-05 | -9/+8 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | RedisCache: remove erroneous `_redis` alias | |||
| | * \ \ \ \ \ | Merge branch 'master' into kwzrd/fix-1090 | 2020-08-05 | -7/+15 | |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | | Merge pull request #1088 from python-discord/bug/util/1083/source-dynamic-obj | 2020-08-05 | -7/+15 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Source: raise BadArgument for dynamically-created objects | |||
| | * | | | | | | | Source: remove redundant check for help commands | 2020-08-04 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code is identical to the else block and there's no reason for help commands to have an explicit check. | |||
| | * | | | | | | | Source: raise BadArgument for dynamically-created objects | 2020-08-04 | -3/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commands, cogs, etc. created via internal eval won't have a source file associated with them, making source retrieval impossible. Fixes #1083 Fixes BOT-7K | |||
| * | | | | | | | | Revert "HelpChannels: use more reliable check for claimed channel" | 2020-08-05 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 59c62162 | |||
| * | | | | | | | | Merge pull request #1089 from python-discord/bug/help/1074/duplicate-claim | 2020-08-05 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | HelpChannels: use more reliable check for claimed channel | |||
| | | * | | | | | | Redis: remove erroneous `_redis` alias | 2020-08-05 | -9/+8 | |
| | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a RedisCache instance was being accessed before bot has created the `redis_cache` instance, the `_redis` alias was being set to None, causing AttributeErrors in lookups. See: #1090 | |||
| | | * | | | | | Cancel scheduled tasks when cogs unload | 2020-08-04 | -1/+14 | |
| | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When cogs reload, they used new Scheduler instances, which aren't aware of previously scheduled tasks. This led to duplicate scheduled tasks when cogs re-scheduled tasks upon initialisation. Fixes #1080 Fixes BOT-7H | |||
| | | * | | | | HelpChannels: clear claimant cache when channel goes dormant | 2020-08-05 | -3/+1 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | The claimed channel check in `on_message` relies on the cache being cleared when a channel goes dormant. If it's not cleared, it will think the channel is still in use. | |||
| | * / / / | HelpChannels: use more reliable check for claimed channel | 2020-08-04 | -1/+1 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the channel's category isn't reliable since it may take Discord a while to actually move the channel once it's received a request from the bot. I suppose using redis technically has the same problem, but it should be much faster and less susceptible to lag than Discord. Fixes #1074 | |||
| | * | | | HelpChannels: simplify control flow in is_empty | 2020-08-07 | -4/+2 | |
| | | | | | ||||
| | * | | | HelpChannels: add logging to is_empty | 2020-08-04 | -0/+3 | |
| | | | | | ||||
| | * | | | HelpChannels: more accurate empty check | 2020-08-04 | -5/+17 | |
| | | | | | | | | | | | | | | | | | | | | | The bot's pin message was being picked up as the last message, so the system was not considering the channel empty. | |||
| | * | | | HelpChannels: create separate function to pin a message | 2020-08-04 | -9/+7 | |
| | | | | | ||||
| | * | | | HelpChannels: create a generic function to handle pin errors | 2020-08-04 | -11/+26 | |
| | | | | | | | | | | | | | | | | | | | | | This can be used for both pinning and unpinning messages. The error handling code was largely similar between them. | |||
| | * | | | HelpChannels: don't unpin message if ID is None | 2020-08-04 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes #1082 Fixes BOT-7G | |||
| | * | | | HelpChannels: add more detail to unpin log messages | 2020-08-04 | -3/+7 | |
| | | | | | ||||
| | * | | | HelpChannels: move unpinning to separate function | 2020-08-04 | -12/+16 | |
| |/ / / | ||||
| | * / | Utils: show error message for long poll titles | 2020-08-04 | -0/+2 | |
| |/ / | | | | | | | | | | | | | Embeds have a maximum length of 256 for titles. Fixes #1079 Fixes BOT-7Q | |||
| | * | Filtering: ignore webhooks for nickname filter | 2020-08-04 | -1/+4 | |
| |/ | | | | Fixes #1027 | |||