Age | Commit message (Expand) | Author |
2020-09-02 | Render one main window from buffers | C. McEnroe |
2020-09-01 | Implement buffer line wrapping | C. McEnroe |
2020-09-01 | Invert meaning of unreadHard/unreadSoft to match new buffer code | 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 | Document how cert/priv are searched for | 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-18 | Match mentions case-sensitively | C. McEnroe |
2020-08-18 | Preserve colon from previous tab-complete | C. McEnroe |
2020-08-16 | Set origin fields to "*" if missing | C. McEnroe |
2020-08-06 | Set OPENSSL_BIN to /usr/bin/openssl on FreeBSD 1.1p1 | C. McEnroe |
2020-08-05 | Say for instead of with | C. McEnroe |
2020-08-04 | Mention LibreTLS in install instructions | C. McEnroe |
2020-08-04 | Say "OpenSSL" in additional permission notices | C. McEnroe |
2020-08-03 | Fix --mandir rendering in README | C. McEnroe |
2020-08-02 | Add \banhammer macro | C. McEnroe |
2020-08-01 | Check return value of asprintf | C. McEnroe |
2020-07-31 | Use ldd to automatically copy libs into chroot | C. McEnroe |
2020-07-31 | Fix path of cert.pem in chroot | C. McEnroe |
2020-07-31 | Fix chroot-man path | C. McEnroe |
2020-07-30 | Replace catf with something that tracks len | C. McEnroe |
2020-07-30 | Remove dependency on libcrypto for compat | 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-07-25 | Bump .so versions in chroot | C. McEnroe |
2020-07-23 | Support --prefix and --mandir in configure script 1.1 | C. McEnroe |
2020-07-23 | Rewrite configure script for all platforms | C. McEnroe |
2020-07-23 | Remove tls_close error handling | C. McEnroe |
2020-07-23 | Initialize numHot, numWarm | C. McEnroe |
2020-07-13 | Add current topic to tab-complete so it can edited | C. McEnroe |
2020-07-12 | Keep scrolled up windows in status line | C. McEnroe |
2020-07-09 | Don't scan ignored messages for URLs | C. McEnroe |
2020-07-08 | Add link to "IRC Suite" post in README | C. McEnroe |
2020-07-06 | Avoid copying message to match if no ignores are set | C. McEnroe |
2020-07-06 | Add message to ignore patterns | C. McEnroe |
2020-06-25 | Use DisableForwarding in sshd_config | C. McEnroe |
2020-06-24 | Bump ParamCap to 254 | C. McEnroe |
2020-06-16 | Color mentions up to first ": " rather than just ":" | C. McEnroe |
2020-06-15 | Add null terminator to modes in channelListMode | C. McEnroe |
2020-06-12 | Document /quote needing /debug for output | C. McEnroe |
2020-06-11 | Add OpenBSD to README | C. McEnroe |
2020-06-11 | Add warning to configure script | C. McEnroe |
2020-06-11 | Call static_assert by _Static_assert | C. McEnroe |
2020-06-08 | Add additional permission for linking with LibreSSL | C. McEnroe |
2020-05-27 | Inherit PREFIX and MANDIR from env 1.0 | C. McEnroe |
2020-05-26 | Don't send zero-width characters to ncurses | C. McEnroe |
2020-05-25 | Define constants for window geometry | C. McEnroe |
2020-05-24 | Tweak status line formatting | C. McEnroe |