summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Take NICKs into account when reducing join/part linesHubert Hirtz2021-12-091-8/+12
* Remove old initHubert Hirtz2021-12-071-5/+0
* Implement /kick and /[un]ban commandsAlexey Yerin2021-12-073-0/+93
* Allow selecting buffers with Alt+{1..9}Leon Henrik Plickat2021-12-062-0/+5
* Bump history batch limitsHubert Hirtz2021-12-061-5/+5
* Do not mark the buffer as unread on MODEHubert Hirtz2021-12-061-1/+1
* Merge redundant eventsHubert Hirtz2021-12-063-18/+112
* Don't double-enable capsSimon Ser2021-12-061-2/+4
* Use second precision for bound computationHubert Hirtz2021-11-291-8/+10
* Fetch history for queriesHubert Hirtz2021-11-292-2/+7
* Use RPL_SASLSUCCESS to end registrationSimon Ser2021-11-291-2/+1
* config: remove debugging fmt.PrintlnAlexey Yerin2021-11-291-1/+0
* README: fix syntax of debug option for scfgAlexey Yerin2021-11-291-1/+1
* senpai.5: fix color code in exampleAlexey Yerin2021-11-291-1/+1
* senpai.5: remove mention of no-tlsAlexey Yerin2021-11-291-2/+2
* Finish registration when not using SASLmooff2021-11-251-0/+4
* Merge MODE messagesdelthas2021-11-242-4/+6
* Add support for draft/event-playbackdelthas2021-11-244-104/+229
* Show the current channel topic at the top of the timelinedelthas2021-11-243-14/+44
* Only use first line of `password-cmd` outputAlex McGrath2021-11-242-3/+6
* Tidy thingsHubert Hirtz2021-11-232-29/+22
* config: replace YAML with scfg config formatKalyan Sriram2021-11-239-151/+358
* Add support for CHATHISTORY TARGETSdelthas2021-11-195-36/+137
* Also write the last buffer on SIGTERM, SIGINT and SIGHUPDuc Nguyen2021-11-191-8/+20
* Fix link value, removing debug query stringdelthas2021-11-191-1/+1
* Fix crash when lone slash is enteredPranjal Kole2021-11-191-1/+1
* Handle tcell error events by closingdelthas2021-11-181-2/+8
* OK GitHub: update README.MDHubert Hirtz2021-11-181-9/+16
* Add support for the /QUERY commanddelthas2021-11-161-0/+20
* Add support for user buffersdelthas2021-11-163-22/+44
* Fix part-ing a channel with duplicate name in other networksdelthas2021-11-163-15/+13
* Authenticate on CAP NEW saslHubert Hirtz2021-11-161-33/+36
* Also retrieve username on registrationHubert Hirtz2021-11-161-9/+10
* Eagerly request capabilitiesHubert Hirtz2021-11-161-45/+6
* Allow App.Close() and App.Run() to be run concurrentlyHubert Hirtz2021-11-164-17/+43
* Don't merge message bounds from multiple networksHubert Hirtz2021-11-071-9/+14
* Take mode changes into accountHubert Hirtz2021-11-062-2/+98
* Revert "Show the current channel topic at the top of the timeline"Hubert Hirtz2021-11-053-42/+12
* Show the current channel topic at the top of the timelinedelthas2021-11-043-12/+42
* Remove IRC formatting before printing the topicHubert Hirtz2021-11-031-1/+3
* Fix requried go versiondelthas2021-11-031-1/+1
* Ensure BATCH's first arg is not emptyHubert Hirtz2021-11-021-1/+4
* Mark hyperlinks with the OSC hyperlink terminal escapedelthas2021-10-314-3/+88
* /mode: default channel to the current channeldelthas2021-10-311-2/+7
* 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-313-14/+40
* Rework the /help commandHubert Hirtz2021-10-271-37/+43
* Show the full command name on user errorHubert Hirtz2021-10-271-2/+2