{"id":24958077,"url":"https://github.com/nowalone/ircnet","last_synced_at":"2026-03-08T14:39:42.636Z","repository":{"id":271560773,"uuid":"912012413","full_name":"NowaLone/IrcNet","owner":"NowaLone","description":"IRC (Internet Relay Chat) parser and chat client for .NET","archived":false,"fork":false,"pushed_at":"2025-01-26T15:54:13.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T17:01:42.959Z","etag":null,"topics":["csharp","dotnet","irc","irc-client","irc-protocol","ircv3"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NowaLone.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-04T13:13:24.000Z","updated_at":"2025-01-26T15:53:47.000Z","dependencies_parsed_at":"2025-01-08T14:43:20.627Z","dependency_job_id":"41b1acfc-5a75-4ec6-9682-3162626760f7","html_url":"https://github.com/NowaLone/IrcNet","commit_stats":null,"previous_names":["nowalone/ircnet"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NowaLone%2FIrcNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NowaLone%2FIrcNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NowaLone%2FIrcNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NowaLone%2FIrcNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NowaLone","download_url":"https://codeload.github.com/NowaLone/IrcNet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128705,"owners_count":20888232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","irc","irc-client","irc-protocol","ircv3"],"created_at":"2025-02-03T07:01:51.305Z","updated_at":"2026-03-08T14:39:42.588Z","avatar_url":"https://github.com/NowaLone.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IrcNet\n\nIrcNet is a comprehensive library for building IRC (Internet Relay Chat) clients. It includes abstractions, parsers, and extensions for both RFC 1459 and IRCv3 specifications.\n\n## Download\n\n[![Nuget](https://img.shields.io/nuget/v/NowaLone.IrcNet.Abstractions.svg?logo=nuget\u0026label=NowaLone.IrcNet.Abstractions)](https://www.nuget.org/packages/NowaLone.IrcNet.Abstractions)\n[![Nuget](https://img.shields.io/nuget/v/NowaLone.IrcNet.Client.svg?logo=nuget\u0026label=NowaLone.IrcNet.Client)](https://www.nuget.org/packages/NowaLone.IrcNet.Client)\n[![Nuget](https://img.shields.io/nuget/v/NowaLone.IrcNet.Client.Rfc1459.Extensions.svg?logo=nuget\u0026label=NowaLone.IrcNet.Client.Rfc1459.Extensions)](https://www.nuget.org/packages/NowaLone.IrcNet.Client.Rfc1459.Extensions)\n[![Nuget](https://img.shields.io/nuget/v/NowaLone.IrcNet.Client.V3.Extensions.svg?logo=nuget\u0026label=NowaLone.IrcNet.Client.V3.Extensions)](https://www.nuget.org/packages/NowaLone.IrcNet.Client.V3.Extensions)\n[![Nuget](https://img.shields.io/nuget/v/NowaLone.IrcNet.Parser.Rfc1459.svg?logo=nuget\u0026label=NowaLone.IrcNet.Parser.Rfc1459)](https://www.nuget.org/packages/NowaLone.IrcNet.Parser.Rfc1459)\n[![Nuget](https://img.shields.io/nuget/v/NowaLone.IrcNet.Parser.V3.svg?logo=nuget\u0026label=NowaLone.IrcNet.Parser.V3)](https://www.nuget.org/packages/NowaLone.IrcNet.Parser.V3)\n\n## Projects\n\n### IrcNet.Abstractions\n\nThis project contains abstractions for IRC functionality, providing interfaces and base classes for building IRC clients.\n\n### IrcNet.Parser.Rfc1459\n\nA library for parsing IRC messages according to the RFC 1459 specifications.\n\n### IrcNet.Parser.V3\n\nA library for parsing IRC messages according to the IRCv3 specifications.\n\n### IrcNet.Client\n\nA core library for building IRC clients.\n\n### IrcNet.Client.Extensions.Core\n\nThis package contains core extensions for the IrcNet.Client library.\n\n### IrcNet.Client.Rfc1459.Extensions\n\nThis package contains extensions for the IrcNet.Client library, implementing RFC 1459.\n\n### IrcNet.Client.V3.Extensions\n\nThis package contains extensions for the IrcNet.Client library, implementing IRCv3 specifications.\n\n## Tests\n\n### IrcNet.Parser.Rfc1459.Tests\n\nUnit tests for the IrcNet.Parser.Rfc1459 library.\n\n### IrcNet.Parser.V3.Tests\n\nUnit tests for the IrcNet.Parser.V3 library.\n\n## Getting Started\n\n### Prerequisites\n\n- .NET Framework 4.6.1 or higher\n- .NET Core 3.0 or higher\n- .NET 6 or higher\n- .NET Standard 2.0 or higher\n\n### Installation\n\nClone the repository:\n\n```shell\ngit clone https://github.com/NowaLone/IrcNet.git\n```\n\n### Building the Solution\n\nNavigate to the solution directory and build the projects using the .NET CLI:\n\n```shell\ndotnet build\n```\n\n### Running Tests\n\nTo run the tests, use the .NET CLI:\n\n```shell\ndotnet test\n```\n\n## Usage Example\n\nHere's a simple example of how to use the IrcNet library to connect to an IRC server and join a channel:\n\n```csharp\nusing IrcNet.Client;\nusing System;\nusing System.Text;\nusing System.Threading.Tasks;\nusing static IrcNet.Client.IrcClientWebSocket;\n\ninternal class Program\n{\n\tprivate static async Task Main(string[] args)\n\t{\n\t\tvar options = new Options() { Uri = new Uri(\"irc.example.com:6667\"), PingDelay = TimeSpan.FromSeconds(1) };\n\t\tvar client = new IrcClientWebSocket(options);\n\n\t\tawait client.OpenAsync();\n\n\t\tclient.OnMessageReceived += (sender, message) =\u003e\n\t\t{\n\t\t\tConsole.WriteLine($\"Received: {message}\");\n\t\t};\n\n\t\tawait client.SendAsync(Encoding.UTF8.GetBytes($\"PRIVMSG test\"));\n\n\t\tawait Task.Delay(3000);\n\t\tawait client.CloseAsync();\n\t}\n}\n```\n\n## Acknowledgements\n\n- [RFC 1459](https://tools.ietf.org/html/rfc1459)\n- [RFC 2812](https://tools.ietf.org/html/rfc2812)\n- [IRCv3 Working Group](https://ircv3.net/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowalone%2Fircnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowalone%2Fircnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowalone%2Fircnet/lists"}