summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Scroll to the channel when changing the horizontal channelNomeji2022-07-223-16/+50
* Fix dropping words in /msg, /query, /partdelthas2022-07-201-4/+1
* Update soju.im/read to draft/read-markerdelthas2022-07-091-6/+6
* Implement /whoisdelthas2022-07-062-0/+31
* Reset history when flushing linesdelthas2022-06-041-20/+39
* Fix crashing on removing last char of backsearch patterndelthas2022-06-041-1/+1
* /mode: enable getting the channel modes without parametersdelthas2022-05-102-21/+23
* Fix horizontal channel buffer clicks on negative positionsdelthas2022-05-101-1/+1
* Fix horizontal channel list buffer underline positiondelthas2022-05-101-0/+1
* Enable specifying the size of disabled channel & member columnsdelthas2022-04-292-2/+12
* make install an independant task in MakefileNomeji2022-04-291-1/+1
* update man to reflect changes on pane-widths behaviourNomeji2022-04-291-5/+5
* Support +channel-contextdelthas2022-04-281-0/+5
* Handle IRC read events correctlyptrcnull2022-04-271-1/+1
* Show error when searching if unsupportedGalen Abell2022-04-231-0/+3
* Use time.Parse for parsing incoming server timesdelthas2022-04-201-8/+5
* Send SASL PLAIN authentication on connectdelthas2022-04-201-7/+29
* Fetch the chat history of the last opened buffer firstdelthas2022-04-201-8/+23
* Defer parsing URLs until a buffer is opened at least oncedelthas2022-04-201-2/+11
* Fix default highlight command path not being usedGalen Abell2022-04-201-3/+3
* Add a config option for unread buffer text colorTim Culverhouse2022-04-205-20/+37
* Update mailing listdelthas2022-04-201-1/+1
* Enable clicking on a horizontal buffer to switch to itdelthas2022-04-203-0/+33
* Scroll horizontal channel list with the mouse wheeldelthas2022-04-203-7/+26
* Show/hide the channel & member list with F7/F8delthas2022-04-204-60/+123
* Delete word on Alt+Backspacedelthas2022-04-151-1/+6
* Fix home buffer tooltipdelthas2022-04-152-3/+3
* Optimize URL regexdelthas2022-04-151-1/+1
* Batch events by time period rather than by fixed sizedelthas2022-04-151-19/+27
* Only send READ for messages received from a channeldelthas2022-04-152-4/+20
* Implement SEARCHdelthas2022-04-128-39/+167
* Add a 15s keepalive to connectionsdelthas2022-04-081-0/+5
* Add HTTPS schema by default to hyperlinksdelthas2022-03-291-0/+4
* Drain the events channel when closingdelthas2022-02-261-0/+5
* Use delthas/tcell forkdelthas2022-02-232-10/+11
* Optimize URL parsing performancedelthas2022-02-181-0/+5
* Add support for the ALL_PROXY, NO_PROXY environment variablesdelthas2022-02-183-5/+15
* Fix segfault on /mode xJeff Knapp2022-02-181-1/+10
* Enable clicking on channel members to open a query with themdelthas2022-02-132-8/+48
* Make CTRL+C alternatively clear the input and set '/quit' in itdelthas2022-02-133-0/+19
* /query: only send MONITOR, ... if the buffer is newdelthas2022-02-131-4/+6
* /query: support optionally sending a messagedelthas2022-02-111-27/+36
* Fix event collapsingdelthas2022-02-112-73/+93
* Add support for the soju.im/read capability and READ commanddelthas2022-02-116-0/+93
* Rename ColorGrey to ColorGray for consistencyHugo Machet2022-02-102-3/+3
* ui: add commands completionKalyan Sriram2022-02-102-0/+31
* ui: buffers: sort buffer listKalyan Sriram2022-02-101-24/+31
* MONITOR user with whom we have an open bufferdelthas2022-02-107-16/+145
* docs: update Ctrl-C behaviourJonathan Halmen2021-12-141-1/+1
* ui: use reverse colors for current buffer instead of underlineSimon Ser2021-12-121-5/+3