https://github.com/ircdotnet/ircdotnet
IRC.NET is a complete IRC (Internet Relay Chat) client library for .NET.
https://github.com/ircdotnet/ircdotnet
c-sharp dot-net internet-relay-chat irc protocol
Last synced: 9 months ago
JSON representation
IRC.NET is a complete IRC (Internet Relay Chat) client library for .NET.
- Host: GitHub
- URL: https://github.com/ircdotnet/ircdotnet
- Owner: IrcDotNet
- License: mit
- Created: 2010-01-01T23:09:34.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T05:03:59.000Z (almost 4 years ago)
- Last Synced: 2024-04-29T05:02:02.315Z (over 1 year ago)
- Topics: c-sharp, dot-net, internet-relay-chat, irc, protocol
- Language: C#
- Homepage: https://ircdotnet.github.io/IrcDotNet/
- Size: 3.01 MB
- Stars: 195
- Watchers: 13
- Forks: 75
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IRC.NET
[](https://IrcDotNet.github.io/IrcDotNet/)
## [Documentation](https://IrcDotNet.github.io/IrcDotNet/)
[](https://travis-ci.org/IrcDotNet/IrcDotNet)
[](https://ci.appveyor.com/project/paralin/ircdotnet)
[](https://www.nuget.org/packages/IrcDotNet)
## Overview
IRC.NET is a complete IRC (Internet Relay Chat) client library for the .NET Framework. 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.
This project was formerly hosted on [Launchpad](https://launchpad.net/ircdotnet).
### Non-RFC Features
* Parsing of [ISUPPORT parameters](http://www.irc.org/tech_docs/draft-brocklesby-irc-isupport-03.txt). Interpretation of parameters is left to the user.
* [CTCP (Client-To-Client Protocol)](http://www.irchelp.org/irchelp/rfc/ctcpspec.html) support. Most common commands are supported.
## Help
* If you have confirmed that the behaviour is unexpected, submit an [issue](https://github.com/ircdotnet/ircdotnet/issues) on GitHub.