summaryrefslogtreecommitdiff
path: root/irc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix requesting CHATHISTORY TARGETS with invalid timestampsdelthas2022-10-171-0/+1
* Fix crashing on ISUPPORT PREFIX=delthas2022-10-121-0/+1
* Replace non-UTF8 chars with the Unicode replacement characterdelthas2022-10-081-0/+3
* Use WHOX rather than WHO when availabledelthas2022-09-022-5/+25
* Add support for soju.im/bouncer-networks-notifydelthas2022-08-102-12/+19
* Hide automatic away repliesdelthas2022-08-051-0/+2
* Update soju.im/read to draft/read-markerdelthas2022-07-091-6/+6
* Implement /whoisdelthas2022-07-061-0/+4
* /mode: enable getting the channel modes without parametersdelthas2022-05-101-1/+5
* Support +channel-contextdelthas2022-04-281-0/+5
* Use time.Parse for parsing incoming server timesdelthas2022-04-201-8/+5
* Send SASL PLAIN authentication on connectdelthas2022-04-201-7/+29
* Implement SEARCHdelthas2022-04-123-8/+48
* Add support for the soju.im/read capability and READ commanddelthas2022-02-112-0/+38
* MONITOR user with whom we have an open bufferdelthas2022-02-104-14/+115
* Implement /kick and /[un]ban commandsAlexey Yerin2021-12-071-0/+8
* Don't double-enable capsSimon Ser2021-12-061-2/+4
* Use RPL_SASLSUCCESS to end registrationSimon Ser2021-11-291-2/+1
* Finish registration when not using SASLmooff2021-11-251-0/+4
* Merge MODE messagesdelthas2021-11-241-3/+4
* Add support for draft/event-playbackdelthas2021-11-242-6/+88
* Add support for CHATHISTORY TARGETSdelthas2021-11-193-29/+63
* Add support for user buffersdelthas2021-11-161-11/+23
* 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-162-3/+15
* Take mode changes into accountHubert Hirtz2021-11-062-2/+98
* Ensure BATCH's first arg is not emptyHubert Hirtz2021-11-021-1/+4
* Support for soju.im/bouncer-networksHubert Hirtz2021-10-243-8/+48
* Sort channel staff before other membersHubert Hirtz2021-10-231-1/+7
* Make use of away-notifyHubert Hirtz2021-10-232-5/+32
* Add an /invite commandHubert Hirtz2021-10-231-0/+4
* Add support for the INVITE messageHubert Hirtz2021-10-232-0/+32
* Don't expect the server to send correct IRC messagesHubert Hirtz2021-10-232-156/+296
* Cleanup unused capsHubert Hirtz2021-10-231-16/+12
* Revert "Eager registration"Hubert Hirtz2021-09-291-25/+62
* Eager registrationHubert Hirtz2021-09-281-62/+25
* Sort typing indicatorsHubert Hirtz2021-09-131-0/+1
* Show mode changesHubert Hirtz2021-09-132-0/+13
* Fix typing indicators not being removedHubert Hirtz2021-09-131-0/+4
* More lintsHubert Hirtz2021-09-132-10/+3
* Fix typosHubert Hirtz2021-09-111-2/+2
* Fetch missed messages on reconnectHubert Hirtz2021-09-011-0/+6
* Print the channel topic on joindelthas2021-07-142-0/+2
* Switch to the buffer of a new user-requested channel joindelthas2021-07-132-22/+32
* Ratelimit +typing and send +typing=done once onlydelthas2021-07-132-5/+40
* Sort channel members by namedelthas2021-07-122-0/+17
* Explicitly support keys in JOIN messagesHubert Hirtz2021-05-201-3/+6
* Fix races conditionsHubert Hirtz2021-05-205-576/+305