aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'control-spec.txt')
-rw-r--r--control-spec.txt21
1 files changed, 18 insertions, 3 deletions
diff --git a/control-spec.txt b/control-spec.txt
index 85bad3c..5c8eaf4 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -861,9 +861,6 @@
"status/version/current"
Status of the current version. One of: new, old, unrecommended,
recommended, new in series, obsolete, unknown.
- "status/version/num-concurring"
- "status/version/num-versioning"
- These options are deprecated; they no longer give useful information.
"status/clients-seen"
A summary of which countries we've seen clients from recently,
formatted the same as the CLIENTS_SEEN status event described in
@@ -1802,6 +1799,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