summary refs log tree commit diff
path: root/www/git.causal.agency/filter.c (follow)
Commit message (Collapse)AuthorAge
* Fix email filter once moreJune McEnroe2022-10-18
|
* Do more "email" filteringJune McEnroe2022-09-19
|
* Narrow filterJune McEnroe2022-02-14
|
* Replace filter shell scripts with C programJune McEnroe2021-10-02
Eliminates the need for a shell inside the chroot, along with cat, mktemp and rm. It's likely a bit faster too.