summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(ui): Only show nickname once for multiple consecutive messagesfeat/hrefhref/multiline-hide-nickJordan Bracco2022-12-311-0/+16
* Only show one connected message per reconnectiondelthas2022-12-231-1/+7
* Show connected messages in the current buffer as welldelthas2022-12-231-1/+1
* Backoff from 0 seconds to 1 minute on reconnectdelthas2022-12-231-21/+23
* Hide on-register RPL_UMODEISdelthas2022-12-231-0/+8
* Show MOTD in server buffer onlydelthas2022-12-231-1/+9
* np: Bump libnp & be more verbose with errorsdelthas2022-12-223-10/+13
* Fix failing on addresses with a literal IP address without URLsdelthas2022-12-221-2/+1
* Implement /OPERdelthas2022-12-213-0/+24
* Bump go-libnpdelthas2022-12-212-3/+3
* Move /NP code to go-libnpdelthas2022-12-173-71/+26
* Prevent possible deadlock in the typing systemdelthas2022-12-161-2/+3
* Fix processing CHATHISTORY TAGMSG as standalone messagesdelthas2022-12-161-1/+1
* doc: Fix trivial typodelthas2022-12-021-1/+1
* Fix failing to parse host:port IRC URLsdelthas2022-12-021-3/+6
* Implement /NPdelthas2022-11-234-0/+101
* Add documentation for /MOTDdelthas2022-11-231-1/+4
* Implement /MOTDdelthas2022-11-222-0/+18
* Support irc URLs in the config addrdelthas2022-11-222-0/+20
* Enable receiving away updates for private buffersdelthas2022-11-151-10/+11
* Print date as dd/mm or mm/dd depending on the user localedelthas2022-11-153-9/+60
* Add a 10s timeout to connect + TLS handshakedelthas2022-11-041-6/+11
* Render the Unicode replacement character properlydelthas2022-10-191-3/+0
* Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas2022-10-185-47/+58
* Bump tcell versiondelthas2022-10-182-11/+26
* Fix requesting CHATHISTORY TARGETS with invalid timestampsdelthas2022-10-172-3/+5
* Fix OSC 8 hyperlink ID formatdelthas2022-10-171-1/+1
* Add OSC 8 hyperlink IDsdelthas2022-10-174-10/+15
* Switch to the upstream tcell implementation of OSC 8 hyperlinkdelthas2022-10-143-11/+9
* Scroll to buffer on zoomNomeji2022-10-132-0/+5
* Fix crashing on ISUPPORT PREFIX=delthas2022-10-121-0/+1
* Replace non-UTF8 chars with the Unicode replacement characterdelthas2022-10-081-0/+3
* Prevnet highlighting on notices, drop unknown CTCPdelthas2022-10-041-9/+23
* Make the last opened channel visible in the horizontal listdelthas2022-09-142-1/+6
* Use WHOX rather than WHO when availabledelthas2022-09-022-5/+25
* Always show the date of the top messagedelthas2022-08-281-15/+20
* Highlight only on word boundariesdelthas2022-08-191-2/+29
* Show the message date instead of its time on date changedelthas2022-08-162-1/+25
* Mention /help rather than mandelthas2022-08-151-1/+1
* Revert to using base colors by default, making extended configurabledelthas2022-08-155-41/+88
* Add a project descriptiondelthas2022-08-101-1/+3
* Update maintainerdelthas2022-08-101-2/+3
* Color nicks in the member list the same as in the timelinedelthas2022-08-104-19/+59
* Add support for soju.im/bouncer-networks-notifydelthas2022-08-105-19/+89
* Document selecting with shiftdelthas2022-08-101-0/+6
* Hide automatic away repliesdelthas2022-08-051-0/+2
* Add a config option to beep on highlightKirill Chibisov2022-08-014-1/+24
* Add support for hex colorsdelthas2022-07-251-2/+43
* Add pane-widths { text } to limit the max line widthdelthas2022-07-255-8/+36
* Fix crashing when shrinking the text to a zero widthdelthas2022-07-221-0/+3