summaryrefslogtreecommitdiff
path: root/app.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Vertical channel listHubert Hirtz2020-10-261-25/+34
* Show topic changesHubert Hirtz2020-10-191-0/+6
* Update tcell to v2 andHubert Hirtz2020-10-181-7/+12
* Fix crash when completing nicks with special charsHubert Hirtz2020-10-121-2/+2
* Typing indicator timeoutHubert Hirtz2020-09-021-11/+0
* Move ui.Home and ui.homeMessages upHubert Hirtz2020-08-261-10/+14
* General refactor yayHubert Hirtz2020-08-261-207/+200
* Allow /part with a reasonHubert Hirtz2020-08-241-6/+12
* Improve query displayHubert Hirtz2020-08-241-4/+14
* Only fetch history on JOIN and PgUpHubert Hirtz2020-08-241-19/+11
* Fix topic time timezoneHubert Hirtz2020-08-221-1/+1
* Don't send @+typing=done in the home bufferHubert Hirtz2020-08-221-1/+4
* Fetch history on joinHubert Hirtz2020-08-211-0/+1
* ui: Show an error if on-highlight failsHubert Hirtz2020-08-201-1/+5
* Change %c to %b and add %hHubert Hirtz2020-08-201-7/+13
* ui: Strip formatting codes in notificationsHubert Hirtz2020-08-201-1/+16
* ui: Notify on highlight (or execute any command)Hubert Hirtz2020-08-191-1/+21
* Fix highlight not following new nick on registrationHubert Hirtz2020-08-191-5/+3
* ui: Autocompletion of nicknamesHubert Hirtz2020-08-191-0/+54
* ui: Show unhandled messages in debug modeHubert Hirtz2020-08-191-0/+2
* ui: Show the nick when senpai registers with a different oneHubert Hirtz2020-08-191-1/+5
* ui: Don't panic when the connection failsHubert Hirtz2020-08-191-65/+60
* Properly close everything in case of errorHubert Hirtz2020-08-191-0/+3
* ui: Show self /msg and /r even if echo-message is offHubert Hirtz2020-08-191-1/+17
* Add /R commandHubert Hirtz2020-08-181-0/+5
* Add /names commandHubert Hirtz2020-08-171-0/+18
* Handle RPL_TOPICWHOTIMEHubert Hirtz2020-08-161-2/+8
* ui: Configurable nick column widthHubert Hirtz2020-08-161-1/+3
* Fix +typing=active being sent incorrectlyHubert Hirtz2020-08-161-1/+1
* Add a /topic commandHubert Hirtz2020-08-161-0/+12
* ui: Show /me from self when echo-message is offHubert Hirtz2020-08-161-3/+6
* ui: Reverse color of the nickname on highlightHubert Hirtz2020-08-161-25/+30
* irc: Use better names for casefolded variablesHubert Hirtz2020-08-161-2/+2
* irc: Use typing constantsHubert Hirtz2020-08-161-6/+6
* Remove UserEvent and ChannelEventHubert Hirtz2020-08-151-1/+3
* editor: Handle UP and DOWN keysHubert Hirtz2020-08-101-0/+4
* Show NICK changesHubert Hirtz2020-08-051-0/+6
* Add missing color termination characterHubert Hirtz2020-08-051-2/+2
* Add a -debug flag and show raw messagesHubert Hirtz2020-08-051-1/+8
* Don't request history of the home bufferHubert Hirtz2020-08-051-10/+10
* editor: handle DEL keyHubert Hirtz2020-08-051-0/+5
* editor: handle HOME and END keysHubert Hirtz2020-08-051-0/+4
* Also handle numpad's enter keyHubert Hirtz2020-08-051-4/+4
* Configurable highlightsHubert Hirtz2020-08-051-0/+307