about summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Expand)AuthorAge
* Remove -W WEBIRC optionJune McEnroe2019-09-16
* Set default nick to USER unless -PJune 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
* Reorganize UI code for the umpteenth timeJune McEnroe2019-02-22
* Rename verbose to rawJune McEnroe2018-12-05
* Revert half-working reconnecting stuffJune McEnroe2018-12-04
* Add -a auth option for unimplemented SASLJune McEnroe2018-12-04
* Call uiShow at init so that TermFocus gets setJune 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
* Separate ircConnect and ircDisconnectJune McEnroe2018-11-30
* Add notification with notify-sendJune McEnroe2018-10-28
* Move event loop to event.cJune McEnroe2018-09-06
* Use PascalCase for constantsJune McEnroe2018-09-02
* Add loggingJune McEnroe2018-08-17
* Add UI "heat" for status/messages/pingsJune McEnroe2018-08-17
* Rework UI code for multi-channelJune McEnroe2018-08-11
* Fix commented out error handlingJune McEnroe2018-08-11
* Become multi-channelJune McEnroe2018-08-10
* Move process spawning onto the event loopJune McEnroe2018-08-10
* Rename chan to joinJune McEnroe2018-08-10
* Add -u option for setting userJune McEnroe2018-08-09
* Add PASS optionJune McEnroe2018-08-09
* Add URL detection, listing and openingJune McEnroe2018-08-09
* Add commands to tab completeJune McEnroe2018-08-08
* Convert input to multibyte before handlingJune McEnroe2018-08-07
* Use wchar_t strings for all of UIJune McEnroe2018-08-06
* Show source link on exitJune McEnroe2018-08-04
* Rename ui chat to logJune McEnroe2018-08-04
* Rename client to ircJune McEnroe2018-08-04
* Handle terminal resizingJune McEnroe2018-08-04
* Do not free const string portJune McEnroe2018-08-04
* Split source into several filesJune McEnroe2018-08-04
* Exit on zero readJune McEnroe2018-08-04
* Handle nick errorsJune McEnroe2018-08-04
* Handle /nick and /quitJune McEnroe2018-08-04
* Track own nickJune McEnroe2018-08-04
* Word all status messages in presentJune McEnroe2018-08-04
* Handle inputJune McEnroe2018-08-03
* Track own usernameJune McEnroe2018-08-03
* 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
* Handle ACTIONsJune McEnroe2018-08-03
* Use more octal char literalsJune McEnroe2018-08-03
* Send a WHO in response to NAMES to get usernamesJune McEnroe2018-08-03