-
I'd like to attempt getting DCC (CHAT, files, etc.) into KICL since I'm planning an IRC client over it. If I figure out anything, I'll PR it, but this issue is for marking it as a wanted feature so ot…
-
- [ ] fromString
- should be able to match
- [ ] `*!*@*`
- [ ] `*!*@kitten.institute`
- [ ] `*!~mbax@hostname`
- [ ] `mbaxter!*@kitten.institute`
- [ ] `mbaxter!~mbax@kitten.inst…
-
**Expected behavior**
If a nick gets rejected by the server, KICL should send a nick change request automatically by modifying the rejected nick(append ` at the end of it).
**Actual behavior**
N…
-
**Expected behavior**
The message with `\n` delimiter is processed correctly. Appears as #315 before I found it was a bug.
**Actual behavior**
The message with `\n` delimiter didn't get split…
-
## Expected behavior
I expect strings containing unicode characters that are encoded as multiple bytes to process correctly through KICL and show through on the IRC servers and their connected client…
-
**Expected behavior**
We changed the ping frequency of the IRC server from the default 2 minutes to shorter.
I received a ping message from the client, but I didn't send a pong, so the connection …
-
Ported from https://github.com/turt2live/waffle-matrix/issues/31
Use modular widgets to put the livestream in the room.
Base for twitch support: KittehOrg/KittehIRCClientLib@f1f3f0b
unsure ab…
-
**Expected behavior**
Keep receiving `ChannelMessageEvent` and other events after a reconnect.
**Actual behavior**
The client keeps connecting and disconnection again and again after a network fa…
-
To quote [modern.ircdocs.horse](https://modern.ircdocs.horse/#maxlist-parameter):
```
MAXLIST=beI:25 ; indicates that a client may set up to a total of 25 of a
…
-
Via [modern.ircdocs.horse](https://modern.ircdocs.horse/#targmax-parameter)
`TARGMAX=ACCEPT:,KICK:1,LIST:1,NAMES:1,NOTICE:4,PRIVMSG:4,WHOIS:1`
I'd like to provide a getter for commands. How to r…