' content='index, nofollow'/>
summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/configfile.h (unfollow)
Commit message (Collapse)Author
2021-10-18Rewrite shotty with lexJune McEnroe
So much cleaner!
2021-10-17Remove capsicum support from upJune McEnroe
2021-10-15Fix nested Bl-compact CSS rulesJune McEnroe
2021-10-14Add meta viewport tags to bin htmlJune McEnroe
2021-10-13Set bin WEBROOT to /var/wwwJune McEnroe
2021-10-11Add Knee Play 1June McEnroe
2021-10-04Fix lobsters/tildenews loginJune McEnroe
They started sending links with "&username=june" tacked on after the token. Don't know why since if you load the form with just the token in the URL it still knows your username, and it's not submitted as a hidden field or anything, but whatever.
2021-10-03Limit Atom feed to 20 most recent entriesJune McEnroe
20 is what everyone else seems to do. It's not too large putting them all in right now, but it's infeasible to do forever.
2021-10-03Add EarthlingsJune McEnroe
What the fuck.
2021-10-02Just zero mailsize on changemailJune McEnroe
So that on start (and any time MAIL/MAILPATH change), any non-empty mailboxes will be reported.
2021-10-02Fix chkmail loop break conditionJune McEnroe
padvance_magic() returns -1 when there are no more paths left, not zero.
2021-10-02Check sizes of mailboxes, not timesJune McEnroe
This fixes "you have mail" showing right after checking and deleting mail, resulting in a modified but empty mailbox. Also somehow fixes "you have mail" always showing 3(!) times.
2021-10-02Replace filter shell scripts with C programJune McEnroe
Eliminates the need for a shell inside the chroot, along with cat, mktemp and rm. It's likely a bit faster too.
2021-10-01Add htagml -m to rename main tagJune McEnroe
2021-10-01Remove igpJune McEnroe
I'm not serving gopher anymore.
2021-10-01Change default WEBROOTs to /var/wwwJune McEnroe
2021-10-01Remove planJune McEnroe
I haven't updated it in ages and I don't want to run (unmodified) finger on OpenBSD since it likes to tell everyone your login IP??
2021-09-30Build and copy static binaries to /var/wwwJune McEnroe
Ideally these wouldn't require sh, cat, rm, mktemp.
2021-09-30Silence owner-info error