about summary refs log tree commit diff
path: root/state.c (follow)
Commit message (Expand)AuthorAge
* Do not duplicate origin on nick changeJune McEnroe2019-10-29
* Update self origin on nick changeJune McEnroe2019-10-29
* Relay optional 5th RPL_MYINFO parameterJune McEnroe2019-10-29
* Move entire login flow to state and reorganize itJune McEnroe2019-10-28
* Wait for SASL success before sending CAP ENDJune McEnroe2019-10-27
* Handle nick collisionJune McEnroe2019-10-26
* Wait for AUTHENTICATE + from serverJune McEnroe2019-10-26
* Do not require RPL_ISUPPORT for stateReadyJune McEnroe2019-10-26
* Track channel topicsJune McEnroe2019-10-26
* Add flags to request TOPIC and NAMES on client connectJune McEnroe2019-10-26
* Add AGPLv3 notice on client registrationJune McEnroe2019-10-25
* Send PRIVMSG and NOTICE to other clientsJune McEnroe2019-10-25
* Clean up stateJune McEnroe2019-10-25
* Make clientFormat publicJune McEnroe2019-10-24
* Track own originJune McEnroe2019-10-23
* Track channels and sync ISUPPORTJune McEnroe2019-10-23
* Track nick changesJune McEnroe2019-10-23
* Rename Command to MessageJune McEnroe2019-10-23
* Synchronize state after client registrationJune McEnroe2019-10-23
* Clean up state.c and factor out parsingJune McEnroe2019-10-23
* Fix rest parsingJune McEnroe2019-10-23
* Don't assume commands have targets and handle ERRORJune McEnroe2019-10-23
* Clean up state somewhatJune McEnroe2019-10-23
* Add stateJune McEnroe2019-10-23
id=5bb96a79e76d92fa7ce9839a151a778f79d0ef06&follow=1'>Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe