[tor-commits] [stem/master] Note how to get hidden service descriptors

atagar at torproject.org atagar at torproject.org
Tue May 2 19:57:29 UTC 2017


commit 5681ad9fc5af54b23aa6227d4688e1ab183ddaa4
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon May 1 12:37:47 2017 -0700

    Note how to get hidden service descriptors
---
 stem/descriptor/hidden_service_descriptor.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/stem/descriptor/hidden_service_descriptor.py b/stem/descriptor/hidden_service_descriptor.py
index fb88368..129bc83 100644
--- a/stem/descriptor/hidden_service_descriptor.py
+++ b/stem/descriptor/hidden_service_descriptor.py
@@ -9,6 +9,9 @@ Unlike other descriptor types these describe a hidden service rather than a
 relay. They're created by the service, and can only be fetched via relays with
 the HSDir flag.
 
+These are only available through the Controller's
+:func:`~stem.control.get_hidden_service_descriptor` method.
+
 **Module Overview:**
 
 ::
@@ -18,9 +21,6 @@ the HSDir flag.
 .. versionadded:: 1.4.0
 """
 
-# TODO: Add a description for how to retrieve them when tor supports that
-# (#14847) and then update #15009.
-
 import base64
 import binascii
 import collections





More information about the tor-commits mailing list