summaryrefslogtreecommitdiff
path: root/app.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show MOTD in server buffer onlydelthas2022-12-231-1/+9
* Add a 10s timeout to connect + TLS handshakedelthas2022-11-041-6/+11
* Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas2022-10-181-19/+24
* Prevnet highlighting on notices, drop unknown CTCPdelthas2022-10-041-9/+23
* Make the last opened channel visible in the horizontal listdelthas2022-09-141-0/+1
* Highlight only on word boundariesdelthas2022-08-191-2/+29
* Revert to using base colors by default, making extended configurabledelthas2022-08-151-4/+5
* Color nicks in the member list the same as in the timelinedelthas2022-08-101-4/+4
* Add support for soju.im/bouncer-networks-notifydelthas2022-08-101-7/+51
* Add a config option to beep on highlightKirill Chibisov2022-08-011-0/+4
* Add pane-widths { text } to limit the max line widthdelthas2022-07-251-0/+1
* Scroll to the channel when changing the horizontal channelNomeji2022-07-221-0/+2
* Fix horizontal channel buffer clicks on negative positionsdelthas2022-05-101-1/+1
* Fetch the chat history of the last opened buffer firstdelthas2022-04-201-8/+23
* Fix default highlight command path not being usedGalen Abell2022-04-201-3/+3
* Add a config option for unread buffer text colorTim Culverhouse2022-04-201-0/+3
* Enable clicking on a horizontal buffer to switch to itdelthas2022-04-201-0/+6
* Scroll horizontal channel list with the mouse wheeldelthas2022-04-201-3/+3
* Show/hide the channel & member list with F7/F8delthas2022-04-201-11/+17
* Delete word on Alt+Backspacedelthas2022-04-151-1/+6
* Batch events by time period rather than by fixed sizedelthas2022-04-151-19/+27
* Only send READ for messages received from a channeldelthas2022-04-151-0/+9
* Implement SEARCHdelthas2022-04-121-0/+16
* Add a 15s keepalive to connectionsdelthas2022-04-081-0/+5
* Drain the events channel when closingdelthas2022-02-261-0/+5
* Add support for the ALL_PROXY, NO_PROXY environment variablesdelthas2022-02-181-1/+3
* Enable clicking on channel members to open a query with themdelthas2022-02-131-2/+25
* Make CTRL+C alternatively clear the input and set '/quit' in itdelthas2022-02-131-0/+2
* Fix event collapsingdelthas2022-02-111-72/+92
* Add support for the soju.im/read capability and READ commanddelthas2022-02-111-0/+10
* ui: add commands completionKalyan Sriram2022-02-101-0/+1
* MONITOR user with whom we have an open bufferdelthas2022-02-101-0/+13
* Take NICKs into account when reducing join/part linesHubert Hirtz2021-12-091-8/+12
* Allow selecting buffers with Alt+{1..9}Leon Henrik Plickat2021-12-061-0/+2
* Bump history batch limitsHubert Hirtz2021-12-061-5/+5
* Do not mark the buffer as unread on MODEHubert Hirtz2021-12-061-1/+1
* Merge redundant eventsHubert Hirtz2021-12-061-1/+87
* Use second precision for bound computationHubert Hirtz2021-11-291-8/+10
* Fetch history for queriesHubert Hirtz2021-11-291-2/+6
* Merge MODE messagesdelthas2021-11-241-1/+2
* Add support for draft/event-playbackdelthas2021-11-241-76/+110
* Show the current channel topic at the top of the timelinedelthas2021-11-241-1/+3
* config: replace YAML with scfg config formatKalyan Sriram2021-11-231-17/+31
* Add support for CHATHISTORY TARGETSdelthas2021-11-191-0/+34
* Handle tcell error events by closingdelthas2021-11-181-2/+8
* Add support for user buffersdelthas2021-11-161-6/+7
* Fix part-ing a channel with duplicate name in other networksdelthas2021-11-161-1/+1
* Allow App.Close() and App.Run() to be run concurrentlyHubert Hirtz2021-11-161-13/+21