SmartIrc4net 1.1.0
dotnet add package SmartIrc4net --version 1.1.0
NuGet\Install-Package SmartIrc4net -Version 1.1.0
<PackageReference Include="SmartIrc4net" Version="1.1.0" />
paket add SmartIrc4net --version 1.1.0
#r "nuget: SmartIrc4net, 1.1.0"
// Install SmartIrc4net as a Cake Addin #addin nuget:?package=SmartIrc4net&version=1.1.0 // Install SmartIrc4net as a Cake Tool #tool nuget:?package=SmartIrc4net&version=1.1.0
SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It allows you to communicate with IRC servers. The API features full channel syncing and is split in 3 layers: IrcConnection, IrcCommands and IrcClient.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 7,257 | 5/7/2017 |
New features:
- NAMESX support (Andrew Nagle)
- IRCv3.2 inbound message tag support (gmt2001)
- added Mono 4.x support (Mirco Bauer)
- use log4net and NUnit from Nuget (Mirco Bauer)
Bugfixes:
- support X.509 client certificate correctly (Mirco Bauer)
- handle UTC offset changes without a PING timeout (Ondřej Hošek)
- removed non-free IRC RFC document from source tree and release tarball