summaryrefslogtreecommitdiff
path: root/app.go (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Don't merge message bounds from multiple networksHubert Hirtz2021-11-071-9/+14
* Revert "Show the current channel topic at the top of the timeline"Hubert Hirtz2021-11-051-2/+0
* Show the current channel topic at the top of the timelinedelthas2021-11-041-0/+2
* Remove IRC formatting before printing the topicHubert Hirtz2021-11-031-1/+3
* Don't show notifications when receiving a message from selfdelthas2021-10-311-12/+12
* Print the topic after the first batch of historyHubert Hirtz2021-10-311-1/+1
* Fix requesting CHATHISTORY of empty channelsdelthas2021-10-311-1/+8
* Make vertical channel list scrollabledelthas2021-10-311-5/+7
* Scroll up/down highlight by highlightHubert Hirtz2021-10-261-2/+11
* Support for soju.im/bouncer-networksHubert Hirtz2021-10-241-118/+158
* Simplify string building logic in app.goHubert Hirtz2021-10-231-32/+19
* Add support for the INVITE messageHubert Hirtz2021-10-231-0/+24
* Don't expect the server to send correct IRC messagesHubert Hirtz2021-10-231-1/+9
* Only show buffer numbers when necessaryHubert Hirtz2021-10-191-3/+11
* Don't forget to close outgoing chan on debugHubert Hirtz2021-10-181-0/+1
* Simplify channel loopHubert Hirtz2021-10-181-5/+1
* Restore last buffer on startDuc Nguyen2021-09-281-1/+13
* Fix history not being loaded on channel re-JOINHubert Hirtz2021-09-131-1/+2
* Remove IRC formatting when printing the topicHubert Hirtz2021-09-131-1/+2
* Show mode changesHubert Hirtz2021-09-131-0/+12
* Fix typing indicators not being removedHubert Hirtz2021-09-131-0/+12
* Random code improvements/tidyingHubert Hirtz2021-09-111-9/+9
* Use messageBounds for infinite scroll CHATHISTORY requestsHubert Hirtz2021-09-031-5/+7
* Fetch missed messages on reconnectHubert Hirtz2021-09-011-10/+78
* Introduce backsearch message support with ctrl+Rdelthas2021-08-071-0/+2
* Enable scrolling through the vertical member list with the mouse wheeldelthas2021-08-061-0/+6
* Fix crash on disconnectdelthas2021-07-151-0/+6
* ui: Introduce a vertical member list on channelsdelthas2021-07-141-3/+8
* Print the channel topic on joindelthas2021-07-141-0/+20
* Add notify types for fine-grained control of unread/highlight statedelthas2021-07-141-8/+14
* Automatically join channels on startdelthas2021-07-131-0/+5
* Don't send typing=done when input is already emptyHubert Hirtz2021-07-131-2/+3
* Always update promptHubert Hirtz2021-07-131-10/+1
* Switch to the buffer of a new user-requested channel joindelthas2021-07-131-1/+4
* Clear the input on CTRL+C instead of quittingdelthas2021-07-131-1/+2
* Fix backspace support on some terminalsdelthas2021-07-121-1/+1
* Add colors.prompt option to set prompt colorAlexey Yerin2021-05-281-2/+10
* Pick nick colors in terminal color schemeHubert Hirtz2021-05-261-69/+105
* Do not go into infinite loops on TLS mismatchHubert Hirtz2021-05-261-0/+6
* Remove parenthesis around noticesHubert Hirtz2021-05-211-2/+2
* Fix races conditionsHubert Hirtz2021-05-201-190/+241
* Add port if missing (v2) and don't set keepalivesHubert Hirtz2021-05-171-22/+9
* Don't look for nor execute sh when on-highlight is emptyHubert Hirtz2021-05-011-0/+3
* Use environment variables for on-highlightAlexey Yerin2021-05-011-8/+9
* Make mouse support optionalAlexey Yerin2021-04-281-0/+6
* editor: Ctrl+{Right,Left} moves cursor by wordsAlexey Yerin2021-04-271-0/+4
* Add option to disable sending typing notificationsHubert Hirtz2021-04-271-1/+1
* editor: add ^W delete word bindingAlexey Yerin2021-04-261-0/+6
* Fix segmentation fault when the server is downHubert Hirtz2021-03-051-8/+13
* Support cycling backward in auto-completionsHubert Hirtz2021-03-041-1/+6