| Commit message (Expand) | Author |
2021-01-28 | Tighten up XDG base directory path handling | June McEnroe |
2021-01-24 | Refactor hasTag to be usable in more places | June McEnroe |
2021-01-24 | Support echo-message capability | June McEnroe |
2021-01-11 | Add -o and -t options to trust self-signed certificates 2.2 | June McEnroe |
2021-01-11 | Make SYNOPSIS arguments consistent with option names | June McEnroe |
2021-01-11 | Allow interspersing flags and config files | June McEnroe |
2020-12-21 | Send CAP END if CAP LS response is empty | June McEnroe |
2020-12-18 | Alphabetize STANDARDS sections | June McEnroe |
2020-12-05 | Handle 437 ERR_UNAVAILRESOURCE like ERR_NICKNAMEINUSE | June McEnroe |
2020-11-28 | Use uint64_t for save file signature 2.1p1 | June McEnroe |
2020-11-23 | Unlink existing UNIX socket if it can't be connected to 2.1 | June McEnroe |
2020-11-21 | Clean up main loop loops | June McEnroe |
2020-11-20 | Add lazy client registration timeout | June McEnroe |
2020-11-16 | Only allow clients to AUTHENTICATE if using a cert | June McEnroe |
2020-11-16 | Set client sockets non-blocking | June McEnroe |
2020-11-14 | Swap localAccept parameter order | June McEnroe |
2020-11-14 | Only send shutdown QUIT and ERROR to registered clients | June McEnroe |
2020-11-14 | Make struct Client public | June McEnroe |
2020-11-13 | Wait for POLLIN to do client tls_handshake | June McEnroe |
2020-11-13 | Use a fixed size pollfd array in calico | June McEnroe |
2020-11-13 | Disallow / anywhere in server name | June McEnroe |
2020-11-12 | Check bounds of ClientHello extensions length | June McEnroe |
2020-11-10 | Report paths in unveil errors | June McEnroe |
2020-10-24 | contrib/palaver: Use open_memstream instead of fmemopen | June McEnroe |
2020-10-11 | Handle signals before the main loop | June McEnroe |
2020-09-09 | Fix possibliy uninitialized error 2.0 | June McEnroe |
2020-08-31 | Refactor reserialization and client self-producing | June McEnroe |
2020-08-30 | Add chmod+chown to certbot example | June McEnroe |
2020-08-30 | Rearrange bounce.c, move non-main mains below main | June McEnroe |
2020-08-30 | Sandbox pounce with unveil(2) | June McEnroe |
2020-08-28 | Refactor certificate loading and load all certs from config paths | June McEnroe |
2020-08-27 | Sandbox pounce with pledge(2) | June McEnroe |
2020-08-27 | Sandbox calico with pledge(2) and unveil(2) | June McEnroe |
2020-08-27 | Add support for OpenBSD | June McEnroe |
2020-08-27 | Remove rc scripts | June McEnroe |
2020-08-27 | contrib/palaver: Fix documented database path | June McEnroe |
2020-08-27 | contrib/palaver: Remove rc script | June McEnroe |
2020-08-27 | contrib/palaver: Fix database search and creation | June McEnroe |
2020-08-27 | contrib/palaver: Use pounce's XDG directory | June McEnroe |
2020-08-27 | contrib/palaver: Only allow HTTPS | June McEnroe |
2020-08-25 | Support the pounce_env rc variable | June McEnroe |
2020-08-25 | Remove deprecated option names | June McEnroe |
2020-08-25 | Document configuration and data file search | June McEnroe |
2020-08-24 | Use dataOpen for save file | June McEnroe |
2020-08-24 | Use configOpen to load localCA | June McEnroe |
2020-08-24 | Use configPath to load client cert/priv | June McEnroe |
2020-08-24 | Use configOpen in getopt_config | June McEnroe |
2020-08-24 | Import xdg.c from catgirl | June McEnroe |
2020-08-23 | Replace “RAND_bytes” by “getentropy” | Issam E. Maghni |
2020-08-16 | contrib/palaver: Add no message preview flags | June McEnroe |