| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | | | * | | fix typo in docstrings | 2022-09-16 | -1/+1 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | use the cached channels instead of fetching them with each command execution | 2022-09-16 | -4/+2 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | Merge remote-tracking branch 'origin/2108-invoke-rule-command-with-keywords' ↵ | 2022-09-16 | -0/+0 | ||
| | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 2108-invoke-rule-command-with-keywords | ||||
| | | | | | | | | * | | suggest adding a keyword in dev & meta channels | 2022-09-11 | -3/+6 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | add missing blank line | 2022-09-11 | -0/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | accept keywords and rule numbers in any order | 2022-09-11 | -19/+39 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | send the "no-match" error message in pure text format | 2022-09-08 | -5/+2 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | send the list of pre-defined keywords along with each invoked rule | 2022-09-08 | -2/+7 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | add support for keywords when using the "rules" command. | 2022-08-19 | -4/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't change the way the rules command originally worked and keeps the priority to rule numbers. But in case a number (or numbers) is not supplied, it will try to find a rule that maps to a the supplied keyword. | ||||
| | | | | | | | | * | | fix "isistance" typo | 2022-08-19 | -1/+1 | ||
| | | | |_|_|_|_|/ / | | |/| | | | | | | |||||
| | | | | | | | * | | suggest adding a keyword in dev & meta channels | 2022-09-16 | -3/+6 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | add missing blank line | 2022-09-16 | -0/+1 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | accept keywords and rule numbers in any order | 2022-09-16 | -19/+39 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | send the "no-match" error message in pure text format | 2022-09-16 | -5/+2 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | send the list of pre-defined keywords along with each invoked rule | 2022-09-16 | -2/+7 | ||
| | | | | | | | | | | |||||
| | | | | | | | * | | add support for keywords when using the "rules" command. | 2022-09-16 | -4/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't change the way the rules command originally worked and keeps the priority to rule numbers. But in case a number (or numbers) is not supplied, it will try to find a rule that maps to a the supplied keyword. | ||||
| | | | | | | | * | | fix "isistance" typo | 2022-09-16 | -1/+1 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | |||||
| | * | | | | | | | Merge pull request #2268 from python-discord/pin-poetry-to-1.1.X | 2022-09-13 | -72/+22 | ||
| | |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| | | * | | | | | | Don't use fake in-project venvs for poetry | 2022-09-12 | -21/+13 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead let poetry install the venv for the project in the right place, leading to a more 'traditional' poetry setup. | ||||
| | | * | | | | | | Bump poetry in Docker and lint to 1.2.0 | 2022-09-11 | -1/+1 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Use HassanAbouelela/setup-python for CI | 2022-09-11 | -57/+5 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Use venvs with poetry in Dockerfile | 2022-09-10 | -6/+16 | ||
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | This is required due to a regression in poetry, see https://github.com/HassanAbouelela/actions/pull/7 | ||||
| | * | | | | | | Merge pull request #2234 from python-discord/infraction-durations | 2022-08-19 | -59/+133 | ||
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixes infraction display duration off-by-one discrepancy | ||||
| | | * \ \ \ \ \ | 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 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||
| | | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | | * | | | | | | | | 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 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use the more concise DATETIME timestamp instead of both a DATE and a TIME timestamp. - Remove underline from the "Reported ..." section at the bottom of the embed. - Re-add time of action/rejection timestamp to footer of embed. | ||||
| | | | * | | | | | | | 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 | ||
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into infraction-durations | ||||
| | | | | | | * \ \ \ \ | 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 | ||
| | |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | Added mod alerted notice to auto-infractions | ||||
| | | * | | | | | | | | | 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 | ||
| | | | | | | | | | | | |||||
