Skip to content

Releases: lemon-sh/IRCrarria

IRCrarria 1.3.1

28 Jan 15:03
86346e2
Compare
Choose a tag to compare
  • Fixed #6
  • Added an irc_log option that logs incoming IRC messages to the server log file

IRCrarria 1.3

04 Nov 21:25
Compare
Choose a tag to compare

This release brings the following improvements over the last unstable version:

  • Handle QUIT messages in addition to PART
  • 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

31 Oct 23:49
Compare
Choose a tag to compare
Pre-release

This pre-release features:

  • TShock 5 support (.NET 6)
  • A refreshed implementation of the IRC client, particularly regarding nullability soundness

IRCrarria 1.2

30 Oct 17:04
fd8c6ee
Compare
Choose a tag to compare
Merge pull request #4 from lemon-sh/develop

Custom IRC, bugfixes, enhanced Mono support

IRCrarria 1.2 EXPERIMENTAL

22 Aug 16:36
Compare
Choose a tag to compare
Pre-release

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

09 Aug 19:03
0c7c7c5
Compare
Choose a tag to compare

Important: Remember to read the README.md Installation instructions.