| Commit message (Expand) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | * | | | | | Use command prefix instead of hardcoded ! | 2022-10-27 | -3/+7 | ||
| | | | | | * | | | | | Convert redundant filter setting group to command | 2022-10-27 | -14/+9 | ||
| | | | | | * | | | | | Suppress exceptions while actioning filters | 2022-10-27 | -7/+20 | ||
| | | | | | * | | | | | Add Discord token filter | 2022-10-26 | -35/+255 | ||
| | | | | | * | | | | | Add rich embed filter | 2022-10-23 | -19/+62 | ||
| | | | | | * | | | | | Merge branch 'main' into new-filters | 2022-10-23 | -609/+1142 | ||
| | | | | | |\ \ \ \ \ | |||||
| | | | | | * | | | | | | Add webhook filter | 2022-10-23 | -5/+76 | ||
| | | | | | * | | | | | | Add everyone filter, fix invite filtering | 2022-10-22 | -110/+285 | ||
| | | | | | * | | | | | | Add a command to query filters by settings | 2022-10-17 | -55/+563 | ||
| | | | | | * | | | | | | Change override handling | 2022-10-16 | -114/+143 | ||
| | | | | | * | | | | | | More improvements to FilterList | 2022-10-15 | -89/+54 | ||
| | | | | | * | | | | | | Add filter matching command | 2022-10-11 | -51/+83 | ||
| | | | | | * | | | | | | Better API error handling | 2022-10-11 | -13/+27 | ||
| | | | | | * | | | | | | Add confirmation before filter deletion | 2022-10-11 | -35/+39 | ||
| | | | | | * | | | | | | Rearrange FilterList class | 2022-10-11 | -99/+153 | ||
| | | | | | * | | | | | | Filter list add command | 2022-10-11 | -25/+189 | ||
| | | | | | * | | | | | | Add filter list edit command | 2022-10-10 | -144/+393 | ||
| | | | | | * | | | | | | Rearrange UI into several modules | 2022-10-10 | -326/+344 | ||
| | | | | | * | | | | | | Added filter list deletion command. | 2022-10-10 | -3/+84 | ||
| | | | | | * | | | | | | Add filter template option | 2022-10-09 | -26/+100 | ||
| | | | | | * | | | | | | Ignore overrides that are equal to their defaults | 2022-10-08 | -23/+90 | ||
| | | | | | * | | | | | | Fix pings validation | 2022-10-08 | -3/+3 | ||
| | | | | | * | | | | | | Add infraction channel setting | 2022-10-08 | -10/+9 | ||
| | | | | | * | | | | | | Prevent the duplicate filter warning from mentioning itself | 2022-10-07 | -4/+7 | ||
| | | | | | * | | | | | | Add more spacing in mod alert | 2022-10-07 | -4/+4 | ||
| | | | | | * | | | | | | Make auto-infraction actually work | 2022-10-07 | -16/+66 | ||
| | | | | | * | | | | | | domain/exact -> domain/subdomains | 2022-10-06 | -9/+16 | ||
| | | | | | * | | | | | | Fix bug with setting domain to notify | 2022-10-06 | -5/+1 | ||
| | | | | | * | | | | | | Add filter content processing before posting/patching | 2022-10-04 | -5/+89 | ||
| | | | | | * | | | | | | Handle invalid UI edits | 2022-10-01 | -4/+8 | ||
| | | | | | * | | | | | | Prettify post/patch filter error | 2022-10-01 | -3/+21 | ||
| | | | | | * | | | | | | Show settings in sorted order in UI | 2022-10-01 | -2/+2 | ||
| | | | | | * | | | | | | Add a warning if an added filter has content identicalto others | 2022-10-01 | -2/+15 | ||
| | | | | | * | | | | | | Bring back enabled categories, remove redundant validators | 2022-10-01 | -26/+19 | ||
| | | | | | * | | | | | | Stress that a filter was triggered in DM | 2022-10-01 | -1/+1 | ||
| | | | | | * | | | | | | Fix channel_scope checking IDs and names separately | 2022-10-01 | -16/+9 | ||
| | | | | | * | | | | | | Fix patching removed override | 2022-10-01 | -3/+9 | ||
| | | | | | * | | | | | | Correctly handle DMs | 2022-10-01 | -2/+8 | ||
| | | | | | * | | | | | | Properly remove items from sequence edit | 2022-10-01 | -1/+8 | ||
| | | | | | * | | | | | | Keep sequences as lists in editing UI | 2022-10-01 | -2/+1 | ||
| | | | | | * | | | | | | Use try-except instead of is_digit in bypass_roles | 2022-10-01 | -3/+4 | ||
| | | | | | * | | | | | | Correct logging | 2022-10-01 | -1/+1 | ||
| | | | | | * | | | | | | Fix tests | 2022-10-01 | -281/+44 | ||
| | | | | | * | | | | | | Split actions and validations to their own packcages | 2022-09-30 | -12/+23 | ||
| | | | | | * | | | | | | Voice ban -> voice mute in auto-infractions | 2022-09-30 | -1/+1 | ||
| | | | | | * | | | | | | Add filter delete command | 2022-09-30 | -0/+12 | ||
| | | | | | * | | | | | | Add filter edit command | 2022-09-30 | -19/+116 | ||
| | | | | | * | | | | | | Filter adding commands, simplify infraction | 2022-09-29 | -122/+869 | ||
| | | | | | * | | | | | | Merge branch 'main' into new-filters | 2022-09-24 | -1116/+1895 | ||
| | | | | | |\ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | Convert all setting entries to pydnatic models | 2022-09-10 | -150/+125 | ||