{"id":17475206,"url":"https://github.com/treeplate/isd_treeclient","last_synced_at":"2025-03-28T11:24:58.563Z","repository":{"id":134392212,"uuid":"393776975","full_name":"treeplate/isd_treeclient","owner":"treeplate","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-23T21:59:15.000Z","size":621,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T11:44:27.112Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/treeplate.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":"2021-08-07T19:42:28.000Z","updated_at":"2025-01-23T21:59:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"461f53c3-eefe-4068-9ffb-8502079a9c30","html_url":"https://github.com/treeplate/isd_treeclient","commit_stats":{"total_commits":91,"total_committers":1,"mean_commits":91.0,"dds":0.0,"last_synced_commit":"676f79cd77fd1a86ee2f262a4ab655de38c24257"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeplate%2Fisd_treeclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeplate%2Fisd_treeclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeplate%2Fisd_treeclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeplate%2Fisd_treeclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treeplate","download_url":"https://codeload.github.com/treeplate/isd_treeclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246019162,"owners_count":20710521,"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-18T18:43:37.351Z","updated_at":"2025-03-28T11:24:58.542Z","avatar_url":"https://github.com/treeplate.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# isd_treeclient\nThis app is a client for [ISD](https://interstellar-dynasties.space).\n## Server-Client Protocol\nSee [the official protocol](https://software.hixie.ch/fun/isd/test-2024/servers/src/README.md), as well as the official [system](https://software.hixie.ch/fun/isd/test-2024/servers/src/systems-server/README.md), [dynasty](https://software.hixie.ch/fun/isd/test-2024/servers/src/dynasties-server/README.md), and [login](https://software.hixie.ch/fun/isd/test-2024/servers/src/login-server/README.md) sub-protocols.\n## Cookie Storage\nThis app saves its state between runs. When using package:web, it uses local storage, but when using dart:io, it has to save it to a file. This file is called \"cookies.save\", and uses its own format, described here.\n\n### Map\u003cString, String\u003e =\u003e .save file\nEach entry in the map is separated by a newline followed by a null byte. The entries themselves are encoded as key, colon, null, value.\n### .save file =\u003e Map\u003cString, String\u003e\nSplit the raw file data on newline-null, making a list of raw entries, and then split each entry on colon-null, making a list [key, value]. Now you have a List\u003cList\u003cString\u003e\u003e, and can map each List\u003cString\u003e to a MapEntry\u003cString, String\u003e, and then use Map.fromEntries to complete the decoding.\n## Tools\nhttps://github.com/treeplate/isd_starnames is a tool for finding stars with specific names.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreeplate%2Fisd_treeclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreeplate%2Fisd_treeclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreeplate%2Fisd_treeclient/lists"}