forked from IrcDotNet/IrcDotNet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Readme.txt
31 lines (22 loc) · 1.1 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>.