| Commit message (Expand) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | * | | | | More type hint parameterizing | 2023-03-04 | -2/+2 | ||
| | | | | | * | | | | Remove empty README | 2023-03-04 | -0/+0 | ||
| | | | | | * | | | | Merge branch 'main' into new-filters | 2023-02-28 | -2815/+2417 | ||
| | | | | | |\ \ \ \ | |||||
| | | | | | * | | | | | Fix antispam alerting | 2023-02-28 | -13/+28 | ||
| | | | | | * | | | | | Copy message from other infraction if result doesn't have one. | 2023-02-28 | -5/+19 | ||
| | | | | | * | | | | | Don't allow adding filter lists with no implementation | 2023-02-28 | -0/+9 | ||
| | | | | | * | | | | | Re-add webhook and discord token check in other cogs | 2023-02-28 | -2/+10 | ||
| | | | | | * | | | | | Correct type hint | 2023-02-28 | -1/+1 | ||
| | | | | | * | | | | | Deprecated `warn` -> `warning` | 2023-02-28 | -2/+2 | ||
| | | | | | * | | | | | Fix Infraction check | 2023-02-28 | -1/+1 | ||
| | | | | | * | | | | | Use literals as defaults where possible | 2023-02-28 | -5/+5 | ||
| | | | | | * | | | | | Properly parameterize type hints in filter context | 2023-02-28 | -3/+3 | ||
| | | | | | * | | | | | `__or__` -> `union` + `Self` type-hint in action settings | 2023-02-28 | -24/+18 | ||
| | | | | | * | | | | | Explicitly handle embed being too long | 2023-02-27 | -4/+6 | ||
| | | | | | * | | | | | Use public typing API for `starting_value` | 2023-02-27 | -7/+8 | ||
| | | | | | * | | | | | Simplify `Settings.copy` | 2023-02-27 | -3/+2 | ||
| | | | | | * | | | | | Create a guide for developing the filtering ext | 2023-01-28 | -0/+63 | ||
| | | | | | * | | | | | Handle response message being a list | 2023-01-28 | -5/+9 | ||
| | | | | | * | | | | | Include filterlist information when patching filters | 2023-01-27 | -1/+4 | ||
| | | | | | * | | | | | Fix display of sequence setting with non-string elements | 2023-01-27 | -1/+1 | ||
| | | | | | * | | | | | Post descriptive embed on unexpected error | 2023-01-27 | -0/+2 | ||
| | | | | | * | | | | | Bring back old system tests | 2023-01-22 | -11/+484 | ||
| | | | | | * | | | | | Improve logging | 2023-01-21 | -2/+13 | ||
| | | | | | * | | | | | Change CODEOWNERS | 2023-01-20 | -5/+1 | ||
| | | | | | * | | | | | Bring back stats counting for triggered filters | 2023-01-20 | -2/+13 | ||
| | | | | | * | | | | | Render list elements without quotes | 2023-01-20 | -6/+11 | ||
| | | | | | * | | | | | Show infraction name in passive form in alert | 2023-01-20 | -1/+12 | ||
| | | | | | * | | | | | fix: Correctly handle author being a User | 2022-11-28 | -2/+12 | ||
| | | | | | * | | | | | fix: Remove hash prefix from filter IDs | 2022-11-28 | -4/+4 | ||
| | | | | | * | | | | | fix setting name | 2022-11-28 | -1/+1 | ||
| | | | | | * | | | | | fix: Use existing filters webhook if found | 2022-11-27 | -6/+16 | ||
| | | | | | * | | | | | fix: Handle uncached messages in filter editing | 2022-11-27 | -5/+6 | ||
| | | | | | * | | | | | fix: Validate filter list before initiating filter add | 2022-11-27 | -2/+7 | ||
| | | | | | * | | | | | Add alert view | 2022-11-27 | -18/+74 | ||
| | | | | | * | | | | | Phishing filter add command | 2022-11-26 | -2/+26 | ||
| | | | | | * | | | | | Bring back snekbox result filtering | 2022-11-26 | -2/+20 | ||
| | | | | | * | | | | | Add offending message deletion scheduling | 2022-11-25 | -5/+72 | ||
| | | | | | * | | | | | Add nickname filter | 2022-11-25 | -60/+176 | ||
| | | | | | * | | | | | Add message edit filtering | 2022-11-05 | -28/+87 | ||
| | | | | | * | | | | | Handle threads in channel_scope | 2022-11-05 | -0/+2 | ||
| | | | | | * | | | | | Bring back auto-infraction reporting | 2022-11-05 | -5/+122 | ||
| | | | | | * | | | | | Edit description on filter add/edit, bug fixes | 2022-11-04 | -29/+45 | ||
| | | | | | * | | | | | Filter match now shows all triggers instead of messages | 2022-11-04 | -41/+67 | ||
| | | | | | * | | | | | Stop using None as a valid setting value | 2022-11-04 | -36/+29 | ||
| | | | | | * | | | | | Remove old filtering constants | 2022-11-01 | -133/+0 | ||
| | | | | | * | | | | | Prettify f and fl describe output | 2022-11-01 | -6/+8 | ||
| | | | | | * | | | | | Fix argument completion for al and bl | 2022-11-01 | -8/+10 | ||
| | | | | | * | | | | | Add the rest of the antispam rules | 2022-11-01 | -35/+468 | ||
| | | | | | * | | | | | Add antispam filter list and duplicates filter | 2022-10-31 | -141/+479 | ||
| | | | | | * | | | | | Handle context message possibly being None | 2022-10-28 | -18/+19 | ||