{"id":16607262,"url":"https://github.com/dns2utf8/igel_chat","last_synced_at":"2025-03-10T00:07:53.614Z","repository":{"id":68386825,"uuid":"107270067","full_name":"dns2utf8/igel_chat","owner":"dns2utf8","description":"A rusty chat tool for the modern human","archived":false,"fork":false,"pushed_at":"2017-11-15T12:49:07.000Z","size":288,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T11:45:47.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/dns2utf8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2017-10-17T13:08:57.000Z","updated_at":"2017-12-23T18:51:02.000Z","dependencies_parsed_at":"2023-02-23T11:01:13.267Z","dependency_job_id":null,"html_url":"https://github.com/dns2utf8/igel_chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns2utf8%2Figel_chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns2utf8%2Figel_chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns2utf8%2Figel_chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns2utf8%2Figel_chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dns2utf8","download_url":"https://codeload.github.com/dns2utf8/igel_chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242768085,"owners_count":20182099,"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":[],"created_at":"2024-10-12T01:12:11.541Z","updated_at":"2025-03-10T00:07:53.592Z","avatar_url":"https://github.com/dns2utf8.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# igel (pronounced eagle)\n\nIgel is the best chat software written by the most capable, inclusive, humble, and disruptive rust developers living today.\n\nThis software is made of 100% cyber and therefore provides 100% cyber security.\nNote: std deviation currently resides around approximatly 0.42 cyber.\n\n## features\n\n- [ ] a fun (cyber) easter egg\n- [ ] sending texts\n- [ ] sending pictures\n- [ ] sending arbitrary binary data\n- [ ] receiving texts\n- [ ] receiving pictures\n- [ ] receiving arbitrary binary data\n- [ ] colour coded text to express moods and irony\n- [ ] end to server encryption (maybe TLS?)\n- [ ] end to end encryption\n- [ ] groups\n- [ ] multi cyber device support\n- [ ] cyber device verification\n    - [ ] local device specific key creation\n- [ ] local cyber storage\n    - [ ] add cyber encryption with password or machine UUID.\n- [ ] server persistence for:\n    - [ ] offline users (incoming mailbox)\n    - [ ] offline devices (multi device)\n    - [ ] offline users (discoverability for other users)\n    - [ ] offline devices (user manages lost/new devices)\n\n## Design\n\nThe user will use a webbrowser (chromium or firefox) with websockets connecting to his/her local igel.\n\nThe client connects to a server over an encrypted channel.\nSigning up a device should happen at this point.\nThere is no automatic transfer of user keys.\n\nThe server stores only the most needed information:\n\n* Per User\n    * public key and hash of public key\n    * list of connected devices\n    * inbox for encrypted messages\n    * optional username\n* Per device\n    * user encrypted device name\n    * last seen timestamp\n    * Connection state: online (has connection), push (reacable over push) or offline (long gone, device may not count for message delivery count anymore)\n    * push handle (params for GCM or Apple Push)\n* Per Group\n    * UUID: eg. hash of public key\n    * last checked date (to cleanup abadoned groups)\n    * inbox for encrypted messages\n\nA group is a special user account, where the private key is shared among many users.\n\nInviting a user means sending the private key of the group to the new user.\n\nRemoving a user means generating a new key pair and distributing it to everybody except the user to be left out.\nThis may mean that this will require a new group. However the process should be transparent to the users.\n\n## Well-known\n\n```\n| Key                                 | Value |\n|-------------------------------------|-------|\n| The clients http and websocket port | 4280  |\n| Servers default listen port         | 4242  |\n```\n\n## Development\n\nThis project requieres rust 1.20.0 or later.\n\n### rendering stats diagram:\n\n```bash\ndot -T png states.dot -O\n```\n\n![states.png](states.dot.png)\n\n### TODO\n\n- [ ] CI (travis?)\n- [ ] fancy logo (flying igel?)\n- [ ] conference talk\n- [ ] more users\n- [ ] privacy by design (requires more servers and more users)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdns2utf8%2Figel_chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdns2utf8%2Figel_chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdns2utf8%2Figel_chat/lists"}