[tor-commits] [torspec/master] Add control spec entry for GETINFO hs/service/desc/id/ command

nickm at torproject.org nickm at torproject.org
Fri Oct 2 11:49:19 UTC 2015


commit 99fe437487b528113d15f12adce8255a1098539c
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date:   Tue Jul 21 17:53:19 2015 +0200

    Add control spec entry for GETINFO hs/service/desc/id/ command
---
 control-spec.txt |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/control-spec.txt b/control-spec.txt
index 1203972..f96427f 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -847,6 +847,17 @@
 
       [New in Tor 0.2.7.1-alpha]
 
+    "hs/service/desc/id/<ADDR>"
+      Prints the content of the hidden service descriptor corresponding to
+      the given <ADDR> which is an onion address without the ".onion" part. The service's local descriptor cache is queried to find the descriptor.
+      The format of the descriptor is described in section 1.3 of the
+      rend-spec.txt document.
+
+      If <ADDR> is unrecognized or if not found in the cache, a 551 error is
+      returned.
+
+      [New in Tor 0.2.7.2-alpha]
+
      "onions/current"
      "onions/detached"
       A newline-separated list of the Onion ("Hidden") Services created





More information about the tor-commits mailing list