Age | Commit message (Expand) | Author |
2021-07-02 | Save invited channel for /join | C. McEnroe |
2021-06-25 | Keep log directory open, use mkdirat(2) and openat(2) | C. McEnroe |
2021-06-20 | OpenBSD: Only unveil used directories | Klemens Nanni |
2021-06-18 | Add -m mode option to set user modes | C. McEnroe |
2021-06-17 | Match windows by substring in /window | C. McEnroe |
2021-06-11 | Open save file once in uiLoad() and keep it open until uiSave() | Klemens Nanni |
2021-06-09 | Avoid creating out-of-bounds pointer when checking for seprintf truncation | Michael Forney |
2021-06-09 | Remove catf | C. McEnroe |
2021-06-09 | Replace catf with seprintf | C. McEnroe |
2021-06-09 | Add seprintf | C. McEnroe |
2021-05-28 | List windows with /window 1.8 | C. McEnroe |
2021-05-27 | Hash the username in kiosk mode | C. McEnroe |
2021-05-04 | Ignore messages in reply to previously ignored messages | C. McEnroe |
2021-04-02 | Skip STATUSMSG prefixes | C. McEnroe |
2021-03-17 | Show where too-long-messages will be automatically split | C. McEnroe |
2021-03-08 | Disable nick and channel colors with hash bound 0 | C. McEnroe |
2021-02-21 | Use separate reply counts for automatic join topics/names | C. McEnroe |
2021-01-27 | Measure timestamp width using ncurses | C. McEnroe |
2021-01-27 | Add toggleable display of timestamps | C. McEnroe |
2021-01-26 | Add numbers to buffer lines | C. McEnroe |
2021-01-23 | Separate kiosk mode from restrict mode | C. McEnroe |
2021-01-16 | Rename ignore code to filter | C. McEnroe |
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-10 | Print chain to stdout with -o | 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-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-10-12 | Avoid eating C-c while connecting | 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-02 | Recalculate unreadHard on reflow | C. McEnroe |
2020-09-02 | Hide ignored messages at the soft -> hard buffer layer | C. McEnroe |
2020-09-02 | Actually insert blank lines in the soft buffer | C. McEnroe |
2020-09-02 | Render one main window from buffers | C. McEnroe |
2020-09-01 | Implement buffer line wrapping | C. McEnroe |
2020-09-01 | Factor buffer out of ui | C. McEnroe |
2020-09-01 | Move styleParse out of ui | C. McEnroe |
2020-08-21 | Use a static buffer for base directory paths | C. McEnroe |
2020-08-20 | Use configPath to load TLS cert/priv | C. McEnroe |
2020-08-20 | Refactor base dir functions to iterate over paths | C. McEnroe |
2020-08-04 | Say "OpenSSL" in additional permission notices | C. McEnroe |
2020-07-30 | Replace catf with something that tracks len | C. McEnroe |
2020-07-30 | Define explicit_bzero using memset_s on macOS | C. McEnroe |