about summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Expand)AuthorAge
...
* 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
* Parse IRC styling in UIJune McEnroe2020-02-01
* Implement the beginnings of UIJune McEnroe2020-02-01
* Add IDs and namesJune McEnroe2020-02-01
* Add -v flagJune McEnroe2020-02-01
* Blindly implement login flowJune McEnroe2020-02-01