Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 15 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T05:03:59.000Z (almost 3 years ago)
- Last Synced: 2024-04-29T05:02:02.315Z (6 months 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
[![forthebadge](http://forthebadge.com/images/badges/made-with-c-sharp.svg)](https://IrcDotNet.github.io/IrcDotNet/)
## [Documentation](https://IrcDotNet.github.io/IrcDotNet/)
[![Build Status](https://travis-ci.org/IrcDotNet/IrcDotNet.svg?branch=master)](https://travis-ci.org/IrcDotNet/IrcDotNet)
[![Build status](https://ci.appveyor.com/api/projects/status/jwqsdu436hwl2ngx/branch/master?svg=true)](https://ci.appveyor.com/project/paralin/ircdotnet)
[![NuGet](https://img.shields.io/nuget/v/IrcDotNet.svg?colorB=007ec6)](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.