about summary refs log tree commit diff
path: root/handle.c (follow)
Commit message (Expand)AuthorAge
* Revert "Work-in-progress showing prefixes"June McEnroe2023-07-07
* Work-in-progress showing prefixesJune McEnroe2023-07-07
* Fix what went wrong, part 3June McEnroe2023-02-05
* Fix what went wrong, part 2June McEnroe2023-02-05
* Fix what went wrong, part 1June McEnroe2023-02-05
* Handle missing LIST reply topic parameterJune McEnroe2022-09-23
* Remove WHO reply handlersJune McEnroe2022-09-11
* Generate /ops from cacheJune McEnroe2022-09-11
* Set pointer to Entry in CursorJune McEnroe2022-09-11
* Don't use cached color to route away replyJune McEnroe2022-08-06
* Track prefix bitsJune McEnroe2022-08-02
* Move cache color to an Entry structJune McEnroe2022-07-31
* Rename cache{Prefix,Substr} to cache{Complete,Search}June McEnroe2022-07-30
* Switch to cache interfacesJune McEnroe2022-07-30
* Show STATUSMSG prefixJune McEnroe2022-07-30
* Refactor colorMentions to be seprintf-likeJune McEnroe2022-07-30
* Only show old topic if something was removedJune McEnroe2022-06-26
* Use two lines to show topic diffsJune McEnroe2022-06-24
* Allow setting fallback nicks and highlight on anyJune McEnroe2022-05-29
* Put unknown numerics in parenthesesJune McEnroe2022-05-29
* Route unknown channel replies to channelsJune McEnroe2022-05-08
* Show "You arrive" message only onceJune McEnroe2022-05-08
* Write unknown replies to Network with Ice heatJune McEnroe2022-05-08
* Specify commands which depend on capsJune McEnroe2022-02-26
* Factor out input handling to input.cJune McEnroe2022-02-19
* Factor out window management to window.cJune McEnroe2022-02-19
* Prompt for empty server or SASL passwordsJune McEnroe2022-02-12
* Avoid sending null byte in SASL PLAIN 2.0aJune McEnroe2022-01-16
* Use Cold for away notices in queriesJune McEnroe2022-01-16
* Make the /ops response more flavourfulJune McEnroe2021-11-16
* Handle RPL_WHOISSPECIALJune McEnroe2021-11-10
* Fix strptime decode for musl libcpsykose2021-10-26
* Correct handling of colons in SASL PLAINJune McEnroe2021-09-09
* Save invited channel for /joinJune McEnroe2021-07-02
* Handle "\1ACTION\1" empty actionsJune McEnroe2021-06-20
* Don't match actions in noticesJune McEnroe2021-06-20
* Add -m mode option to set user modesJune McEnroe2021-06-18
* Handle 338 as whois replyJune McEnroe2021-06-17
* Reset formatting after realname in setnameJune McEnroe2021-06-12
* Avoid trailing comma in whois channels listsJune McEnroe2021-06-10
* Replace catf with seprintfJune McEnroe2021-06-09
* Use reverse video not colors for topic change when disabledKlemens Nanni2021-05-25
* Use color enum instead of hardcoded valueKlemens Nanni2021-05-25
* Don't require 4 parameters to ERR_USERONCHANNELJune McEnroe2021-05-20
* Reset formatting after realnamesJune McEnroe2021-04-27
* Always show 341 RPL_INVITINGJune McEnroe2021-04-16
* Skip STATUSMSG prefixesJune McEnroe2021-04-02
* Use separate reply counts for automatic join topics/namesJune McEnroe2021-02-21
* Only treat a single -j join as explicitJune McEnroe2021-02-04
* Add 335 to WHOIS responsesJune McEnroe2021-01-28