Releases: lemon-sh/IRCrarria
Releases · lemon-sh/IRCrarria
IRCrarria 1.3.1
IRCrarria 1.3
This release brings the following improvements over the last unstable version:
- Handle
QUIT
messages in addition toPART
- Handle server-side IRC error codes by logging them to the console, this can for example significantly help debugging a "nickname taken" issue
- Made the strip regex a bit more forgiving: now it only strips non-printable characters, not just non-ASCII ones. It still strips mIRC formatting codes, of course
- Remove the stripping in the Terraria -> IRC direction
IRCrarria 1.3 Experimental
This pre-release features:
- TShock 5 support (.NET 6)
- A refreshed implementation of the IRC client, particularly regarding nullability soundness
IRCrarria 1.2
Merge pull request #4 from lemon-sh/develop Custom IRC, bugfixes, enhanced Mono support
IRCrarria 1.2 EXPERIMENTAL
This pre-release features a custom experimental IRC module removing the need for IrcDotNet. While the implementation is still a bit buggy, SSL finally works on all tested platforms.
IRCrarria 1.1
Important: Remember to read the README.md Installation instructions.