| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | | | Fixed tests | 2022-07-28 | -6/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Corrected datetime patching | ||||
| | * | | | | | | | | Updated ban command docstring | 2022-07-28 | -2/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated docstring to be more explicit on parameter fields | ||||
| | * | | | | | | | | Updated parameter names | 2022-07-28 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed `duration` parameter names to `duration_or_expiry` to more accurately reflect options for help | ||||
| | * | | | | | | | | Added isoformat for test payload | 2022-07-28 | -1/+1 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Fixed test patches | 2022-07-28 | -15/+17 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Updated tests | 2022-07-28 | -17/+23 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Refactored tests for new time duration arguments | ||||
| | * | | | | | | | | Ran isort on imports | 2022-07-28 | -2/+2 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Refactoring for DurationOrExpiry | 2022-07-28 | -25/+33 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Added `DurationOrExpiry` type union | 2022-07-28 | -0/+1 | ||
| | | |_|/ / / / / | |/| | | | | | | |||||
| | | | | | | * | | Display mention & str of the mentionable object in `!remind list`. | 2022-09-20 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added so that the user still gets information on what the mention is, when the mention doesn't render (due to client cache etc.) | ||||
| | | | | | | * | | Merge remote-tracking branch 'origin/bot-2231-enhancements' into ↵ | 2022-09-17 | -1476/+340 | ||
| | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bot-2231-enhancements | ||||
| | | | | | | | * \ | Merge branch 'main' into bot-2231-enhancements | 2022-08-14 | -1476/+340 | ||
| | | | | | | | |\ \ | | | | | |_|_|/ / | | | | |/| | | | | |||||
| | | | | | | * | | | Address Review | 2022-09-17 | -2/+6 | ||
| | | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert `ids` to a set to remove duplicates - Limit the amount of reminders you can delete at once to 5 in order to prevent API spam | ||||
| | | | | | | * | | Display mentions instead of name attribute in `!reminder list` | 2022-07-25 | -3/+2 | ||
| | | | | | | | | | |||||
| | | | | | | * | | Add ability to delete multiple reminders | 2022-07-25 | -13/+58 | ||
| | | |_|_|_|/ / | |/| | | | | | |||||
| | | | | | | * | Add message when there are no patrons in a tier | 2022-10-05 | -1/+2 | ||
| | | | | | | | | |||||
| | | | | | | * | Update wording of patreon message | 2022-09-17 | -2/+2 | ||
| | | | | | | | | |||||
| | | | | | | * | Wording changes and minor code changes | 2022-09-11 | -6/+6 | ||
| | | | | | | | | |||||
| | | | | | | * | Use Member.get_role instead of adding has_role_id util | 2022-09-11 | -7/+1 | ||
| | | | | | | | | |||||
| | | | | | | * | Only allow command in bot-commands, and change some formatting | 2022-09-10 | -31/+32 | ||
| | | | | | | | | |||||
| | | | | | | * | Make get_patreon_tier function more readable | 2022-08-20 | -5/+8 | ||
| | | | | | | | | |||||
| | | | | | | * | Refactor patreon tier logic, and address some review comments in the process | 2022-08-19 | -100/+68 | ||
| | | | | | | | | |||||
| | | | | | | * | Merge branch 'main' into patreon | 2022-08-19 | -4032/+3282 | ||
| | | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | | Merge pull request #2260 from Dorukyum/channel.guild-nullable | 2022-08-19 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'main' into channel.guild-nullable | 2022-08-19 | -12/+124 | ||
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | | fix: don't include replied mentions in mention filter (#2017) | 2022-08-18 | -12/+124 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Izan <[email protected]> Co-authored-by: TizzySaurus <[email protected]> Co-authored-by: Xithrius <[email protected]> | ||||
| | * | | | | | | | Check if channel.guild is None | 2022-08-18 | -1/+1 | ||
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #2031 from python-discord/incident-archive-msg-improvements | 2022-08-18 | -19/+53 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Incident archive msg improvements | ||||
| | * \ \ \ \ \ \ | Merge branch 'main' into incident-archive-msg-improvements | 2022-08-18 | -46/+53 | ||
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #2250 from python-discord/dawnofmidnight/compban | 2022-08-18 | -1/+8 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | feat: command for banning compromised accounts | ||||
| | * | | | | | | | Merge branch 'main' into dawnofmidnight/compban | 2022-08-18 | -45/+44 | ||
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #2251 from python-discord/automute-message | 2022-08-17 | -3/+7 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Added mod alerted notice to auto-infractions | ||||
| | * | | | | | | | Merge branch 'main' into automute-message | 2022-08-17 | -42/+37 | ||
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #2252 from python-discord/Resolve-silence-test-failures | 2022-08-15 | -42/+37 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Correctly initialise redis tests | ||||
| | * | | | | | | | | Correctly initialise redis tests | 2022-08-15 | -42/+37 | ||
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling the cog_load from within the setUp function resulted in interaction with a RedisSession before it was initialised. This wasn't noticed in CI as it only error under certain concurrency timings due to xdist. To resolve this, we moved the setup and async setup logic to a base class. Co-authored-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | | | | Added article to automute message | 2022-08-16 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Added newlines and non-mentioned mod role | 2022-08-16 | -4/+5 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Added mod alerted notice to auto-infractions | 2022-08-15 | -1/+4 | ||
| |/ / / / / / / | |||||
| | * | | | | | | fix: replace datetime.utcnow() with arrow | 2022-08-17 | -4/+4 | ||
| | | | | | | | | |||||
| | * | | | | | | fix: change use of arrow to datetime and change docstring wording | 2022-08-15 | -5/+5 | ||
| | | | | | | | | |||||
| | * | | | | | | feat: command for banning compromised accounts | 2022-08-15 | -0/+7 | ||
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #2249 from python-discord/redis-fix | 2022-08-14 | -0/+1 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Globally decode binary responses from redis to strings | ||||
| | * | | | | | Globally decode binary responses from redis to strings | 2022-08-14 | -0/+1 | ||
| |/ / / / / | |||||
| | * | | | | Fix incident tests. | 2022-08-15 | -13/+25 | ||
| | | | | | | |||||
| | * | | | | Merge branch 'main' into incident-archive-msg-improvements | 2022-08-14 | -3856/+3624 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #2229 from python-discord/py3.10-rediscache | 2022-08-14 | -1474/+332 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| | * | | | | revert bump to markdownify version | 2022-08-14 | -10/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | The new versions introduce conversions which causes the doc command embed to be formatted improperly | ||||
| | * | | | | Use RedisTestCase helper class for both Incidents and Silence test cases. | 2022-08-14 | -36/+6 | ||
| | | | | | | |||||
| | * | | | | Add a new test helper for managing redis sessions | 2022-08-14 | -0/+24 | ||
| | | | | | | | | | | | | | | | | | | | | | This helper ensures that a fresh RedisSession is given to each test case that inherits from it. | ||||
| | * | | | | Bump bot-core to full 8.0.0 release | 2022-08-14 | -8/+7 | ||
| | | | | | | |||||