about summary refs log tree commit diff
path: root/chat.h (follow)
Commit message (Expand)AuthorAge
* Update git URLJune McEnroe2019-12-15
* Add C-u and move underline to C-_June McEnroe2019-10-03
* Remove -W WEBIRC optionJune McEnroe2019-09-16
* Add restricted modeJune McEnroe2019-09-16
* Make copyright headers consistentJune McEnroe2019-07-27
* Add -k option for joining with keysJune McEnroe2019-07-02
* Add /move commandJune McEnroe2019-02-27
* Move nick and tag coloring to color.cJune McEnroe2019-02-25
* Add M-l to list the logJune McEnroe2019-02-25
* Add color to tagsJune McEnroe2019-02-25
* Add C-n and C-p key bindings to switch windowsJune McEnroe2019-02-23
* Disable terminal flow controlJune McEnroe2019-02-22
* Reorganize UI code for the umpteenth timeJune McEnroe2019-02-22
* Replace "view" with "window"June McEnroe2019-02-21
* Remove ROT13June McEnroe2019-02-21
* Add M-? to apply ROT13June McEnroe2018-12-16
* Move base64 back to pls.cJune McEnroe2018-12-16
* Move base64 to string.cJune McEnroe2018-12-16
* Factor out ircQuitJune McEnroe2018-12-14
* Add uint typedefJune McEnroe2018-12-08
* Rename verbose to rawJune McEnroe2018-12-05
* Show error if disconnected unintentionallyJune McEnroe2018-12-04
* Revert half-working reconnecting stuffJune McEnroe2018-12-04
* Add -a auth option for unimplemented SASLJune McEnroe2018-12-04
* Implement base64 encodingJune McEnroe2018-12-03
* Ignore ~ username prefixesJune McEnroe2018-12-03
* Move host, port, pass, webp to selfJune McEnroe2018-12-02
* Add -r option for realnameJune McEnroe2018-12-02
* Crudely handle reconnecting after suspendJune McEnroe2018-12-01
* Handle signals consistently in the event loopJune McEnroe2018-11-30
* Separate ircConnect and ircDisconnectJune McEnroe2018-11-30
* Add basic log replayJune McEnroe2018-11-29
* Rename project catgirlJune McEnroe2018-11-27
* Add notification with notify-sendJune McEnroe2018-10-28
* Use const char *argv[] signaturesJune McEnroe2018-10-28
* Factor out uiPrompt to call on nick changeJune McEnroe2018-09-14
* Move color selection to format.cJune McEnroe2018-09-13
* Add IRCDefault to colors enumJune McEnroe2018-09-13
* Rewrite UI againJune McEnroe2018-09-13
* Use formatParse split to position input cursorJune McEnroe2018-09-12
* Factor out IRC formatting parsingJune McEnroe2018-09-12
* Add urlOpenMatchJune McEnroe2018-09-11
* Add /man commandJune McEnroe2018-09-10
* Move event loop to event.cJune McEnroe2018-09-06
* Use PascalCase for constantsJune McEnroe2018-09-02
* Add aswprintfJune McEnroe2018-09-02
* Include time.h for time_t in chat.hJune McEnroe2018-09-02
* Don't clobber tab order on /whoJune McEnroe2018-08-20
* Add wcsnchr, wcsnrchr, awcsntombsJune McEnroe2018-08-20
* Name project chatteJune McEnroe2018-08-20