commit f5da006c42207cbdb1ea26621c5622d9bb0899f4 Author: David Goulet dgoulet@ev0ke.net Date: Tue Feb 10 14:53:39 2015 -0500
Add hs/client/desc/id key to GETINFO command
Ref: #14845
Signed-off-by: David Goulet dgoulet@ev0ke.net --- control-spec.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/control-spec.txt b/control-spec.txt index 2ca187f..644ecda 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -796,6 +796,18 @@ the current (valid, accepted) consensus that Tor has. [New in Tor 0.2.6.3-alpha]
+ "hs/client/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 client's 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.1-alpha] + Examples: C: GETINFO version desc/name/moria1 S: 250+desc/name/moria=
tor-commits@lists.torproject.org