Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.