about summary refs log tree commit diff
path: root/irc.c (follow)
Commit message (Expand)AuthorAge
* Remove -W WEBIRC optionJune McEnroe2019-09-16
* Make copyright headers consistentJune McEnroe2019-07-27
* Output raw to standard error if it is not a terminalJune McEnroe2019-02-25
* Reorganize UI code for the umpteenth timeJune McEnroe2019-02-22
* Use memmem in place of strnstrJune McEnroe2019-01-25
* Treat EOF as expected if self.quitJune McEnroe2018-12-14
* Factor out ircQuitJune McEnroe2018-12-14
* Rename verbose to rawJune McEnroe2018-12-05
* Revert half-working reconnecting stuffJune McEnroe2018-12-04
* Ignore ~ username prefixesJune McEnroe2018-12-03
* Move host, port, pass, webp to selfJune McEnroe2018-12-02
* Add -r option for realnameJune McEnroe2018-12-02
* Send automated messages to TagStatus with UIColdJune McEnroe2018-12-02
* Crudely handle reconnecting after suspendJune McEnroe2018-12-01
* Separate ircConnect and ircDisconnectJune McEnroe2018-11-30
* Revert "Race parallel connects"June McEnroe2018-09-16
* Race parallel connectsJune McEnroe2018-09-16
* Call tls_error when tls_connect_socket failsJune McEnroe2018-09-15
* Try successive getaddrinfo resultsJune McEnroe2018-09-15
* Use PascalCase for constantsJune McEnroe2018-09-02
* Add UI "heat" for status/messages/pingsJune McEnroe2018-08-17
* Rework UI code for multi-channelJune McEnroe2018-08-11
* Become multi-channelJune McEnroe2018-08-10
* Add PASS optionJune McEnroe2018-08-09
* Add URL detection, listing and openingJune McEnroe2018-08-09
* Hack clang into checking uiFmt format stringsJune McEnroe2018-08-07
* Use wchar_t strings for all of UIJune McEnroe2018-08-06
* Rename client to ircJune McEnroe2018-08-04