about summary refs log tree commit diff
path: root/handle.c (follow)
Commit message (Expand)AuthorAge
* Render actions in italicJune McEnroe2020-02-06
* 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
* 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
* Use time_t rather than struct tmJune McEnroe2020-02-03
* Remove services TODOJune McEnroe2020-02-02
* 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
* Fix CapNames array indicesJune McEnroe2020-02-01
* Blindly implement login flowJune McEnroe2020-02-01
and bold if COLORS is 8. Fudge colors before checking if it's a pre-allocated pair. 2020-02-10Support all 99 IRC colorsJune McEnroe Corresponding ANSI colors from the table on ircdocs. 2020-02-10Avoid coloring mentions if there are control codesJune McEnroe This was breaking leading color codes. 2020-02-10Recalculate unreadLines on reflowJune McEnroe 2020-02-10Only make windows hotterJune McEnroe A warm message shouldn't clear a window's hotness. 2020-02-10Always increase unreadLinesJune McEnroe So that if you switch to a window and some new activity happens before you press M-u, it'll still jump to the right place. 2020-02-10Move scroll marker on resizeJune McEnroe 2020-02-10Update line count for words longer than linesJune McEnroe 2020-02-10Simplify mark, heat, unread trackingJune McEnroe 2020-02-10Update prompt when own nick changesJune McEnroe 2020-02-10Match URLs surrounded by parenthesesJune McEnroe But include a pair of parentheses in the URL itself. 2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe 2020-02-09Add M-lJune McEnroe 2020-02-09Add /whoisJune McEnroe 2020-02-09Add /msgJune McEnroe