summaryrefslogtreecommitdiff
path: root/app.go (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-23Show connected messages in the current buffer as welldelthas1-1/+1
2022-12-23Backoff from 0 seconds to 1 minute on reconnectdelthas1-21/+23
2022-12-23Show MOTD in server buffer onlydelthas1-1/+9
2022-11-04Add a 10s timeout to connect + TLS handshakedelthas1-6/+11
2022-10-18Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas1-19/+24
2022-10-04Prevnet highlighting on notices, drop unknown CTCPdelthas1-9/+23
2022-09-14Make the last opened channel visible in the horizontal listdelthas1-0/+1
2022-08-19Highlight only on word boundariesdelthas1-2/+29
2022-08-15Revert to using base colors by default, making extended configurabledelthas1-4/+5
2022-08-10Color nicks in the member list the same as in the timelinedelthas1-4/+4
2022-08-10Add support for soju.im/bouncer-networks-notifydelthas1-7/+51
2022-08-01Add a config option to beep on highlightKirill Chibisov1-0/+4
2022-07-25Add pane-widths { text } to limit the max line widthdelthas1-0/+1
2022-07-22Scroll to the channel when changing the horizontal channelNomeji1-0/+2
2022-05-10Fix horizontal channel buffer clicks on negative positionsdelthas1-1/+1
2022-04-20Fetch the chat history of the last opened buffer firstdelthas1-8/+23
2022-04-20Fix default highlight command path not being usedGalen Abell1-3/+3
2022-04-20Add a config option for unread buffer text colorTim Culverhouse1-0/+3
2022-04-20Enable clicking on a horizontal buffer to switch to itdelthas1-0/+6
2022-04-20Scroll horizontal channel list with the mouse wheeldelthas1-3/+3
2022-04-20Show/hide the channel & member list with F7/F8delthas1-11/+17
2022-04-15Delete word on Alt+Backspacedelthas1-1/+6
2022-04-15Batch events by time period rather than by fixed sizedelthas1-19/+27
2022-04-15Only send READ for messages received from a channeldelthas1-0/+9
2022-04-12Implement SEARCHdelthas1-0/+16
2022-04-08Add a 15s keepalive to connectionsdelthas1-0/+5
2022-02-26Drain the events channel when closingdelthas1-0/+5
2022-02-18Add support for the ALL_PROXY, NO_PROXY environment variablesdelthas1-1/+3
2022-02-13Enable clicking on channel members to open a query with themdelthas1-2/+25
2022-02-13Make CTRL+C alternatively clear the input and set '/quit' in itdelthas1-0/+2
2022-02-11Fix event collapsingdelthas1-72/+92
2022-02-11Add support for the soju.im/read capability and READ commanddelthas1-0/+10
2022-02-10ui: add commands completionKalyan Sriram1-0/+1
2022-02-10MONITOR user with whom we have an open bufferdelthas1-0/+13
2021-12-09Take NICKs into account when reducing join/part linesHubert Hirtz1-8/+12
2021-12-06Allow selecting buffers with Alt+{1..9}Leon Henrik Plickat1-0/+2
2021-12-06Bump history batch limitsHubert Hirtz1-5/+5
2021-12-06Do not mark the buffer as unread on MODEHubert Hirtz1-1/+1
2021-12-06Merge redundant eventsHubert Hirtz1-1/+87
2021-11-29Use second precision for bound computationHubert Hirtz1-8/+10
2021-11-29Fetch history for queriesHubert Hirtz1-2/+6
2021-11-24Merge MODE messagesdelthas1-1/+2
2021-11-24Add support for draft/event-playbackdelthas1-76/+110
2021-11-24Show the current channel topic at the top of the timelinedelthas1-1/+3
2021-11-23config: replace YAML with scfg config formatKalyan Sriram1-17/+31
2021-11-19Add support for CHATHISTORY TARGETSdelthas1-0/+34
2021-11-18Handle tcell error events by closingdelthas1-2/+8
2021-11-16Add support for user buffersdelthas1-6/+7
2021-11-16Fix part-ing a channel with duplicate name in other networksdelthas1-1/+1
2021-11-16Allow App.Close() and App.Run() to be run concurrentlyHubert Hirtz1-13/+21