about summary refs log tree commit diff
path: root/handle.c (follow)
Commit message (Expand)AuthorAge
* Add /awayJune McEnroe2020-02-14
* Only exit on errorneous nick during registrationJune McEnroe2020-02-12
* Add 378 to list of WHOIS responsesJune McEnroe2020-02-12
* Add /listJune McEnroe2020-02-12
* Handle RPL_AWAYJune McEnroe2020-02-12
* Rename query ID on nick changeJune McEnroe2020-02-11
* Don't insert color codes for non-mentionsJune McEnroe2020-02-11
* Take first two words in colorMentionsJune McEnroe2020-02-11
* Set self.nick to * initiallyJune McEnroe2020-02-11
* Move base64 out of chat.hJune McEnroe2020-02-11
* Fix whois idle unit calculationJune McEnroe2020-02-11
* Split on <> in colorMentionsJune McEnroe2020-02-10
* Only automatically switch to expected joinsJune McEnroe2020-02-10
* Avoid coloring mentions if there are control codesJune McEnroe2020-02-10
* Update prompt when own nick changesJune McEnroe2020-02-10
* Add /whoisJune McEnroe2020-02-09
* Add self.nick to completion in Network, not NoneJune McEnroe2020-02-09
* Show realname on JOIN if it is different from nickJune McEnroe2020-02-09
* Use fmemopen to build colored mentions stringJune McEnroe2020-02-08
* Use unexpected NAMES replies to populate completeJune McEnroe2020-02-08
* Color mentionsJune McEnroe2020-02-08
* Scan messages for URLsJune McEnroe2020-02-08
* Only show expected topic/names repliesJune McEnroe2020-02-08
* Handle KICKJune McEnroe2020-02-08
* Handle QUITJune McEnroe2020-02-08
* Handle NAMES replyJune McEnroe2020-02-08
* Handle NICKJune McEnroe2020-02-08
* Clear completion for ID on self-partJune McEnroe2020-02-07
* Update completion on join, part, privmsgJune McEnroe2020-02-07
* Color notices LightGray by defaultJune McEnroe2020-02-06
* 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