Skip to content

Releases: EldinZenderink/SimpleIRCLib

v2.1.0

21 Jun 12:58
c2bb609
Compare
Choose a tag to compare

2.1.0

Support for multiple .NET FrameWorks such as: .NET 4.5, .NET 4.6, .NET 4.7 & .NET CORE 2.0 & .NET CORE 2.1
Renamed a few properties.

v2.0.0

21 May 18:32
Compare
Choose a tag to compare

##VERSION IS NOT BACK-WARDS COMPATIBLE WITH OLDER VERSIONS!

  • Rewritten IrcConnect class (now called IrcClient) to prevent Race conditions!
  • Added timeout warnings.
  • Added support for TLS/SSL
  • Added better error handeling using the error codes from RFC 1459 IRC Protocol
  • Added full support for receiving and sending to seperate channels
  • Added comments and changed names to fit C# code convention
  • Under the hood DCC fixes for more stability and error handeling when downloads go wrong
  • Changed Action based callback methods to Event handlers

Version 1.2.4

28 Jan 12:10
Compare
Choose a tag to compare

Apologies for the people using the release page to get the library, I haven't really updated this much, but from now on, every new version will be available here as well!

1.2.4

  • Bug where some DCC SEND messages from bots were not detected & parsed properly.
  • Should support IPv6 now. (Not really tested).
  • Added function to check if download thread is still running.
  • Added some debug messages for debugging purposes.
  • Default download directory is now set to the same directory where the libary resides.
  • Added flag to check if an error occured of any kind within the library (doesn't tell what kind of error yet).

Functionality Update

31 Aug 11:22
Compare
Choose a tag to compare
  • New Functionality:
    -Send Raw Messages (such as NICK, PRIVMSG etc.)
    • Retreive Raw Data
    • Send /msg using normal sendMessage() function
    • Receive NOTICE message

Reworked message parsing a bit.