| Commit message (Expand) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | | | | | | | | | | | | | Allow referencing message as argument to `!remind edit content` | 2022-07-25 | -11/+32 | ||
| | | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | | Disable nose plugin in pytest | 2022-08-04 | -0/+6 | ||
| | | | | * | | | | | | | | | | | | | | Fix error in help channels cog which assumed an embed would have a description | 2022-09-10 | -1/+2 | ||
| | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #2234 from python-discord/infraction-durations | 2022-08-19 | -59/+133 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Merge branch 'main' into infraction-durations | 2022-08-19 | -33/+186 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | 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 | ||
| | * | | | | | | | | | | | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 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 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into dawnofmidnight/compban | 2022-08-18 | -45/+44 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | 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 | ||
| | | * | | | | | | | | | | | | | | | | | Fix incident tests. | 2022-08-15 | -13/+25 | ||
| | | * | | | | | | | | | | | | | | | | | Merge branch 'main' into incident-archive-msg-improvements | 2022-08-14 | -3856/+3624 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | | | | Address Reviews | 2022-07-14 | -6/+6 | ||
| | | * | | | | | | | | | | | | | | | | | Fix tests | 2022-01-01 | -6/+18 | ||
| | | * | | | | | | | | | | | | | | | | | Incident archive improvements | 2022-01-01 | -6/+16 | ||
| | | | | * | | | | | | | | | | | | | | | Duration for DM changed to Edited flag | 2022-08-19 | -10/+7 | ||
| | | | | * | | | | | | | | | | | | | | | Made DM duration remaining optional with resend | 2022-08-18 | -6/+8 | ||
| | | | | * | | | | | | | | | | | | | | | Merge branch 'infraction-durations' of https://github.com/python-discord/bot ... | 2022-08-18 | -1518/+382 | ||
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into infraction-durations | 2022-08-17 | -3/+7 | ||
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #2251 from python-discord/automute-message | 2022-08-17 | -3/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'main' into automute-message | 2022-08-17 | -42/+37 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | 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 | ||
| | |/ / / / / / / / / / / / / / / / / / | |||||
| | | | | | * | | | | | | | | | | | | | | Removed unused datetime import | 2022-08-16 | -1/+0 | ||
| | | | | | * | | | | | | | | | | | | | | Updated infractions display for updates | 2022-08-16 | -23/+59 | ||
| | | | | | * | | | | | | | | | | | | | | Corrected test use of utcnow | 2022-08-16 | -1/+1 | ||
| | | | | | * | | | | | | | | | | | | | | Updated previous tests to use subset method | 2022-08-16 | -7/+5 | ||
| | | | | | * | | | | | | | | | | | | | | Refactored test to not use datetime patch | 2022-08-16 | -8/+11 | ||
| | | | | | * | | | | | | | | | | | | | | Removed `inserted_at` fallback | 2022-08-16 | -13/+5 | ||
| | | | | | * | | | | | | | | | | | | | | Changed datetime.now to arrow.utcnow | 2022-08-16 | -2/+2 | ||
| | | | | | * | | | | | | | | | | | | | | Infraction duration fallback if no `last_applied` field | 2022-08-16 | -2/+13 | ||
| | | | | | * | | | | | | | | | | | | | | Added microsecond rounding for `humanize_delta` | 2022-08-16 | -1/+16 | ||
| | | | | | * | | | | | | | | | | | | | | Added new expiry usage to apply | 2022-08-16 | -1/+1 | ||
| | | | | | * | | | | | | | | | | | | | | Use `last_applied` to display duration | 2022-08-16 | -1/+2 | ||
| | | | | | * | | | | | | | | | | | | | | Correct last_applied formatting | 2022-08-16 | -1/+1 | ||
| | | | | | * | | | | | | | | | | | | | | Fixed tests | 2022-08-16 | -6/+7 | ||
| | | | | | * | | | | | | | | | | | | | | Updated ban command docstring | 2022-08-16 | -2/+4 | ||
| | | | | | * | | | | | | | | | | | | | | Updated parameter names | 2022-08-16 | -5/+5 | ||
| | | | | | * | | | | | | | | | | | | | | Added isoformat for test payload | 2022-08-16 | -1/+1 | ||
| | | | | | * | | | | | | | | | | | | | | Fixed test patches | 2022-08-16 | -15/+17 | ||
| | | | | | * | | | | | | | | | | | | | | Updated tests | 2022-08-16 | -17/+23 | ||
| | | | | | * | | | | | | | | | | | | | | Ran isort on imports | 2022-08-16 | -2/+2 | ||
| | | | | | * | | | | | | | | | | | | | | Refactoring for DurationOrExpiry | 2022-08-16 | -25/+33 | ||