| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge #1752 - help channels: fix initialisation of available channels set | 2021-08-16 | -14/+8 | |
| |\ | ||||
| | * | Merge branch 'main' into bug/help/1715/avail-set-init | 2021-08-16 | -54/+74 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #1753 from D0rs4n/pr/deletewebhook | 2021-08-16 | -7/+16 | |
| |\ \ | | | | | | | Delete Webhooks when one is accidentally posted. | |||
| | * \ | Merge branch 'main' into pr/deletewebhook | 2021-08-16 | -47/+58 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #1716 from ↵ | 2021-08-16 | -46/+57 | |
| |\ \ \ | | | | | | | | | | | | | | | | | python-discord/bug/info/bot-13b/code-snippet-msg-404 Don't send code snippets if the original message was deleted | |||
| | * \ \ | Merge branch 'main' into bug/info/bot-13b/code-snippet-msg-404 | 2021-08-16 | -282/+584 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1754 from python-discord/wookie184-patch-1 | 2021-08-16 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Remove the admins mention from the modmail tag | |||
| | * | | | | Remove the admins mention from the modmail tag | 2021-08-16 | -1/+1 | |
| |/ / / / | ||||
| | * | | | CodeSnippets: don't send snippets if the original message was deleted | 2021-08-03 | -3/+7 | |
| | | | | | | | | | | | | | | | | | Fixes BOT-13B | |||
| | * | | | CodeSnippets: refactor snippet parsing into a separate function | 2021-08-03 | -8/+12 | |
| | | | | | ||||
| | * | | | CodeSnippets: move __init__ to the top of the class definition | 2021-08-03 | -11/+11 | |
| | | | | | ||||
| | * | | | CodeSnippets: refactor on_message | 2021-08-03 | -35/+38 | |
| | | | | | | | | | | | | | | | | | Reduce nesting and code duplication. | |||
| | | * | | Improve output message consistency in webhook_remover | 2021-08-16 | -1/+1 | |
| | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]> | |||
| | | * | | Patch the regEx pattern in webhook_remover to match edge cases | 2021-08-16 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | The regEx pattern did not match the 'https://' part in case of canary urls Thus, from now on the regEx pattern matches the full canary urls as well. | |||
| | | * | | Fix up, and improve code consistency in webhook_remover | 2021-08-16 | -2/+2 | |
| | | | | | ||||
| | | * | | Improve code consistency in webhook_remover | 2021-08-16 | -9/+7 | |
| | | | | | ||||
| | | * | | Enhance security in the Webhook remover. | 2021-08-16 | -6/+14 | |
| | |/ / |/| | | | | | | | | | | | From now on, webhooks that were posted in the chat will be also deleted from Discord in order to eliminate the risk. | |||
| | | * | HelpChannels: use utility method to get available channels | 2021-08-16 | -3/+1 | |
| | | | | ||||
| | | * | HelpChannels: simplify formatting of category names in dormant msg | 2021-08-15 | -9/+6 | |
| | | | | | | | | | | | | | | | | Remove redundant retrieval of category objects. Include the asking guide URL in the message via an f-string. | |||
| | | * | HelpChannels: fix incomplete init of available channel set | 2021-08-15 | -5/+4 | |
| | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the cog is reloaded while there are less than the maximum amount of available channels, it makes some channels available until the limit is reached. When a channel is made available, it updates the `available_help_channels` set. The `update_available_help_channels()` function would not update this set if it saw that the set already contains elements. This resulted in only the channels that were just made available being in the set; the set would not contain the channels that were already available when the bot started. Fix this by unconditionally populating the set, but moving it to `init_available()` so it only happens once. Fix BOT-Z1 Fix #1715 | |||
| * | | Merge pull request #1677 from python-discord/mbaruh/jam-management | 2021-08-16 | -214/+390 | |
| |\ \ | | | | | | | Additional code jam management utilities | |||
| | * \ | Merge branch 'main' into mbaruh/jam-management | 2021-08-16 | -571/+1612 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #1745 from python-discord/fix-nomination-archive-check | 2021-08-15 | -8/+10 | |
| |\ \ \ | | | | | | | | | fix: Nomination message now checks historic and new style nominations | |||
| | * | | | fix: Nomination message now checks historic and new style nominations | 2021-08-12 | -8/+10 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Previously nomination messages had role pings in them, now they don't as we moved them into a thread. Due to this, we need to detect both in the interim of historic nominations existing. A 'proper' fix for this is to store the nomination message IDs when we post them against the nomination object in the site api. We are planing to work on this soon, this commit is a short term fix. | |||
| * | | | Remove role pings when a helper vote is posted (#1744) | 2021-08-11 | -2/+2 | |
| | | | | ||||
| * | | | Merge #1726 - catch various 404s from message operations | 2021-08-11 | -12/+37 | |
| |\ \ \ | ||||
| | * \ \ | Merge branch 'main' into bug/message-404 | 2021-08-11 | -13/+16 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1740 from python-discord/TizzySaurus-patch-1 | 2021-08-11 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Remove added punctuation from reminder | |||
| | * | | | | Remove added punctuation from reminder | 2021-08-11 | -1/+1 | |
| |/ / / / | ||||
| * | | | | Merge pull request #1738 from python-discord/dynamic-dormant-message | 2021-08-11 | -5/+13 | |
| |\ \ \ \ | | | | | | | | | | | Make DORMANT_MSG Dynamic | |||
| | * | | | | Fetch dormant category rather than use channel.category | 2021-08-11 | -1/+2 | |
| | | | | | | | | | | | | | | | | channel.category doesn't get updated in cache so the category ends up still linking to "In Use", whereas we want the "Dormant". | |||
| | * | | | | Change bot.get_channel to utils.channels.try_get_channel | 2021-08-11 | -1/+1 | |
| | | | | | | ||||
| | * | | | | Make DORMANT_MSG a string instead of f-string | 2021-08-11 | -1/+1 | |
| | | | | | | ||||
| | * | | | | Update embed sent when channel moves to dormant category | 2021-08-11 | -1/+8 | |
| | | | | | | ||||
| | * | | | | Update DORMANT_MSG to allow kwargs in str.format() | 2021-08-11 | -3/+3 | |
| | | | | | | ||||
| | * | | | | Update DORMANT_MSG to be compatible with str.format() | 2021-08-11 | -3/+3 | |
| |/ / / / | ||||
| * | | | | Merge pull request #1733 from ↵ | 2021-08-10 | -5/+0 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | python-discord/chore/vcokltfre/blocking-tag-newlines chore: remove some newlines in the blocking tag | |||
| | * | | | | chore: remove some newlines in the blocking tag | 2021-08-10 | -5/+0 | |
| |/ / / / | ||||
| * | | | | Merge pull request #1732 from SuperstalkerX/patch-1 | 2021-08-10 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Fixed error message to match true value | |||
| | * | | | | Fixed error message to match true value | 2021-08-09 | -1/+1 | |
| |/ / / / | | | | | | | | | | | | | When the limit was raised, the error message was not edited to reflect the change. https://github.com/python-discord/bot/commit/6f45d6896adb3f05962733cec8e5db199def20bc | |||
| * | | | | Merge pull request #1727 from onerandomusername/patch-1 | 2021-08-08 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | change dockerfile python version to latest 3.9.x | |||
| | * | | | | change dockerfile python version to latest 3.9.x | 2021-08-08 | -1/+1 | |
| |/ / / / | ||||
| | * | | | Duck pond: abort if reaction's message or author can't be found | 2021-08-07 | -1/+7 | |
| | | | | | | | | | | | | | | | | | Fixes BOT-1J7 | |||
| | * | | | Code block: catch 404s when editing or deleting the message | 2021-08-07 | -7/+10 | |
| | | | | | | | | | | | | | | | | | Fixes BOT-J2 | |||
| | * | | | Incidents: catch 404s | 2021-08-07 | -4/+20 | |
| |/ / / | | | | | | | | | | Fixes BOT-ZN | |||
| * | | | Merge pull request #1678 from D0rs4n/pr/serverinfoleads | 2021-08-06 | -8/+37 | |
| |\ \ \ | | | | | | | | | Add `Leads` to Server info Embed. | |||
| | * \ \ | Merge branch 'main' into pr/serverinfoleads | 2021-08-06 | -111/+269 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1709 from ↵ | 2021-08-04 | -13/+14 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | python-discord/bug/bot-1jd/backend/wait-for-deletion-404 Catch 404 error when waiting to delete message | |||
| | * \ \ \ | Merge branch 'main' into bug/bot-1jd/backend/wait-for-deletion-404 | 2021-08-04 | -90/+230 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Reorder user roles in !user command from highest to lowest (#1719) | 2021-08-04 | -1/+3 | |
| | | | | | | | | | | | | | | | | Reorder user roles in !user command from highest to lowest | |||