summary refs log tree commit diff
path: root/handle.c (follow)
Commit message (Expand)AuthorAge
* 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
* Use Warm heat for replies to user-initiated commandsJune McEnroe2021-01-26
* Add -I highlight option and /highlightJune McEnroe2021-01-16
* Rename ignore code to filterJune McEnroe2021-01-16
* Don't pass nick to urlScan for MOTD and helpJune McEnroe2021-01-11
* Factor out reply count checking and decrementingJune McEnroe2020-12-30
* Add /whowasJune McEnroe2020-12-30
* Show setnames like nick changesJune McEnroe2020-12-30
* Add /setname commandJune McEnroe2020-12-29
* Handle so-called Standard RepliesJune McEnroe2020-12-29
* Handle 437 ERR_UNAVAILRESOURCE like ERR_NICKNAMEINUSEJune McEnroe2020-12-05
* Remove static buffer from colorMentionsJune McEnroe2020-11-08
* Remove static buffer from capListJune McEnroe2020-11-08
* Highlight changed portion of topicJune McEnroe2020-11-08
* Double up /help for server helpJune McEnroe2020-10-02
* Use WHO for /opsJune McEnroe2020-09-30
* Add /ops commandJune McEnroe2020-09-30
* Switch back to checking for server by nick with '.'June McEnroe2020-09-18
* Don't call completeTouch for ignored messagesJune McEnroe2020-09-02
* Match mentions case-sensitivelyJune McEnroe2020-08-18
* Set origin fields to "*" if missingJune McEnroe2020-08-16
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
* Replace catf with something that tracks lenJune McEnroe2020-07-30
* Remove use of strlcatJune McEnroe2020-07-30
* Add current topic to tab-complete so it can editedJune McEnroe2020-07-13
* Don't scan ignored messages for URLsJune McEnroe2020-07-09
* Bump ParamCap to 254June McEnroe2020-06-24
* Color mentions up to first ": " rather than just ":"June McEnroe2020-06-16
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Check ignores against idJune McEnroe2020-04-07
* Error on missing MODE parametersJune McEnroe2020-04-05
* Error on invalid ISUPPORT valuesJune McEnroe2020-04-05
* Use gnu-case-range and gnu-conditional-omitted-operand extensionsJune McEnroe2020-04-03
* Add /ignore message filtering patternsJune McEnroe2020-03-31
* Replace some declaration; while loops with for loopsJune McEnroe2020-03-30
* Rewrite mode formatting again and write to logJune McEnroe2020-03-28
* Log chat eventsJune McEnroe2020-03-25
* Track MODE in repliesJune McEnroe2020-03-23
* Assume worst case for unknown user and host in splitMessageJune McEnroe2020-03-23
* Track own host, handle CHGHOSTJune McEnroe2020-03-22
* Handle RPL_CHANNELMODEISJune McEnroe2020-03-22
* Handle user mode changesJune McEnroe2020-03-22