Age | Commit message (Expand) | Author |
2021-10-16 | Import refactored xdg.c from pounce | C. McEnroe |
2021-08-25 | Remove trailing tab | C. McEnroe |
2021-07-20 | FreeBSD: Revert caph_enter(3) call to cap_enter(2) | C. McEnroe |
2021-07-20 | Add -q/quiet option to raise default message visibility threshold | Klemens Nanni |
2021-07-13 | Move platform-dependent sandboxing code out of main | C. McEnroe |
2021-07-13 | Move all UI initialization together | C. McEnroe |
2021-07-13 | Perform TLS handshake after final pledge | Klemens Nanni |
2021-07-13 | FreeBSD: Avoid caph_stream_rights(3) | C. McEnroe |
2021-07-13 | Zero out server password after sending | C. McEnroe |
2021-07-13 | Make -o/printCert not load any files, pledge even earlier | Klemens Nanni |
2021-07-13 | OpenBSD: merge unveil and pledge logic a bit | Klemens Nanni |
2021-07-13 | OpenBSD: unveil logs regardless of restrict mode | Klemens Nanni |
2021-06-28 | OpenBSD: unveil the log directory specifically | C. McEnroe |
2021-06-28 | FreeBSD: Use capsicum_helpers.h | C. McEnroe |
2021-06-25 | FreeBSD: Limit rights on stdio and socket | C. McEnroe |
2021-06-25 | Move setting CLOEXEC on socket to ircConnect | C. McEnroe |
2021-06-25 | FreeBSD: Enter capabilities mode if restricted | C. McEnroe |
2021-06-25 | Keep log directory open, use mkdirat(2) and openat(2) | C. McEnroe |
2021-06-21 | Replace SIGWINCH XXX comment with better explanation | C. McEnroe |
2021-06-21 | Register SIGWINCH handler before TLS connect | Klemens Nanni |
2021-06-20 | OpenBSD: Only unveil used directories | Klemens Nanni |
2021-06-18 | Add -m mode option to set user modes | C. McEnroe |
2021-06-17 | Clean up if restricted && logEnable, pipe creation | C. McEnroe |
2021-06-15 | Send PINGs when server is quiet and die if no response | C. McEnroe |
2021-06-15 | OpenBSD: Simplify promise creation after seprintf() introduction | Klemens Nanni |
2021-06-14 | OpenBSD: pledge final promises earlier | Klemens Nanni |
2021-06-14 | Treat `-T's optional argument as optional | Klemens Nanni |
2021-06-13 | OpenBSD: no need to read data files (logs) | Klemens Nanni |
2021-06-11 | OpenBSD: Drop now unneeded file system access for save file | Klemens Nanni |
2021-06-11 | Open save file once in uiLoad() and keep it open until uiSave() | Klemens Nanni |
2021-06-11 | OpenBSD: Hoist loading save file to drop filesystem read-access | Klemens Nanni |
2021-06-10 | Move unveilAll back into main | C. McEnroe |
2021-06-10 | OpenBSD: Drop now unneeded promise from initial pledge | Klemens Nanni |
2021-06-10 | OpenBSD: Remove now obsolete unveil code | Klemens Nanni |
2021-06-09 | Replace catf with seprintf | C. McEnroe |
2021-06-09 | OpenBSD: pledge minimum promises from the start | Klemens Nanni |
2021-06-09 | OpenBSD: unveil after ncurses(3) init to support TERMINFO | Klemens Nanni |
2021-06-09 | OpenBSD: hoist -o/printCert code to simplify | Klemens Nanni |
2021-06-06 | Pad kiosk username with zero, not space | C. McEnroe |
2021-06-06 | OpenBSD: unveil XDG directories only when needed | Klemens Nanni |
2021-05-27 | Hash the username in kiosk mode | C. McEnroe |
2021-03-08 | Disable nick and channel colors with hash bound 0 | C. McEnroe |
2021-02-25 | Error if hash bound is less than 2 | C. McEnroe |
2021-01-27 | Change default timestamp format to %X | C. McEnroe |
2021-01-27 | Add toggleable display of timestamps | C. McEnroe |
2021-01-23 | Drop filesystem access iff possible | Klemens Nanni |
2021-01-23 | Drop exec capability iff restricted | Klemens Nanni |
2021-01-23 | Drop network capability after ircConnect() | Klemens Nanni |
2021-01-23 | Call pledge(2) after unveil(2) | Klemens Nanni |
2021-01-23 | Separate kiosk mode from restrict mode | C. McEnroe |