summaryrefslogtreecommitdiff
path: root/cmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix requesting CHATHISTORY TARGETS with invalid timestampsdelthas2022-10-171-3/+4
* Add OSC 8 hyperlink IDsdelthas2022-10-171-0/+3
* Remove old initHubert Hirtz2021-12-071-5/+0
* config: replace YAML with scfg config formatKalyan Sriram2021-11-232-3/+3
* Add support for CHATHISTORY TARGETSdelthas2021-11-191-7/+40
* Also write the last buffer on SIGTERM, SIGINT and SIGHUPDuc Nguyen2021-11-191-8/+20
* Support for soju.im/bouncer-networksHubert Hirtz2021-10-241-7/+14
* Restore last buffer on startDuc Nguyen2021-09-281-2/+37
* Fix typosHubert Hirtz2021-09-111-1/+1
* Fix races conditionsHubert Hirtz2021-05-201-20/+17
* Print config error message on stderrHubert Hirtz2021-05-011-1/+1
* Better error reporting about configuration fileHubert Hirtz2021-04-301-4/+5
* Use path.Join to construct config file pathAlexey Yerin2021-04-292-2/+4
* cmd/test: load useTLS from the configAlexey Yerin2021-04-261-1/+1
* mv cmd/irc cmd/senpaiSimon Ser2021-02-241-0/+0
* Make cmd/test usableHubert Hirtz2020-11-291-48/+71
* Polish the test clientHubert Hirtz2020-11-231-12/+77
* Update tcell to v2 andHubert Hirtz2020-10-181-1/+1
* Add a -debug flag and show raw messagesHubert Hirtz2020-08-051-0/+4
* Configurable highlightsHubert Hirtz2020-08-051-254/+2
* Accept a -config command-line argumentHubert Hirtz2020-08-041-6/+18
* Add a head for status linesHubert Hirtz2020-08-041-2/+2
* Show nick highlightsHubert Hirtz2020-08-041-8/+9
* Rework displayHubert Hirtz2020-08-041-126/+66
* Improve line editingHubert Hirtz2020-08-021-1/+1
* Show incoming NOTICEsHubert Hirtz2020-08-011-5/+36
* Show messages from self when echo-message is disabledHubert Hirtz2020-08-011-2/+6
* Add /quote commandHubert Hirtz2020-08-011-0/+2
* Randomize welcome messagesHubert Hirtz2020-08-011-0/+5
* Display queries in "home" bufferHubert Hirtz2020-08-011-0/+10
* Simplify color()Hubert Hirtz2020-08-011-4/+5
* Yay go syntaxHubert Hirtz2020-08-011-6/+2
* Split event handling into functionsHubert Hirtz2020-08-011-112/+120
* Display typing indicatorsHubert Hirtz2020-06-231-0/+7
* Use nick/realname from configSimon Ser2020-06-211-3/+3
* Use os.UserConfigDirSimon Ser2020-06-211-3/+3
* Add /msg commandHubert Hirtz2020-06-131-0/+9
* draft/chathistory support???Hubert Hirtz2020-06-131-7/+55
* wipHubert Hirtz2020-06-121-1/+5
* Buffers are now shown (mostly) correctlyHubert Hirtz2020-06-041-3/+3
* Show JOIN and PARTsHubert Hirtz2020-06-031-3/+9
* Nick colorsHubert Hirtz2020-06-031-4/+27
* typing=doneHubert Hirtz2020-06-031-1/+4
* Part Join TypingHubert Hirtz2020-06-031-13/+27
* Initial commitHubert Hirtz2020-06-032-0/+213