commit 116cbdfc136e4b822b352860d9a4294d267725fd Author: Damian Johnson atagar@torproject.org Date: Fri Oct 31 09:35:09 2014 -0700
Note when new hidden service methods were added --- stem/control.py | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/stem/control.py b/stem/control.py index 93fe354..c297f0b 100644 --- a/stem/control.py +++ b/stem/control.py @@ -2065,6 +2065,8 @@ class Controller(BaseController): }, }
+ .. versionadded:: 1.3.0 + :param object default: response if the query fails
:returns: **dict** with the hidden service configuration @@ -2116,6 +2118,8 @@ class Controller(BaseController): the same format as :func:`~stem.control.Controller.get_hidden_service_conf`.
+ .. versionadded:: 1.3.0 + :param dict conf: configuration dictionary
:raises: @@ -2147,6 +2151,8 @@ class Controller(BaseController): Create a new hidden service. If the directory is already present, a new port is added.
+ .. versionadded:: 1.3.0 + :param str path: path for the hidden service's data directory :param int port: hidden service port :param str target: optional ipaddr:port target e.g. '127.0.0.1:8080' @@ -2182,6 +2188,8 @@ class Controller(BaseController): """ Discontinues a given hidden service.
+ .. versionadded:: 1.3.0 + :param str path: path for the hidden service's data directory :param int port: hidden service port :param str target: optional ipaddr:port target e.g. '127.0.0.1:8080'
tor-commits@lists.torproject.org