summaryrefslogtreecommitdiff
path: root/cmd (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-17Fix requesting CHATHISTORY TARGETS with invalid timestampsdelthas1-3/+4
2022-10-17Add OSC 8 hyperlink IDsdelthas1-0/+3
2021-12-07Remove old initHubert Hirtz1-5/+0
2021-11-23config: replace YAML with scfg config formatKalyan Sriram2-3/+3
2021-11-19Add support for CHATHISTORY TARGETSdelthas1-7/+40
2021-11-19Also write the last buffer on SIGTERM, SIGINT and SIGHUPDuc Nguyen1-8/+20
2021-10-24Support for soju.im/bouncer-networksHubert Hirtz1-7/+14
2021-09-28Restore last buffer on startDuc Nguyen1-2/+37
2021-09-11Fix typosHubert Hirtz1-1/+1
2021-05-20Fix races conditionsHubert Hirtz1-20/+17
2021-05-01Print config error message on stderrHubert Hirtz1-1/+1
2021-04-30Better error reporting about configuration fileHubert Hirtz1-4/+5
2021-04-29Use path.Join to construct config file pathAlexey Yerin2-2/+4
2021-04-26cmd/test: load useTLS from the configAlexey Yerin1-1/+1
2021-02-24mv cmd/irc cmd/senpaiSimon Ser1-0/+0
2020-11-29Make cmd/test usableHubert Hirtz1-48/+71
2020-11-23Polish the test clientHubert Hirtz1-12/+77
2020-10-18Update tcell to v2 andHubert Hirtz1-1/+1
2020-08-05Add a -debug flag and show raw messagesHubert Hirtz1-0/+4
2020-08-05Configurable highlightsHubert Hirtz1-254/+2
2020-08-04Accept a -config command-line argumentHubert Hirtz1-6/+18
2020-08-04Add a head for status linesHubert Hirtz1-2/+2
2020-08-04Show nick highlightsHubert Hirtz1-8/+9
2020-08-04Rework displayHubert Hirtz1-126/+66
2020-08-02Improve line editingHubert Hirtz1-1/+1
2020-08-01Show incoming NOTICEsHubert Hirtz1-5/+36
2020-08-01Show messages from self when echo-message is disabledHubert Hirtz1-2/+6
2020-08-01Add /quote commandHubert Hirtz1-0/+2
2020-08-01Randomize welcome messagesHubert Hirtz1-0/+5
2020-08-01Display queries in "home" bufferHubert Hirtz1-0/+10
2020-08-01Simplify color()Hubert Hirtz1-4/+5
2020-08-01Yay go syntaxHubert Hirtz1-6/+2
2020-08-01Split event handling into functionsHubert Hirtz1-112/+120
2020-06-23Display typing indicatorsHubert Hirtz1-0/+7
2020-06-21Use nick/realname from configSimon Ser1-3/+3
2020-06-21Use os.UserConfigDirSimon Ser1-3/+3
2020-06-13Add /msg commandHubert Hirtz1-0/+9
2020-06-13draft/chathistory support???Hubert Hirtz1-7/+55
2020-06-12wipHubert Hirtz1-1/+5
2020-06-04Buffers are now shown (mostly) correctlyHubert Hirtz1-3/+3
2020-06-03Show JOIN and PARTsHubert Hirtz1-3/+9
2020-06-03Nick colorsHubert Hirtz1-4/+27
2020-06-03typing=doneHubert Hirtz1-1/+4
2020-06-03Part Join TypingHubert Hirtz1-13/+27