| Commit message (Expand) | Author | Age |
* | Add -m mode option to set user modes | June McEnroe | 2021-06-18 |
* | Clean up if restricted && logEnable, pipe creation | June McEnroe | 2021-06-17 |
* | Send PINGs when server is quiet and die if no response | June McEnroe | 2021-06-15 |
* | OpenBSD: Simplify promise creation after seprintf() introduction | Klemens Nanni | 2021-06-15 |
* | OpenBSD: pledge final promises earlier | Klemens Nanni | 2021-06-14 |
* | Treat `-T's optional argument as optional | Klemens Nanni | 2021-06-14 |
* | OpenBSD: no need to read data files (logs) | Klemens Nanni | 2021-06-13 |
* | 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-11 |
* | Move unveilAll back into main | June 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-10 |
* | Replace catf with seprintf | June 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-09 |
* | Pad kiosk username with zero, not space | June McEnroe | 2021-06-06 |
* | OpenBSD: unveil XDG directories only when needed | Klemens Nanni | 2021-06-06 |
* | Hash the username in kiosk mode | June McEnroe | 2021-05-27 |
* | Disable nick and channel colors with hash bound 0 | June McEnroe | 2021-03-08 |
* | Error if hash bound is less than 2 | June McEnroe | 2021-02-25 |
* | Change default timestamp format to %X | June McEnroe | 2021-01-27 |
* | Add toggleable display of timestamps | June McEnroe | 2021-01-27 |
* | 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 | June McEnroe | 2021-01-23 |
* | Add -I highlight option and /highlight | June McEnroe | 2021-01-16 |
* | Rename ignore code to filter | June McEnroe | 2021-01-16 |
* | Sandbox with unveil(2) on OpenBSD in restricted mode | June McEnroe | 2021-01-10 |
* | Print chain to stdout with -o | June McEnroe | 2021-01-10 |
* | Exit immediately when using -o | June McEnroe | 2021-01-10 |
* | Add -o and -t options to trust self-signed certificates | June McEnroe | 2021-01-09 |
* | Allow configuring the upper bound of the hash function | June McEnroe | 2021-01-09 |
* | Sandbox with pledge(2) on OpenBSD | June McEnroe | 2021-01-06 |
* | Split /exec lines by \r as well as \n | June McEnroe | 2020-11-24 |
* | Avoid eating C-c while connecting | June McEnroe | 2020-10-12 |
* | Use configPath to load TLS cert/priv | June McEnroe | 2020-08-20 |
* | Say "OpenSSL" in additional permission notices | June McEnroe | 2020-08-04 |
* | Bump ParamCap to 254 | June McEnroe | 2020-06-24 |
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
* | Revert "Send blank line after 10 minutes idle" | June McEnroe | 2020-05-18 |
* | Use a for loop for getopt | June McEnroe | 2020-04-02 |
* | Generate short option string with a loop | June McEnroe | 2020-04-02 |
* | Add /ignore message filtering patterns | June McEnroe | 2020-03-31 |
* | Replace some declaration; while loops with for loops | June McEnroe | 2020-03-30 |
* | Add text macros | June McEnroe | 2020-03-30 |
* | Add logging functions | June McEnroe | 2020-03-25 |