{"id":18268510,"url":"https://github.com/viral32111/internetrelaychat","last_synced_at":"2025-08-10T22:42:33.511Z","repository":{"id":133672575,"uuid":"591993499","full_name":"viral32111/InternetRelayChat","owner":"viral32111","description":"An Internet Relay Chat client library.","archived":false,"fork":false,"pushed_at":"2025-04-01T22:55:24.000Z","size":101,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T02:47:05.875Z","etag":null,"topics":["irc-client","nuget-package","protocol"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/viral32111.InternetRelayChat","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viral32111.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-01-22T15:47:53.000Z","updated_at":"2025-04-01T22:55:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c9987a7-ba18-4bea-b9ca-f89fe3b882de","html_url":"https://github.com/viral32111/InternetRelayChat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/viral32111/InternetRelayChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viral32111%2FInternetRelayChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viral32111%2FInternetRelayChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viral32111%2FInternetRelayChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viral32111%2FInternetRelayChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viral32111","download_url":"https://codeload.github.com/viral32111/InternetRelayChat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viral32111%2FInternetRelayChat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269799505,"owners_count":24477643,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["irc-client","nuget-package","protocol"],"created_at":"2024-11-05T11:31:57.371Z","updated_at":"2025-08-10T22:42:33.483Z","avatar_url":"https://github.com/viral32111.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Internet Relay Chat\n\n[![CI](https://github.com/viral32111/InternetRelayChat/actions/workflows/ci.yml/badge.svg)](https://github.com/viral32111/InternetRelayChat/actions/workflows/ci.yml)\n[![CodeQL](https://github.com/viral32111/InternetRelayChat/actions/workflows/codeql.yml/badge.svg)](https://github.com/viral32111/InternetRelayChat/actions/workflows/codeql.yml)\n![GitHub tag (with filter)](https://img.shields.io/github/v/tag/viral32111/InternetRelayChat?label=Latest)\n![Nuget](https://img.shields.io/nuget/v/viral32111.InternetRelayChat?label=NuGet)\n![GitHub repository size](https://img.shields.io/github/repo-size/viral32111/InternetRelayChat?label=Size)\n![GitHub release downloads](https://img.shields.io/github/downloads/viral32111/InternetRelayChat/total?label=Downloads)\n![Nuget](https://img.shields.io/nuget/dt/viral32111.InternetRelayChat?label=Installs)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/viral32111/InternetRelayChat?label=Commits)\n\nThis is a barebones client-side implementation of the [Internet Relay Chat (IRC) messaging protocol](https://datatracker.ietf.org/doc/html/rfc1459.html) for my [Twitch Bot](https://github.com/viral32111/InternetRelayChat).\n\n**NOTE: This is currently under development, so functionality is not guaranteed!**\n\n## 📜 Background\n\nI made this for use in my [Twitch Bot](https://github.com/viral32111/InternetRelayChat) as the [Twitch Chat API](https://dev.twitch.tv/docs/irc/) operates over IRC.\n\nThis [was originally hardcoded into the bot](https://github.com/viral32111/InternetRelayChat/tree/961fc729a8fc151686eb3e7c2c371768c9a81f7f/Source/InternetRelayChat). However, I separated it into its own project in January of 2023 to ease development.\n\nI also wanted a project to try out automated unit testing and test-driven development in .NET for the first time.\n\n## ⚖️ License\n\nCopyright (C) 2023 [viral32111](https://viral32111.com).\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as\npublished by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program. If not, see https://www.gnu.org/licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviral32111%2Finternetrelaychat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviral32111%2Finternetrelaychat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviral32111%2Finternetrelaychat/lists"}