Skip to content

IRC.RT is a complete IRC (Internet Relay Chat) client library for the .NET Framework 4.5, and .NET WinRT Framwork (targeting Windows 8.1+ and Windows Phone 8.1+). 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. Note: This repo was …

License

Notifications You must be signed in to change notification settings

watermelonpizza/ircdotrt

 
 

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.RT is a complete IRC (Internet Relay Chat) client library for the .NET Framework 4.5, and .NET WinRT Framwork (targeting Windows 8.1+ and Windows Phone 8.1+). 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. Note: This repo was …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%