Age | Commit message (Expand) | Author |
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 |
2020-02-16 | Track EXCEPTS and INVEX modes | C. McEnroe |
2020-02-15 | Replace small integers in size_t with uint | C. McEnroe |
2020-02-15 | Track PREFIX modes and CHANMODES | C. McEnroe |
2020-02-15 | Enable multi-prefix | C. McEnroe |
2020-02-15 | Separate network info from self | C. McEnroe |
2020-02-14 | Add /invite | C. McEnroe |
2020-02-14 | Add /away | C. McEnroe |
2020-02-13 | Add /exec | C. McEnroe |
2020-02-13 | Rename procPipe to utilPipe | C. McEnroe |
2020-02-13 | Refactor windows into array and add /move | C. McEnroe |
2020-02-13 | Explicitly close the TLS connection | C. McEnroe |
2020-02-12 | Add -N flag for notifications | C. McEnroe |
2020-02-13 | Implement source address selection | multiplexd |
2020-02-12 | Add /list | C. McEnroe |
2020-02-12 | Add C-t transpose | C. McEnroe |