From d979f2fbdfa999b83aab84147152d747f4f96863 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Mon, 20 Jan 2014 18:41:59 +0000 Subject: [PATCH] a separate sync daemon has many advantages indeed --- doc/design/assistant/telehash.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/design/assistant/telehash.mdwn b/doc/design/assistant/telehash.mdwn index 01cbd1340c..777bce646e 100644 --- a/doc/design/assistant/telehash.mdwn +++ b/doc/design/assistant/telehash.mdwn @@ -75,7 +75,9 @@ Advantages: (for example, if c-telehash development stalls and the nodejs version is already usable) * Potentially could be generalized to handle other similar protocols. - Or even the xmpp code moved into it. + Or even the xmpp code moved into it. There could even be git-annex native + exchange protocols implemented in such a daemon to allow SSH-less + transfers. * Security holes in telehash would not need to compromise the entire git-annex. gathd could be sandboxed in one way or another.