about summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Expand)AuthorAge
* 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
* Add idColorsJune McEnroe2020-02-02
* Implement window switching and status lineJune McEnroe2020-02-02
* Implement word wrapJune McEnroe2020-02-01
inally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe