[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [stem/master] Note how to get hidden service descriptors
commit 5681ad9fc5af54b23aa6227d4688e1ab183ddaa4
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits