Releases: EldinZenderink/SimpleIRCLib
Releases · EldinZenderink/SimpleIRCLib
v2.1.0
v2.0.0
##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
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
- 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.