about summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Expand)AuthorAge
...
* 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
* Assume worst case for unknown user and host in splitMessageJune McEnroe2020-03-23
* Send blank line after 10 minutes idleJune McEnroe2020-03-17
* Various small cleanupsJune McEnroe2020-02-16
* Set defaults for various types of modesJune McEnroe2020-02-15
* Replace small integers in size_t with uintJune McEnroe2020-02-15
* Separate network info from selfJune McEnroe2020-02-15
* Add /execJune McEnroe2020-02-13
* Rename procPipe to utilPipeJune McEnroe2020-02-13
* Add -g for generating certificatesJune McEnroe2020-02-13
* Explicitly close the TLS connectionJune McEnroe2020-02-13
* Add -N flag for notificationsJune McEnroe2020-02-12
* Implement source address selectionmultiplexd2020-02-13
* Allow for arguments to open/copy utilitiesJune McEnroe2020-02-12
* Add -R restricted flagJune McEnroe2020-02-11
* Add startup GPLv3 note and URLJune McEnroe2020-02-11
* Set self.nick to * initiallyJune McEnroe2020-02-11
* Synthesize a QUIT message to handle on exitJune McEnroe2020-02-10