summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Silence set-but-unused warning 1.2June McEnroe2020-09-09
* Include DEL in characters ncurses will print in ^A formJune McEnroe2020-09-08
* Add blank line to unread if there are already unreadJune McEnroe2020-09-07
* Call uiWrite to insert blank linesJune McEnroe2020-09-07
* Let wrapped lines use the last columnJune McEnroe2020-09-07
* Handle non-alignment tabs in line wrappingJune McEnroe2020-09-06
* Add C-r, C-s for basic scrollback searchJune McEnroe2020-09-06
* Add M-n, M-p to jump to highlightsJune McEnroe2020-09-03
* Fix M-u behaviour difference before and after reflowJune McEnroe2020-09-03
* Recalculate unreadHard on reflowJune McEnroe2020-09-02
* Give blank lines timestampsJune McEnroe2020-09-02
* Hide ignored messages at the soft -> hard buffer layerJune McEnroe2020-09-02
* Don't call completeTouch for ignored messagesJune McEnroe2020-09-02
* Preserve style after alignmentJune McEnroe2020-09-02
* Still add ignored lines to unreadHardJune McEnroe2020-09-02
* Actually insert blank lines in the soft bufferJune McEnroe2020-09-02
* Reimplement split scrollingJune McEnroe2020-09-02
* Fix inserting blank lines BEFORE the new messageJune McEnroe2020-09-02
* Only call windowUpdate when the shown window needs updatingJune McEnroe2020-09-02
* Don't consider the alignment tab a wrapping pointJune McEnroe2020-09-02
* Call wclear on resizeJune McEnroe2020-09-02
* Fix line wrapping in various waysJune McEnroe2020-09-02
* Render one main window from buffersJune McEnroe2020-09-02
* Implement buffer line wrappingJune McEnroe2020-09-01
* Invert meaning of unreadHard/unreadSoft to match new buffer codeJune McEnroe2020-09-01
* Factor buffer out of uiJune McEnroe2020-09-01
* Move styleParse out of uiJune McEnroe2020-09-01
* Use a static buffer for base directory pathsJune McEnroe2020-08-21
* Document how cert/priv are searched forJune McEnroe2020-08-20
* Use configPath to load TLS cert/privJune McEnroe2020-08-20
* Refactor base dir functions to iterate over pathsJune McEnroe2020-08-20
* Match mentions case-sensitivelyJune McEnroe2020-08-18
* Preserve colon from previous tab-completeJune McEnroe2020-08-18
* Set origin fields to "*" if missingJune McEnroe2020-08-16
* Set OPENSSL_BIN to /usr/bin/openssl on FreeBSD 1.1p1June McEnroe2020-08-06
* Say for instead of withJune McEnroe2020-08-05
* Mention LibreTLS in install instructionsJune McEnroe2020-08-04
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
* Fix --mandir rendering in READMEJune McEnroe2020-08-03
* Add \banhammer macroJune McEnroe2020-08-02
* Check return value of asprintfJune McEnroe2020-08-01
* Use ldd to automatically copy libs into chrootJune McEnroe2020-07-31
* Fix path of cert.pem in chrootJune McEnroe2020-07-31
* Fix chroot-man pathJune McEnroe2020-07-31
* Replace catf with something that tracks lenJune McEnroe2020-07-30
* Remove dependency on libcrypto for compatJune McEnroe2020-07-30
* Define explicit_bzero using memset_s on macOSJune McEnroe2020-07-30
* Remove use of strlcatJune McEnroe2020-07-30
* Bump .so versions in chrootJune McEnroe2020-07-25
* Support --prefix and --mandir in configure script 1.1June McEnroe2020-07-23