summary refs log tree commit diff
path: root/handle.c
AgeCommit message (Expand)Author
2023-01-22changed colors to be based on nicks, and to mirror gur colours used by weecha...bx
2022-09-23Handle missing LIST reply topic parameterJune McEnroe
2022-09-11Remove WHO reply handlersJune McEnroe
2022-09-11Generate /ops from cacheJune McEnroe
2022-09-11Set pointer to Entry in CursorJune McEnroe
2022-08-06Don't use cached color to route away replyJune McEnroe
2022-08-02Track prefix bitsJune McEnroe
2022-07-31Move cache color to an Entry structJune McEnroe
2022-07-30Rename cache{Prefix,Substr} to cache{Complete,Search}June McEnroe
2022-07-30Switch to cache interfacesJune McEnroe
2022-07-30Show STATUSMSG prefixJune McEnroe
2022-07-30Refactor colorMentions to be seprintf-likeJune McEnroe
2022-06-26Only show old topic if something was removedJune McEnroe
2022-06-24Use two lines to show topic diffsJune McEnroe
2022-05-29Allow setting fallback nicks and highlight on anyJune McEnroe
2022-05-29Put unknown numerics in parenthesesJune McEnroe
2022-05-08Route unknown channel replies to channelsJune McEnroe
2022-05-08Show "You arrive" message only onceJune McEnroe
2022-05-08Write unknown replies to Network with Ice heatJune McEnroe
2022-02-26Specify commands which depend on capsJune McEnroe
2022-02-19Factor out input handling to input.cJune McEnroe
2022-02-19Factor out window management to window.cJune McEnroe
2022-02-12Prompt for empty server or SASL passwordsJune McEnroe
2022-01-16Avoid sending null byte in SASL PLAIN 2.0aJune McEnroe
2022-01-16Use Cold for away notices in queriesJune McEnroe
2021-11-16Make the /ops response more flavourfulC. McEnroe
2021-11-10Handle RPL_WHOISSPECIALC. McEnroe
2021-10-26Fix strptime decode for musl libcpsykose
2021-09-09Correct handling of colons in SASL PLAINC. McEnroe
2021-07-02Save invited channel for /joinC. McEnroe
2021-06-20Handle "\1ACTION\1" empty actionsC. McEnroe
2021-06-20Don't match actions in noticesC. McEnroe
2021-06-18Add -m mode option to set user modesC. McEnroe
2021-06-17Handle 338 as whois replyC. McEnroe
2021-06-12Reset formatting after realname in setnameC. McEnroe
2021-06-10Avoid trailing comma in whois channels listsC. McEnroe
2021-06-09Replace catf with seprintfC. McEnroe
2021-05-25Use reverse video not colors for topic change when disabledKlemens Nanni
2021-05-25Use color enum instead of hardcoded valueKlemens Nanni
2021-05-20Don't require 4 parameters to ERR_USERONCHANNELC. McEnroe
2021-04-27Reset formatting after realnamesC. McEnroe
2021-04-16Always show 341 RPL_INVITINGC. McEnroe
2021-04-02Skip STATUSMSG prefixesC. McEnroe
2021-02-21Use separate reply counts for automatic join topics/namesC. McEnroe
2021-02-04Only treat a single -j join as explicitC. McEnroe
2021-01-28Add 335 to WHOIS responsesC. McEnroe
2021-01-26Use Warm heat for replies to user-initiated commandsC. McEnroe
2021-01-16Add -I highlight option and /highlightC. McEnroe
2021-01-16Rename ignore code to filterC. McEnroe
2021-01-11Don't pass nick to urlScan for MOTD and helpC. McEnroe