The Real Grunfink on Nostr: Hi. I'm mostly sure that I will implement filtering out posts by string or regex. ...
Hi. I'm mostly sure that I will implement filtering out posts by string or regex. What I'm still not sure is if it will be an administrator, instance-wide option (the easiest one to implement; a text file with a filter per line will be enough) or a user option (where this list of regexes will be editable from the user settings in the web interface). One of my goals regarding snac is keeping it as slim as possible, and will probably decide on the simpler one (instance-wide, in a text file, managed by the admin with an external text editor).
Regarding the milter-like option, I think the idea is pretty neat, but I will probably not implement it. In my opinion, spawning a new process for each new post is overkill and prone to potential vulnerabilities and a bit annoying to implement (and, also, clashes with my intention of keeping snac as simple as possible).
Yes, there is support for robots.txt; a minimal, disallow-everything one is returned if requested. I have zero faith in AI bots (nor anybody) respecting it, though.
I'm very glad you like snac.
Regarding the milter-like option, I think the idea is pretty neat, but I will probably not implement it. In my opinion, spawning a new process for each new post is overkill and prone to potential vulnerabilities and a bit annoying to implement (and, also, clashes with my intention of keeping snac as simple as possible).
Yes, there is support for robots.txt; a minimal, disallow-everything one is returned if requested. I have zero faith in AI bots (nor anybody) respecting it, though.
I'm very glad you like snac.