14 Commits (fdd0d73e776c1198fbd36b1d1950fb7817d6c5e7)

Author SHA1 Message Date
Tom MTT. fdd0d73e77 fix(server.c): add newline only if there isn't one already 1 year ago
Tom MTT. 8764f00655 chore: update manpage 1 year ago
Tom MTT. 9f9a25237a chore: update manpage 1 year ago
Tom MTT. 8c30d271df feat: use paste size instead of NULL byte in order to write the paste
Previously, the pastes were written to disk until feuille encountered
a NULL byte. This is now fixed.

+ version bump.
1 year ago
Tom MTT. b61f5c4cae chore: bump version 1 year ago
Tom MTT. 5ba58b1bd7 feat: reduce timeout, max file size, and use more workers by default 1 year ago
Tom MTT. aeee552947 fix(feuille.1): FEUILLE(1) -> feuille(1) 1 year ago
Tom MTT. 6920f38942 chore: bump version to 1.6.20 1 year ago
Tom MTT. ae746f24b1 chore(feuille.1): update manpage 1 year ago
Tom MTT. 7904d4dfc4 fix: use port 9999 instead of port 8888
web crawlers were creating a shit-ton of pastebins while trying to
connect to feuille.
1 year ago
Tom MTT. 01057061f9 fix: use /var/www/feuille instead of /var/www/htdocs/feuille 1 year ago
Tom MTT. 7c4aaf95ea fix(feuille.1): re-add manpage
I accidentally removed it.
1 year ago
Tom MTT. 601f8e4c24 fix(feuille.c): remove pledge stages 1 and 3
Stage 1 was causing issues with the chroot syscall, and, since stage
3 was causing more harm than security in terms of readability, I also
removed it.
1 year ago
Tom MTT. ca9f8261bf feat: Manpage 1 year ago