summaryrefslogtreecommitdiff
path: root/irc/session.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only show one connected message per reconnectiondelthas2022-12-231-1/+7
* Hide on-register RPL_UMODEISdelthas2022-12-231-0/+8
* Implement /OPERdelthas2022-12-211-0/+4
* Fix processing CHATHISTORY TAGMSG as standalone messagesdelthas2022-12-161-1/+1
* Implement /MOTDdelthas2022-11-221-0/+4
* Enable receiving away updates for private buffersdelthas2022-11-151-10/+11
* Fix requesting CHATHISTORY TARGETS with invalid timestampsdelthas2022-10-171-0/+1
* Fix crashing on ISUPPORT PREFIX=delthas2022-10-121-0/+1
* Use WHOX rather than WHO when availabledelthas2022-09-021-5/+24
* Add support for soju.im/bouncer-networks-notifydelthas2022-08-101-10/+16
* 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
* Send SASL PLAIN authentication on connectdelthas2022-04-201-7/+29
* Implement SEARCHdelthas2022-04-121-0/+30
* Add support for the soju.im/read capability and READ commanddelthas2022-02-111-0/+33
* MONITOR user with whom we have an open bufferdelthas2022-02-101-11/+97
* 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-241-6/+82
* Add support for CHATHISTORY TARGETSdelthas2021-11-191-15/+45
* 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-161-0/+1
* Take mode changes into accountHubert Hirtz2021-11-061-2/+39
* Ensure BATCH's first arg is not emptyHubert Hirtz2021-11-021-1/+4
* Support for soju.im/bouncer-networksHubert Hirtz2021-10-241-6/+42
* Make use of away-notifyHubert Hirtz2021-10-231-5/+31
* Add an /invite commandHubert Hirtz2021-10-231-0/+4
* Add support for the INVITE messageHubert Hirtz2021-10-231-0/+26
* Don't expect the server to send correct IRC messagesHubert Hirtz2021-10-231-98/+283
* 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-131-0/+8
* Fix typing indicators not being removedHubert Hirtz2021-09-131-0/+4
* Fix typosHubert Hirtz2021-09-111-2/+2
* Fetch missed messages on reconnectHubert Hirtz2021-09-011-0/+6
* Print the channel topic on joindelthas2021-07-141-0/+1
* Switch to the buffer of a new user-requested channel joindelthas2021-07-131-21/+30
* Ratelimit +typing and send +typing=done once onlydelthas2021-07-131-5/+32
* Sort channel members by namedelthas2021-07-121-0/+3