summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Collapse)AuthorAge
* Use libtls "compat" ciphersJune McEnroe2018-08-02
| | | | | irc.mozilla.org, using GnuTLS, doesn't support *any* of the "secure" ciphers!
* Add UI and handle some kinds of server messagesJune McEnroe2018-08-02
| | | | Seems like handling input is going to be the worst thing ever.
* Start IRC clientJune McEnroe2018-08-02
It dumps lines from the server onto the curses window.