Skip to content

IRC.NET is a complete IRC (Internet Relay Chat) client library for the .NET Framework 4.0 and Silverlight 4.0. It aims to provide a complete and efficient implementation of the protocol as described in RFCs 1459 and 2812, as well as de-facto modern features of the protocol. The .NET Framework version of the library is also intended to compile an…

License

Notifications You must be signed in to change notification settings

twostars/ircdotnet

 
 

Repository files navigation

Implementation
==============

This library represents an complete implementation of the IRC client protocol,
primarily as described in RFC 2812 <http://irchelp.org/irchelp/rfc/rfc2812.txt>.
It additonally contains functionality that is in common use by modern IRC
servers (as of December 2009), detailed as follows.

Non-RFC Features
----------------

 * Parsing of ISUPPORT parameters (draft specification at
   <http://www.irc.org/tech_docs/draft-brocklesby-irc-isupport-03.txt>).
   Interpretation of such parameters is left to the user.
 
 * CTCP (Client-To-Client Protocol) support (specification at
   <http://www.irchelp.org/irchelp/rfc/ctcpspec.html>).

Feedback
========

If you experience any issues with IRC.NET, need help understanding its usage,
or you wish to submit any comments/suggestions, please contact us using one of
the following methods.

 * Ask a question through our web support interface at
   <https://answers.launchpad.net/ircdotnet/>.
 
 * Report a bug at <https://bugs.launchpad.net/ircdotnet/+filebug>.
 
 * Talk to us on IRC at <irc://freenode.net/##ircdotnet>.

About

IRC.NET is a complete IRC (Internet Relay Chat) client library for the .NET Framework 4.0 and Silverlight 4.0. It aims to provide a complete and efficient implementation of the protocol as described in RFCs 1459 and 2812, as well as de-facto modern features of the protocol. The .NET Framework version of the library is also intended to compile an…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%