Age | Commit message (Expand) | Author |
2021-01-16 | Generalize ignore toggling to visibility threshold | C. McEnroe |
2021-01-11 | Save and load the URL ring in the save file 1.4 | C. McEnroe |
2021-01-11 | Don't pass nick to urlScan for MOTD and help | C. McEnroe |
2021-01-10 | Check fprintf return values rather than ferror | C. McEnroe |
2021-01-10 | Sandbox with unveil(2) on OpenBSD in restricted mode | C. McEnroe |
2021-01-10 | Print chain to stdout with -o | C. McEnroe |
2021-01-10 | Allow interspersing flags and config files | C. McEnroe |
2021-01-10 | Move -o to a separate SYNOPSIS line | C. McEnroe |
2021-01-10 | Exit immediately when using -o | C. McEnroe |
2021-01-09 | Make SYNOPSIS arguments consistent with option names | C. McEnroe |
2021-01-09 | Add -o and -t options to trust self-signed certificates | C. McEnroe |
2021-01-09 | Allow configuring the upper bound of the hash function | C. McEnroe |
2021-01-09 | Count width of 2 for invalid multibyte with high bit | C. McEnroe |
2021-01-07 | Use execl rather than execlp for shell | C. McEnroe |
2021-01-06 | Sandbox with pledge(2) on OpenBSD | C. McEnroe |
2021-01-04 | Collapse whitespace while wrapping and discard trailing space | C. McEnroe |
2021-01-01 | Split ignore fields to avoid over-eager * matching | C. McEnroe |
2020-12-30 | Factor out reply count checking and decrementing | C. McEnroe |
2020-12-30 | Add /whowas | C. McEnroe |
2020-12-30 | Show setnames like nick changes | C. McEnroe |
2020-12-29 | Add /setname command | C. McEnroe |
2020-12-29 | Handle so-called Standard Replies | C. McEnroe |
2020-12-29 | Alphabetize STANDARDS section | C. McEnroe |
2020-12-08 | Document commands which can be filtered | C. McEnroe |
2020-12-08 | Clarify the optional portions of an ignore | C. McEnroe |
2020-12-08 | Fix manual page lints | C. McEnroe |
2020-12-08 | Clarify configuration file usage example | C. McEnroe |
2020-12-05 | Handle 437 ERR_UNAVAILRESOURCE like ERR_NICKNAMEINUSE | C. McEnroe |
2020-11-24 | Split /exec lines by \r as well as \n | C. McEnroe |
2020-11-11 | Add topic diffing to notable features 1.3 | C. McEnroe |
2020-11-08 | Use wmemcpy/wmemmove | C. McEnroe |
2020-11-08 | Remove static buffer from colorMentions | C. McEnroe |
2020-11-08 | Remove static buffer from capList | C. McEnroe |
2020-11-08 | Highlight changed portion of topic | C. McEnroe |
2020-10-12 | Avoid eating C-c while connecting | C. McEnroe |
2020-10-09 | Clear wrapping point at alignment tab | C. McEnroe |
2020-10-09 | Strip formatting from URLs | C. McEnroe |
2020-10-09 | Factor out styleStrip | C. McEnroe |
2020-10-02 | Double up /help for server help | C. McEnroe |
2020-09-30 | Use WHO for /ops | C. McEnroe |
2020-09-30 | Add /ops command | C. McEnroe |
2020-09-18 | Allow 2-param form of /whois, count comma-separated nicks | C. McEnroe |
2020-09-18 | Switch back to checking for server by nick with '.' | C. McEnroe |
2020-09-11 | Copy style from wrapping point | C. McEnroe |
2020-09-09 | Silence set-but-unused warning 1.2 | C. McEnroe |
2020-09-08 | Include DEL in characters ncurses will print in ^A form | C. McEnroe |
2020-09-07 | Add blank line to unread if there are already unread | C. McEnroe |
2020-09-07 | Call uiWrite to insert blank lines | C. McEnroe |
2020-09-07 | Let wrapped lines use the last column | C. McEnroe |
2020-09-06 | Handle non-alignment tabs in line wrapping | C. McEnroe |