| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-07-30 | Missed `?` in regex. | -1/+1 | ||
| 2020-07-30 | Use non-capturing group instead. | -1/+1 | ||
| 2020-07-30 | Change regex so it catches new discord URL | -1/+1 | ||
| 2020-07-30 | Fix channel moving incase `message.pin` fails | -0/+2 | ||
| 2020-07-29 | Don't ping everyone when tripping filter in DMs. | -1/+1 | ||
| We don't need a ping in #mod-alerts whenever someone is tripping a filter (like invites or bad language) in a DM to the bot. We can still send an embed, so that we can action it, but there is no urgent need to respond if it's just a direct message to the bot. This is particularly true now that we have #dm-log. | ||||
| 2020-07-28 | Handle message unpinning better | -2/+5 | ||
| 2020-07-28 | correct import order | -1/+1 | ||
| 2020-07-28 | fix poll command by using clean_content converter | -2/+2 | ||
| 2020-07-28 | Allow specifying a channel to send !embed embeds | -3/+7 | ||
| 2020-07-27 | Update IDs of Code Jam roles | -2/+2 | ||
| I've updated the IDs of the two Code Jam Roles to the newly create roles we have. | ||||
| 2020-07-24 | Fix: Implicit string concatenation considered harmful | -4/+1 | ||
| Python joins two string adjacent string literals implicitly, which may cause unintended side effects when used with certain string methods. >>> 'A' ' '.join(['1', '2', '3']) '1A 2A 3' | ||||
| 2020-07-23 | Disabled burst_shared filter temporarily | -4/+0 | ||
| 2020-07-22 | Charinfo: correct char limit used in error message | -1/+1 | ||
| Co-authored-by: Kieran Siek <[email protected]> | ||||
| 2020-07-23 | Check that embed desc is not Empty before stripping. | -2/+5 | ||
| 2020-07-22 | Charinfo: up char limit and reduce line limit | -4/+4 | ||
| Pagination means more characters can be supported without cluttering anything. It also means infinite lines, so there's no longer a need to squeeze out the most from a single page. Reducing the line limit leads to a smaller, tidier presentation. | ||||
| 2020-07-22 | Charinfo: use more descriptive field name | -1/+1 | ||
| Since the raw field is displayed on every page, but pages are incomplete, it may be unclear whether the field's value is for the current page or for all pages. Co-authored-by: Kieran Siek <[email protected]> | ||||
| 2020-07-22 | Jam tests: use the MAX_CHANNELS constant more | -4/+4 | ||
| It's clearer to write MAX_CHANNELS - 2 than a literal 48. | ||||
| 2020-07-22 | Jam tests: assert equality of new category | -1/+2 | ||
| 2020-07-22 | Jam tests: add subtests to non-existent category test | -7/+18 | ||
| The test has to account for not only the name not matching, but also a lack of available spaces for new channels. | ||||
| 2020-07-22 | Jam tests: fix category test | -14/+24 | ||
| 2020-07-22 | Jams: create a new category if others are full | -20/+31 | ||
| 2020-07-22 | Jam Tests: space out lines for readability | -0/+6 | ||
| 2020-07-22 | Jam Tests: remove default_args attribute | -4/+3 | ||
| Kind of redundant since it's only used by two tests. | ||||
| 2020-07-22 | Jam Tests: re-arrange tests to follow definition order in the cog | -10/+10 | ||
| 2020-07-22 | Jam Tests: fix utils patch | -4/+5 | ||
| stop needs to be called on the patcher, not the mock. Furthermore, using addCleanup is safer than tearDown because the latter may not be called if an exception is raised in setUp. | ||||
| 2020-07-21 | Charinfo: paginate the results | -6/+6 | ||
| Pagination ensures the results will never go over the char limit for an embed. Fixes #897 Fixes BOT-3D | ||||
| 2020-07-21 | Charinfo: use send_denial helper | -13/+7 | ||
| 2020-07-21 | Use max_units for time since join in user command instead of precision | -1/+1 | ||
| 2020-07-20 | Edited tests to reflect changes (removed py formatting) | -3/+3 | ||
| 2020-07-20 | Removed python formatting from returned codeblock | -1/+1 | ||
| 2020-07-19 | Revert "Remove duplicate reminder deletion." | -1/+1 | ||
| This reverts commit 776b4379c478284803a4a526b5f14fe63d8e7c01. This is already being fixed in #835, and therefore is no longer required. | ||||
| 2020-07-19 | Remove duplicate mentions from reminder arguments | -2/+10 | ||
| This also accounts for the author passing themselves to mention, and therefore avoids the user from being told they're not allowed to mention themselves even though they could. | ||||
| 2020-07-19 | Refactor commands return type | -5/+8 | ||
| 2020-07-19 | Move mentions validation to another method | -13/+20 | ||
| 2020-07-19 | Refactor reminder edits to reduce code duplication | -40/+25 | ||
| The reminder expiration returnedfrom the API call is also now parsed again even when the edit is to the duration since it does not matter and trying to keep it DRY while still doing that check is a pain. | ||||
| 2020-07-19 | Rename method to improve readability | -3/+3 | ||
| 2020-07-19 | Fix incorrect typehint and shorten method name | -3/+3 | ||
| 2020-07-19 | Extract `send_denial` to a utility function | -17/+20 | ||
| 2020-07-19 | Namespace Member and Role to avoid extra imports | -3/+2 | ||
| 2020-07-19 | Add whitespace to improve readability | -0/+1 | ||
| Co-authored-by: Mark <[email protected]> | ||||
| 2020-07-16 | Incidents: reduce log level of 403 exception | -2/+3 | ||
| In addition to 404, this shouldn't send Sentry notifs. Co-authored-by: MarkKoz <[email protected]> | ||||
| 2020-07-16 | Bugfix: Show ID for embed DM relays, too. | -1/+1 | ||
| 2020-07-16 | Incidents: reduce log level of 404 exception | -2/+14 | ||
| Co-authored-by: MarkKoz <[email protected]> | ||||
| 2020-07-16 | Prevent deleting messages above the desired message. | -6/+7 | ||
| 2020-07-16 | Allow editing additional mentions for reminders. | -0/+28 | ||
| 2020-07-16 | List additional mentions in `!reminder list`. | -3/+9 | ||
| 2020-07-16 | Send additional mentions in reminders. | -1/+5 | ||
| 2020-07-16 | Allow mentioning other users and roles in reminders. | -6/+26 | ||
| 2020-07-16 | Add generator that converts IDs to Role or Member objects. | -0/+7 | ||
| 2020-07-16 | Add method to check if user is allowed to mention in reminders. | -1/+21 | ||