This commit is contained in:
Joey Hess 2016-12-24 12:53:57 -04:00
parent e08691b393
commit 993f30ac92
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -4,6 +4,7 @@ Mostly working!
Current todo list: Current todo list:
* Webapp UI to set it up.
* When a transfer can't be done because another transfer of the same * When a transfer can't be done because another transfer of the same
object is already in progress, the message about this is output by the object is already in progress, the message about this is output by the
remotedaemon --debug, but not forwarded to the peer, which shows remotedaemon --debug, but not forwarded to the peer, which shows
@ -16,8 +17,6 @@ Eventually:
* Limiting authtokens to read-only access. * Limiting authtokens to read-only access.
* Revoking authtokens. (This and read-only need a name associated with an * Revoking authtokens. (This and read-only need a name associated with an
authtoken, so the user can adjust its configuration after creating it.) authtoken, so the user can adjust its configuration after creating it.)
* Pairing via magic wormhole.
* Webapp UI to set it up.
* friend-of-a-friend peer discovery to build more interconnected networks * friend-of-a-friend peer discovery to build more interconnected networks
of nodes of nodes
* Discovery of nodes on same LAN, and direct connection to them. * Discovery of nodes on same LAN, and direct connection to them.