summary refs log tree commit diff
AgeCommit message (Expand)Author
2021-01-23Preserve order of filters when removingC. McEnroe
2021-01-23Fix /unignore commandC. McEnroe
2021-01-23Remove use of "%n" to appease de RaadtC. McEnroe
2021-01-23Drop filesystem access iff possibleKlemens Nanni
2021-01-23Drop exec capability iff restrictedKlemens Nanni
2021-01-23Drop network capability after ircConnect()Klemens Nanni
2021-01-23Call pledge(2) after unveil(2)Klemens Nanni
2021-01-23Separate kiosk mode from restrict modeC. McEnroe
2021-01-21Simplify windowUpdate loops and factor out windowTopC. McEnroe
2021-01-21Document that M-l shows timestampsC. McEnroe
2021-01-19Don't lose swapped window when navigating to current bufferJeremy O'Brien
2021-01-19Use Warm heat for manually inserted blank linesC. McEnroe
2021-01-18Add example tmux(1) configKlemens Nanni
2021-01-17Use Warm heat for blank lines 1.5C. McEnroe
2021-01-16Add -I highlight option and /highlightC. McEnroe
2021-01-16Rename ignore code to filterC. McEnroe
2021-01-16Remove join/part/quit ignore exampleC. McEnroe
2021-01-16Save and load window visibility thresholdsC. McEnroe
2021-01-16Restore toggling ignore with M--C. McEnroe
2021-01-16Generalize ignore toggling to visibility thresholdC. McEnroe
2021-01-11Save and load the URL ring in the save file 1.4C. McEnroe
2021-01-11Don't pass nick to urlScan for MOTD and helpC. McEnroe
2021-01-10Check fprintf return values rather than ferrorC. McEnroe
2021-01-10Sandbox with unveil(2) on OpenBSD in restricted modeC. McEnroe
2021-01-10Print chain to stdout with -oC. McEnroe
2021-01-10Allow interspersing flags and config filesC. McEnroe
2021-01-10Move -o to a separate SYNOPSIS lineC. McEnroe
2021-01-10Exit immediately when using -oC. McEnroe
2021-01-09Make SYNOPSIS arguments consistent with option namesC. McEnroe
2021-01-09Add -o and -t options to trust self-signed certificatesC. McEnroe
2021-01-09Allow configuring the upper bound of the hash functionC. McEnroe
2021-01-09Count width of 2 for invalid multibyte with high bitC. McEnroe
2021-01-07Use execl rather than execlp for shellC. McEnroe
2021-01-06Sandbox with pledge(2) on OpenBSDC. McEnroe
2021-01-04Collapse whitespace while wrapping and discard trailing spaceC. McEnroe
2021-01-01Split ignore fields to avoid over-eager * matchingC. 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-29Alphabetize STANDARDS sectionC. McEnroe
2020-12-08Document commands which can be filteredC. McEnroe
2020-12-08Clarify the optional portions of an ignoreC. McEnroe
2020-12-08Fix manual page lintsC. McEnroe
2020-12-08Clarify configuration file usage exampleC. McEnroe
2020-12-05Handle 437 ERR_UNAVAILRESOURCE like ERR_NICKNAMEINUSEC. McEnroe
2020-11-24Split /exec lines by \r as well as \nC. McEnroe
2020-11-11Add topic diffing to notable features 1.3C. McEnroe
2020-11-08Use wmemcpy/wmemmoveC. McEnroe