summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Add topic diffing to notable features 1.3June McEnroe2020-11-11
* Use wmemcpy/wmemmoveJune McEnroe2020-11-08
* Remove static buffer from colorMentionsJune McEnroe2020-11-08
* Remove static buffer from capListJune McEnroe2020-11-08
* Highlight changed portion of topicJune McEnroe2020-11-08
* Avoid eating C-c while connectingJune McEnroe2020-10-12
* Clear wrapping point at alignment tabJune McEnroe2020-10-09
* Strip formatting from URLsJune McEnroe2020-10-09
* Factor out styleStripJune McEnroe2020-10-09
* Double up /help for server helpJune McEnroe2020-10-02
* Use WHO for /opsJune McEnroe2020-09-30
* Add /ops commandJune McEnroe2020-09-30
* Allow 2-param form of /whois, count comma-separated nicksJune McEnroe2020-09-18
* Switch back to checking for server by nick with '.'June McEnroe2020-09-18
* Copy style from wrapping pointJune McEnroe2020-09-11
* 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