about summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Expand)AuthorAge
* Add -m mode option to set user modesJune McEnroe2021-06-18
* Clean up if restricted && logEnable, pipe creationJune McEnroe2021-06-17
* Send PINGs when server is quiet and die if no responseJune McEnroe2021-06-15
* OpenBSD: Simplify promise creation after seprintf() introductionKlemens Nanni2021-06-15
* OpenBSD: pledge final promises earlierKlemens Nanni2021-06-14
* Treat `-T's optional argument as optionalKlemens Nanni2021-06-14
* OpenBSD: no need to read data files (logs)Klemens Nanni2021-06-13
* OpenBSD: Drop now unneeded file system access for save fileKlemens Nanni2021-06-11
* Open save file once in uiLoad() and keep it open until uiSave()Klemens Nanni2021-06-11
* OpenBSD: Hoist loading save file to drop filesystem read-accessKlemens Nanni2021-06-11
* Move unveilAll back into mainJune McEnroe2021-06-10
* OpenBSD: Drop now unneeded promise from initial pledgeKlemens Nanni2021-06-10
* OpenBSD: Remove now obsolete unveil codeKlemens Nanni2021-06-10
* Replace catf with seprintfJune McEnroe2021-06-09
* OpenBSD: pledge minimum promises from the startKlemens Nanni2021-06-09
* OpenBSD: unveil after ncurses(3) init to support TERMINFOKlemens Nanni2021-06-09
* OpenBSD: hoist -o/printCert code to simplifyKlemens Nanni2021-06-09
* Pad kiosk username with zero, not spaceJune McEnroe2021-06-06
* OpenBSD: unveil XDG directories only when neededKlemens Nanni2021-06-06
* Hash the username in kiosk modeJune McEnroe2021-05-27
* Disable nick and channel colors with hash bound 0June McEnroe2021-03-08
* Error if hash bound is less than 2June McEnroe2021-02-25
* Change default timestamp format to %XJune McEnroe2021-01-27
* Add toggleable display of timestampsJune McEnroe2021-01-27
* Drop filesystem access iff possibleKlemens Nanni2021-01-23
* Drop exec capability iff restrictedKlemens Nanni2021-01-23
* Drop network capability after ircConnect()Klemens Nanni2021-01-23
* Call pledge(2) after unveil(2)Klemens Nanni2021-01-23
* Separate kiosk mode from restrict modeJune McEnroe2021-01-23
* Add -I highlight option and /highlightJune McEnroe2021-01-16
* Rename ignore code to filterJune McEnroe2021-01-16
* Sandbox with unveil(2) on OpenBSD in restricted modeJune McEnroe2021-01-10
* Print chain to stdout with -oJune McEnroe2021-01-10
* Exit immediately when using -oJune McEnroe2021-01-10
* Add -o and -t options to trust self-signed certificatesJune McEnroe2021-01-09
* Allow configuring the upper bound of the hash functionJune McEnroe2021-01-09
* Sandbox with pledge(2) on OpenBSDJune McEnroe2021-01-06
* Split /exec lines by \r as well as \nJune McEnroe2020-11-24
* Avoid eating C-c while connectingJune McEnroe2020-10-12
* Use configPath to load TLS cert/privJune McEnroe2020-08-20
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
* Bump ParamCap to 254June McEnroe2020-06-24
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Revert "Send blank line after 10 minutes idle"June McEnroe2020-05-18
* Use a for loop for getoptJune McEnroe2020-04-02
* Generate short option string with a loopJune McEnroe2020-04-02
* Add /ignore message filtering patternsJune McEnroe2020-03-31
* Replace some declaration; while loops with for loopsJune McEnroe2020-03-30
* Add text macrosJune McEnroe2020-03-30
* Add logging functionsJune McEnroe2020-03-25