-
Inform of ACCOUNT change via event to Inform of ACCOUNT, AWAY change via event
http://ircv3.net/specs/extensions/account-notify-3.1.html
http://ircv3.net/specs/extensions/away-notify-3.1.html
Tr…
-
I haven't find any way to implement auto-reconnect after a timeout.
The error log returns a org.kitteh.irc.client.library.exception.KittehConnectionException: io.netty.channel.ConnectTimeoutException…
-
Hi guys
I am using this lib in android project. I added this lib in app gradle file using:
compile group: 'org.kitteh.irc', name: 'client-lib', version: '3.3.0'
Project was successfully build, …
-
-
-
Provide a way (via `Client.Builder`) to provide a custom `EventManager`, rather than forcing use of `org.kitteh.irc.client.library.implementation.ManagerEvent`.
-
https://github.com/KittehOrg/KittehIRCClientLib/commit/43404758a664cae0640ec92861553bc97c4df96c#commitcomment-20369645
-
https://github.com/KittehOrg/KittehIRCClientLib/blob/master/src/main/java/org/kitteh/irc/client/library/implementation/IRCClient.java#L200
Part of me will be disappointed when this is fixed. Also I…
-
There is a step in the mkdocs backend that will cause the build to stick in a failed state. If YAML parsing fails, this exception is not bubbled up to be displayed to end users. It should be.
## De…
-
`ChannelModeEvent` does not fire during channel join, when modes are received.