summaryrefslogtreecommitdiff
path: root/irc/typing.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent possible deadlock in the typing systemdelthas2022-12-161-2/+3
* Allow App.Close() and App.Run() to be run concurrentlyHubert Hirtz2021-11-161-3/+14
* More lintsHubert Hirtz2021-09-131-1/+1
* Ratelimit +typing and send +typing=done once onlydelthas2021-07-131-0/+8
* Fix races conditionsHubert Hirtz2021-05-201-0/+13
* Document irc/typing.goHubert Hirtz2020-11-231-4/+11
* Cleanly stop all coroutines on irc.Session.StopHubert Hirtz2020-11-231-2/+6
* Typing indicator timeoutHubert Hirtz2020-09-021-0/+64