Age | Commit message (Expand) | Author |
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 |
2020-07-30 | Remove use of strlcat | C. McEnroe |
2020-06-24 | Bump ParamCap to 254 | C. McEnroe |
2020-06-08 | Add additional permission for linking with LibreSSL | C. McEnroe |
2020-05-07 | Mark global variables in chat.h as extern | Michael Forney |
2020-04-07 | Check ignores against id | C. McEnroe |
2020-04-07 | Add M-q to collapse whitespace | C. McEnroe |
2020-03-31 | Add /ignore message filtering patterns | C. McEnroe |
2020-03-30 | Add text macros | C. McEnroe |
2020-03-25 | Add logging functions | C. McEnroe |
2020-03-23 | Track MODE in replies | C. McEnroe |
2020-03-23 | Assume worst case for unknown user and host in splitMessage | C. McEnroe |
2020-03-22 | Track own host, handle CHGHOST | C. McEnroe |
2020-02-29 | Implement the causal.agency/consumer capability | C. McEnroe |
2020-02-25 | Add /mode, /except, /invex and handle lists replies | C. McEnroe |
2020-02-19 | Add /ban, /unban and handle ban list replies | C. McEnroe |
2020-02-16 | Various small cleanups | C. McEnroe |
2020-02-16 | Replace a lot of snprintf with a catf implementation | C. McEnroe |