summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Use Warm heat for blank lines 1.5June McEnroe2021-01-17
* Add -I highlight option and /highlightJune McEnroe2021-01-16
* Rename ignore code to filterJune McEnroe2021-01-16
* Remove join/part/quit ignore exampleJune McEnroe2021-01-16
* Save and load window visibility thresholdsJune McEnroe2021-01-16
* Restore toggling ignore with M--June McEnroe2021-01-16
* Generalize ignore toggling to visibility thresholdJune McEnroe2021-01-16
* Save and load the URL ring in the save file 1.4June McEnroe2021-01-11
* Don't pass nick to urlScan for MOTD and helpJune McEnroe2021-01-11
* Check fprintf return values rather than ferrorJune McEnroe2021-01-10
* Sandbox with unveil(2) on OpenBSD in restricted modeJune McEnroe2021-01-10
* Print chain to stdout with -oJune McEnroe2021-01-10
* Allow interspersing flags and config filesJune McEnroe2021-01-10
* Move -o to a separate SYNOPSIS lineJune McEnroe2021-01-10
* Exit immediately when using -oJune McEnroe2021-01-10
* Make SYNOPSIS arguments consistent with option namesJune McEnroe2021-01-09
* Add -o and -t options to trust self-signed certificatesJune McEnroe2021-01-09
* Allow configuring the upper bound of the hash functionJune McEnroe2021-01-09
* Count width of 2 for invalid multibyte with high bitJune McEnroe2021-01-09
* Use execl rather than execlp for shellJune McEnroe2021-01-07
* Sandbox with pledge(2) on OpenBSDJune McEnroe2021-01-06
* Collapse whitespace while wrapping and discard trailing spaceJune McEnroe2021-01-04
* Split ignore fields to avoid over-eager * matchingJune McEnroe2021-01-01
* 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
* Alphabetize STANDARDS sectionJune McEnroe2020-12-29
* Document commands which can be filteredJune McEnroe2020-12-08
* Clarify the optional portions of an ignoreJune McEnroe2020-12-08
* Fix manual page lintsJune McEnroe2020-12-08
* Clarify configuration file usage exampleJune McEnroe2020-12-08
* Handle 437 ERR_UNAVAILRESOURCE like ERR_NICKNAMEINUSEJune McEnroe2020-12-05
* Split /exec lines by \r as well as \nJune McEnroe2020-11-24
* Add topic diffing to notable features 1.3June McEnroe2020-11-11
* Use wmemcpy/wmemmoveJune McEnroe2020-11-08
* Remove static buffer from colorMentionsJune McEnroe2020-11-08
* Remove static buffer from capListJune McEnroe2020-11-08
* Highlight changed portion of topicJune McEnroe2020-11-08
* Avoid eating C-c while connectingJune McEnroe2020-10-12
* Clear wrapping point at alignment tabJune McEnroe2020-10-09
* Strip formatting from URLsJune McEnroe2020-10-09
* Factor out styleStripJune McEnroe2020-10-09
* Double up /help for server helpJune McEnroe2020-10-02
* Use WHO for /opsJune McEnroe2020-09-30
* Add /ops commandJune McEnroe2020-09-30
* Allow 2-param form of /whois, count comma-separated nicksJune McEnroe2020-09-18
* Switch back to checking for server by nick with '.'June McEnroe2020-09-18
* Copy style from wrapping pointJune McEnroe2020-09-11