summary refs log tree commit diff
path: root/handle.c (follow)
Commit message (Expand)AuthorAge
* 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
* 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