{"id":18264421,"url":"https://github.com/nozeio/neoirc","last_synced_at":"2025-04-04T21:30:23.965Z","repository":{"id":233054268,"uuid":"266357062","full_name":"NozeIO/NeoIRC","owner":"NozeIO","description":"A small SwiftUI based chat client for IRC, using swift-nio-irc","archived":false,"fork":false,"pushed_at":"2020-05-23T15:16:15.000Z","size":372,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-20T19:07:47.284Z","etag":null,"topics":["irc","irc-client","swiftnio","swiftui","swiftui-demo","swiftui-example"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NozeIO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2020-05-23T14:48:49.000Z","updated_at":"2025-02-10T03:37:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"58ee76b0-51d6-40c7-9df9-a20bd02736ce","html_url":"https://github.com/NozeIO/NeoIRC","commit_stats":null,"previous_names":["nozeio/neoirc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NozeIO%2FNeoIRC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NozeIO%2FNeoIRC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NozeIO%2FNeoIRC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NozeIO%2FNeoIRC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NozeIO","download_url":"https://codeload.github.com/NozeIO/NeoIRC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247251941,"owners_count":20908597,"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":["irc","irc-client","swiftnio","swiftui","swiftui-demo","swiftui-example"],"created_at":"2024-11-05T11:14:36.317Z","updated_at":"2025-04-04T21:30:23.959Z","avatar_url":"https://github.com/NozeIO.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2\u003e\n  NeoIRC\n  \u003cimg src=\"http://zeezide.com/img/NeoIRC-macOS-128.png\"\n       align=\"right\" width=\"128\" height=\"128\" /\u003e\n\u003c/h2\u003e\n\n![Swift5](https://img.shields.io/badge/swift-5-blue.svg)\n![SwiftNIO2](https://img.shields.io/badge/swiftnio-2-blue.svg)\n![SwiftUI](https://img.shields.io/badge/fwk-swiftui-purple.svg)\n![iOS](https://img.shields.io/badge/os-iOS-green.svg?style=flat)\n![macOS](https://img.shields.io/badge/os-macOS-green.svg?style=flat)\n\nA simple [Internet Relay Chat](https://en.wikipedia.org/wiki/Internet_Relay_Chat)\nclient implemented using\n[SwiftNIO](https://github.com/apple/swift-nio)\nand\n[SwiftUI](https://developer.apple.com/xcode/swiftui/).\n\nInspired by:\n\n\u003e For maximum NIO someone (I’m tempted) should adopt NIO to work on top of\n\u003e swift-nio-irc-client ... [Twitter](https://twitter.com/helje5/status/1262849721858772993?ref_src=twsrc%5Etfw)\n\nUnfortunately [NIO](https://nio.chat) - the promising Matrix chat client -\nis too tightly coupled to [Matrix SDK](https://www.matrix.org),\nso I've redone a very basic UI.\n\nThis is by no means \"done\", it is a demo on how to use SwiftNIO within a SwiftUI\napplication.\nPull requests are very welcome.\n\nThe program is part of the \"Swift NIO IRC\" family of packages, which includes:\n\n- [swift-nio-irc](https://github.com/SwiftNIOExtras/swift-nio-irc), \n  a low level IRC protocol implementation for SwiftNIO\n- [swift-nio-irc-client](https://github.com/NozeIO/swift-nio-irc-client),\n  an easier to use client library for use in applications (like NeoIRC)\n- [swift-nio-irc-server](https://github.com/NozeIO/swift-nio-irc-server),\n  a simple IRC server written using SwiftNIO\n- [swift-nio-irc-webclient](https://github.com/NozeIO/swift-nio-irc-webclient),\n  a small Web IRC client using SwiftNIO's WebSocket support\n- and finally, [swift-nio-irc-eliza](https://github.com/NozeIO/swift-nio-irc-eliza),\n  a scalable Rogerian psychotherapist, as an IRC bot.\n\n\n### Screenshots\n\n\u003ccenter\u003e\u003cimg src=\"https://zeezide.de/img/NeoIRC-screenshot-1.png\"\n             width=\"200\"/\u003e\u003c/center\u003e\n\nmacOS also works, kinda. Not really. But it builds :-)\n\n### WebClient\n\n\u003ccenter\u003e\u003cimg src=\"https://zeezide.de/img/irc-eliza-720x781.png\"\n             width=\"240\"/\u003e\u003c/center\u003e\n\n\n### TODO\n\n- [ ] tons of bugs\n- [ ] actually add, delete and edit accounts :-)\n- [ ] keychain password storage\n- [ ] combining bubbles\n- [ ] better IRC support\n- [ ] state restoration (I tried, but NavigationLinks just don't work right)\n- [ ] listing available channels in subscribe\n- [ ] leave button\n\n\n### Who\n\nBrought to you by\n[ZeeZide](http://zeezide.de).\nWe like\n[feedback](https://twitter.com/ar_institute),\nGitHub stars,\ncool [contract work](http://zeezide.com/en/services/services.html),\npresumably any form of praise you can think of.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnozeio%2Fneoirc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnozeio%2Fneoirc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnozeio%2Fneoirc/lists"}