commit 1680b2e17e5f385923f9521c0f961ade45b76b4d Author: Damian Johnson atagar@torproject.org Date: Fri Dec 14 11:18:10 2018 -0800
Add DROPOWNERSHIP command
New command added courtesy of Nick (thanks Nick!).
https://trac.torproject.org/projects/tor/ticket/28843 --- control-spec.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
diff --git a/control-spec.txt b/control-spec.txt index ae4a417..cdfd7c5 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -1801,6 +1801,24 @@
[HSPOST was added in Tor 0.2.7.1-alpha]
+3.23. DROPOWNERSHIP + + The syntax is: + "DROPOWNERSHIP" CRLF + + This command instructs Tor to relinquish ownership of its control + connection. As such tor will not shut down when this control + connection is closed. + + This method is idempotent. If the control connection does not + already have ownership this method returns successfully, and + does nothing. + + The controller can call TAKEOWNERSHIP again to re-establish + ownership. + + [DROPOWNERSHIP was added in Tor 0.4.0.0-alpha] + 4. Replies
Reply codes follow the same 3-character format as used by SMTP, with the