summaryrefslogtreecommitdiff
path: root/irc/session.go (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-23Only show one connected message per reconnectiondelthas1-1/+7
2022-12-23Hide on-register RPL_UMODEISdelthas1-0/+8
2022-12-21Implement /OPERdelthas1-0/+4
2022-12-16Fix processing CHATHISTORY TAGMSG as standalone messagesdelthas1-1/+1
2022-11-22Implement /MOTDdelthas1-0/+4
2022-11-15Enable receiving away updates for private buffersdelthas1-10/+11
2022-10-17Fix requesting CHATHISTORY TARGETS with invalid timestampsdelthas1-0/+1
2022-10-12Fix crashing on ISUPPORT PREFIX=delthas1-0/+1
2022-09-02Use WHOX rather than WHO when availabledelthas1-5/+24
2022-08-10Add support for soju.im/bouncer-networks-notifydelthas1-10/+16
2022-08-05Hide automatic away repliesdelthas1-0/+2
2022-07-09Update soju.im/read to draft/read-markerdelthas1-6/+6
2022-07-06Implement /whoisdelthas1-0/+4
2022-05-10/mode: enable getting the channel modes without parametersdelthas1-1/+5
2022-04-28Support +channel-contextdelthas1-0/+5
2022-04-20Send SASL PLAIN authentication on connectdelthas1-7/+29
2022-04-12Implement SEARCHdelthas1-0/+30
2022-02-11Add support for the soju.im/read capability and READ commanddelthas1-0/+33
2022-02-10MONITOR user with whom we have an open bufferdelthas1-11/+97
2021-12-07Implement /kick and /[un]ban commandsAlexey Yerin1-0/+8
2021-12-06Don't double-enable capsSimon Ser1-2/+4
2021-11-29Use RPL_SASLSUCCESS to end registrationSimon Ser1-2/+1
2021-11-25Finish registration when not using SASLmooff1-0/+4
2021-11-24Merge MODE messagesdelthas1-3/+4
2021-11-24Add support for draft/event-playbackdelthas1-6/+82
2021-11-19Add support for CHATHISTORY TARGETSdelthas1-15/+45
2021-11-16Add support for user buffersdelthas1-11/+23
2021-11-16Authenticate on CAP NEW saslHubert Hirtz1-33/+36
2021-11-16Also retrieve username on registrationHubert Hirtz1-9/+10
2021-11-16Eagerly request capabilitiesHubert Hirtz1-45/+6
2021-11-16Allow App.Close() and App.Run() to be run concurrentlyHubert Hirtz1-0/+1
2021-11-06Take mode changes into accountHubert Hirtz1-2/+39
2021-11-02Ensure BATCH's first arg is not emptyHubert Hirtz1-1/+4
2021-10-24Support for soju.im/bouncer-networksHubert Hirtz1-6/+42
2021-10-23Make use of away-notifyHubert Hirtz1-5/+31
2021-10-23Add an /invite commandHubert Hirtz1-0/+4
2021-10-23Add support for the INVITE messageHubert Hirtz1-0/+26
2021-10-23Don't expect the server to send correct IRC messagesHubert Hirtz1-98/+283
2021-10-23Cleanup unused capsHubert Hirtz1-16/+12
2021-09-29Revert "Eager registration"Hubert Hirtz1-25/+62
2021-09-28Eager registrationHubert Hirtz1-62/+25
2021-09-13Sort typing indicatorsHubert Hirtz1-0/+1
2021-09-13Show mode changesHubert Hirtz1-0/+8
2021-09-13Fix typing indicators not being removedHubert Hirtz1-0/+4
2021-09-11Fix typosHubert Hirtz1-2/+2
2021-09-01Fetch missed messages on reconnectHubert Hirtz1-0/+6
2021-07-14Print the channel topic on joindelthas1-0/+1
2021-07-13Switch to the buffer of a new user-requested channel joindelthas1-21/+30
2021-07-13Ratelimit +typing and send +typing=done once onlydelthas1-5/+32
2021-07-12Sort channel members by namedelthas1-0/+3