-
Helpful reference https://dev.twitch.tv/docs/v5/guides/irc/
* [ ] Twitch IRCv3 tags
* [ ] Support for delay limitations (20/100 per 30 seconds)
* [x] Longer messages https://github.com/KittehOrg/…
-
KICL could be made to interface with things that don't need WHO polling or things that do it themselves - helps prevent hitting flood limits on IRCds
-
-
```
Caused by: java.lang.ClassCastException: org.kitteh.irc.client.library.implementation.ActorProvider$IRCServerSnapshot cannot be cast to org.kitteh.irc.client.library.element.User
at org.…
-
I'll just link to a log rather than re-explaining: https://korobi.io/network/esper/channel/kitteh.org/logs/2017/12/06/#L5-18
-
Not all users will read the documentation online. Some possibilities, which could be done alone or together:
1. Startup notice on default exception handler.
```Starting Kitteh IRC Client Library. …
-
Requirements from [CONTRIBUTING.md](https://github.com/ircv3/ircv3-specifications/blob/01659679974c8e0bf4bd8a62035c082ae23adf29/CONTRIBUTING.md):
> • At least two server (or one bouncer, in the cas…
-
Some classes, like DCC*, IRC*, CTCP*, STS* all have uppercase acronyms.
This issue is to see interest in renaming them from DCC to Dcc, and friends.
Feel free to give it a THUMBS UP if you agree…
-
For compressed form:
0x03 if last bit (LSB) of last byte of Y co-ordinate in pubkey is **set**, otherwise 0x02 followed straight away by the entirety of the X co-ordinate and nothing else. Essentiall…
-
- [ ] `ServerInfo`: `IRCServerInfo (client=IRCClient (name=somename, server=localhost/127.0.0.1:1234))`
- doesn't include:
- [ ] address
- [ ] channel modes
- [ ] channel prefixes
- …