Skip to content

0.4.1

Compare
Choose a tag to compare
@alexreg alexreg released this 31 May 16:23
· 114 commits to master since this release

This release primarily introduces thread-safety in the IrcClient and CtcpClient classes; this is important particularly in UI scenarios. Minor stability improvements have also been made. The TwitterBot sample project has been updated to use v2 of the TweetSharp library and has several bug fixes.

  • IrcClient and CtcpClient classes are now properly thread-safe (including IDisposable implementaiton).
  • IrcClient now handles replies to STATS messages (server statistics).
  • Improved XML documentation.
  • TwitterBot sample now uses TweetSharp v2 library.
  • Created NuGet package for library and samples.
  • Minor bug fixes; see commit log.