watermelonpizza/ircdotrt
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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>.