{"id":20479128,"url":"https://github.com/kkazuo/dicrd","last_synced_at":"2026-04-21T19:02:39.804Z","repository":{"id":208055066,"uuid":"720725667","full_name":"kkazuo/dicrd","owner":"kkazuo","description":"Dart Internet Relay Chat Daemon","archived":false,"fork":false,"pushed_at":"2023-11-23T00:35:26.000Z","size":86,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-15T13:48:40.588Z","etag":null,"topics":["daemon","irc","ircd","server"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/kkazuo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2023-11-19T12:10:44.000Z","updated_at":"2024-11-24T00:51:52.000Z","dependencies_parsed_at":"2024-11-15T15:41:41.423Z","dependency_job_id":"6f590d3e-d266-461d-90cb-76dd3591dce1","html_url":"https://github.com/kkazuo/dicrd","commit_stats":null,"previous_names":["kkazuo/dicrd"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/kkazuo/dicrd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdicrd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdicrd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdicrd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdicrd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkazuo","download_url":"https://codeload.github.com/kkazuo/dicrd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdicrd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32105868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["daemon","irc","ircd","server"],"created_at":"2024-11-15T15:41:29.938Z","updated_at":"2026-04-21T19:02:39.787Z","avatar_url":"https://github.com/kkazuo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dircd\n\nDart Internet Relay Chat Daemon\n\n## Maturity\n\nNot for production yet, but IRC clients can connect and chat each other.\n\n## Build\n\nTo create executable binary, run this command:\n\n    dart compile exe bin/dircd.dart\n\nThe generated file `bin/dircd.exe` is the daemon program.\n\n## Usage\n\nThere is no configuration for now. Just run it.\n\n    bin/dircd.exe\n\n### Environment Variables\n\n| Variable Name            |                           | default |\n| ------------------------ | ------------------------- | ------: |\n| IRCD_HOSTADDR            | listen inet address       | 0.0.0.0 |\n| IRCD_PORT                | listen port               |    6667 |\n| IRCD_PRIVATE_KEY         | TLS cert file path        |         |\n| IRCD_MOTD                | MOTD file path            |         |\n| IRCD_PASSWORD            | connection password       |         |\n| IRCD_CONN_CHECK_INTERVAL | connection liveness check |      30 |\n\n## Functionality\n\n- [x] PRIVMSG / NOTICE\n- [x] PING / PONG\n- [x] JOIN / PART\n- [x] NICK / USER / PASS\n- [x] QUIT\n- [ ] MODE for channel.\n- [ ] MODE for user.\n- [x] TOPIC\n- [ ] INVITE / KICK\n- [x] MOTD\n- [ ] WHO / WHOIS / WHOWAS\n- [x] ISON\n- [x] AWAY\n- [x] Configure the listen port number.\n- [x] Configure the listen interface address.\n- [x] Communicates with TLS (Secure Socket).\n- [x] CAP capabilities negotiation mechanism.\n- [x] PASS authentication with fixed string.\n- [x] PASS authentication with custom subclassing.\n- [x] SASL authentication.\n- [ ] Flood control.\n- [ ] Server-Server communications. (currently out of scope.)\n\n## LICENSE\n\nMIT\n\nSee LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkazuo%2Fdicrd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkazuo%2Fdicrd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkazuo%2Fdicrd/lists"}