about summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Expand)AuthorAge
* 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
* Factor out XDG base directory codeJune McEnroe2020-02-10
* Add -s to save and load buffersJune McEnroe2020-02-10
* Add -HJune McEnroe2020-02-10
* Add /helpJune McEnroe2020-02-09
* Add /copyJune McEnroe2020-02-08
* Allow overriding the /open utilityJune McEnroe2020-02-08
* Set FDs CLOEXECJune McEnroe2020-02-08
* Add procPipe for subprocessesJune McEnroe2020-02-08
* Handle SIGCHLDJune McEnroe2020-02-08
* Check signals after file descriptorsJune McEnroe2020-02-08
* Populate completion with commandsJune McEnroe2020-02-07
* Search for cert and priv in config dirsJune McEnroe2020-02-06
* Handle errors from getoptJune McEnroe2020-02-05
* Use getopt_config to load optionsJune McEnroe2020-02-05
* Add /quitJune McEnroe2020-02-05
* Fix SIGWINCH handlingJune McEnroe2020-02-05
* Reflow text on window resizeJune McEnroe2020-02-05
* Split showing style codes and word wrappingJune McEnroe2020-02-04
* Only check revents if nfds > 0June McEnroe2020-02-04
* Handle signals in poll loopJune McEnroe2020-02-04
* Add beginnings of input handlingJune McEnroe2020-02-04
* Save NETWORK, CHANTYPES, PREFIX from ISUPPORTJune McEnroe2020-02-02