about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Handle inputJune McEnroe2018-08-03
| | | | | This turned out a lot better than expected. Still a long way to go in terms of line-editing, but at least backspace works!
* Track own usernameJune McEnroe2018-08-03
| | | | So that we can colour our own messages correctly.
* Use a wide pad for the topicJune McEnroe2018-08-03
|
* Ignore NOTICEs not sent to the channelJune McEnroe2018-08-03
|
* Handle KICK and NICKJune McEnroe2018-08-03
|
* Continue on EINTR from pollJune McEnroe2018-08-03
| | | | Resizing the terminal causes it.
* Handle ACTIONsJune McEnroe2018-08-03
|
* Use more octal char literalsJune McEnroe2018-08-03
| | | | I might be coming around to octal.
* Send a WHO in response to NAMES to get usernamesJune McEnroe2018-08-03
| | | | | Other than this slight hack, I think coloring by username rather than nick is a much better idea.
* Colorize nicks and channelsJune McEnroe2018-08-03
|
* Add support for mIRC colorsJune McEnroe2018-08-03
|
* Handle bold, italic, underlineJune McEnroe2018-08-03
|
* Add prift function for "prefix shift"June McEnroe2018-08-03
| | | | Forgive me.
* Link with -lcurseswJune McEnroe2018-08-03
|
* 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.
* Add chroot.tar targetJune McEnroe2018-08-02
|
* Add LICENSE fileJune McEnroe2018-08-02
|
* Start IRC clientJune McEnroe2018-08-02
It dumps lines from the server onto the curses window.