summary refs log tree commit diff
path: root/handle.c
AgeCommit message (Expand)Author
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
2020-12-30Factor out reply count checking and decrementingC. McEnroe
2020-12-30Add /whowasC. McEnroe
2020-12-30Show setnames like nick changesC. McEnroe
2020-12-29Add /setname commandC. McEnroe
2020-12-29Handle so-called Standard RepliesC. McEnroe
2020-12-05Handle 437 ERR_UNAVAILRESOURCE like ERR_NICKNAMEINUSEC. McEnroe
2020-11-08Remove static buffer from colorMentionsC. McEnroe
2020-11-08Remove static buffer from capListC. McEnroe
2020-11-08Highlight changed portion of topicC. McEnroe
2020-10-02Double up /help for server helpC. McEnroe
2020-09-30Use WHO for /opsC. McEnroe
2020-09-30Add /ops commandC. McEnroe
2020-09-18Switch back to checking for server by nick with '.'C. McEnroe
2020-09-02Don't call completeTouch for ignored messagesC. McEnroe
2020-08-18Match mentions case-sensitivelyC. McEnroe
2020-08-16Set origin fields to "*" if missingC. McEnroe
2020-08-04Say "OpenSSL" in additional permission noticesC. McEnroe
2020-07-30Replace catf with something that tracks lenC. McEnroe
2020-07-30Remove use of strlcatC. McEnroe
2020-07-13Add current topic to tab-complete so it can editedC. McEnroe
2020-07-09Don't scan ignored messages for URLsC. McEnroe
2020-06-24Bump ParamCap to 254C. McEnroe
2020-06-16Color mentions up to first ": " rather than just ":"C. McEnroe
2020-06-08Add additional permission for linking with LibreSSLC. McEnroe
2020-04-07Check ignores against idC. McEnroe
2020-04-05Error on missing MODE parametersC. McEnroe
2020-04-05Error on invalid ISUPPORT valuesC. McEnroe
2020-04-03Use gnu-case-range and gnu-conditional-omitted-operand extensionsC. McEnroe
2020-03-31Add /ignore message filtering patternsC. McEnroe