summaryrefslogtreecommitdiff
path: root/mod.py
AgeCommit message (Collapse)Author
2024-09-27PEP8 complianceMia Herkt
2024-09-27Implement request filtersMia Herkt
This moves preexisting blacklists to the database, and adds the following filter types: * IP address * IP network * MIME type * User agent In addition, IP address handling is now done with the ipaddress module.
2024-03-30ModUI: Update for Textual 0.54.0Mia Herkt
2023-03-29ModUI: Handle opening filter panel with NULL user agentMia Herkt
2023-03-29ModUI: Allow LIKE matching for address filteringMia Herkt
2023-03-29Store user agent with filesMia Herkt
Needed for moderation.
2022-12-29ModUI: Fix crash when encountering null NSFW scoreMia Herkt
Fixes #78
2022-12-22ModUI: Fix jinja2 func call in ban actionMia Herkt
2022-12-20Add moderation TUIMia Herkt
This ended up way fancier than I imagined.