about summary refs log tree commit diff
path: root/handle.c (follow)
Commit message (Collapse)AuthorAge
* Color notices LightGray by defaultJune McEnroe2020-02-06
|
* Render actions in italicJune McEnroe2020-02-06
| | | | | | Also render italic as normal if it's unsupported, as that is what would happen anyway if curses has A_ITALIC but the terminal has no sitm. That format string is kinda bad.
* Never consider notices hotJune McEnroe2020-02-06
|
* Handle mentionsJune McEnroe2020-02-06
|
* Route own query messages correctlyJune McEnroe2020-02-06
|
* Send CAP END if CAP LS doesn't list anything goodJune McEnroe2020-02-06
|
* Handle TOPIC and repliesJune McEnroe2020-02-06
|
* Handle PARTJune McEnroe2020-02-06
|
* Send self.join without colonJune McEnroe2020-02-06
| | | | If someone is weird enough to use channel keys, they can -j '#foo key'.
* Handle ERRORJune McEnroe2020-02-05
|
* Save own username for message echoingJune McEnroe2020-02-05
|
* Align MOTD after -June McEnroe2020-02-05
|
* Align join messages after nickJune McEnroe2020-02-04
|
* Set self.colorJune McEnroe2020-02-04
|
* Align word wrapping with tab characterJune McEnroe2020-02-04
| | | | Also fixes handling whitespace directly after control codes.
* Use time_t rather than struct tmJune McEnroe2020-02-03
|
* Remove services TODOJune McEnroe2020-02-02
| | | | | | | | Two goals: 1. Messages should always be routed to the same place. 2. You should be able to see your messages to *Serv and its responses together.
* Check queries against chanTypesJune McEnroe2020-02-02
|
* Save NETWORK, CHANTYPES, PREFIX from ISUPPORTJune McEnroe2020-02-02
|
* Handle notices and actionsJune McEnroe2020-02-02
|
* Add extremely basid handlePrivmsgJune McEnroe2020-02-02
|
* Remove style string macrosJune McEnroe2020-02-02
|
* Add idColorsJune McEnroe2020-02-02
|
* Implement window switching and status lineJune McEnroe2020-02-02
|
* Handle nickname errorsJune McEnroe2020-02-02
|
* Parse time tagJune McEnroe2020-02-02
|
* Implement the beginnings of UIJune McEnroe2020-02-01
| | | | It takes so much code to do anything in curses...
* Fix CapNames array indicesJune McEnroe2020-02-01
|
* Blindly implement login flowJune McEnroe2020-02-01