aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-23 05:51:46 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-23 05:51:46 +0000
commit5dea28f158e2e5bf68e4b4a4dbcf94b4523d9d3a (patch)
tree0173e3c4452f7c32520a098a08e8562f1229b883
parenta11bbeb9a47fb2aadfe8b492a79c2954fdc2ecef (diff)
downloadtorspec-5dea28f158e2e5bf68e4b4a4dbcf94b4523d9d3a.tar.gz
torspec-5dea28f158e2e5bf68e4b4a4dbcf94b4523d9d3a.zip
implement a few status events, so we can make sure they work,
and so vidalia can start handling them if it wants. svn:r8802
-rw-r--r--control-spec.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/control-spec.txt b/control-spec.txt
index 8ded544..0c260c6 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -938,13 +938,19 @@ $Id$
Type = "STATUS_GENERAL" / "STATUS_CLIENT" / "STATUS_SERVER"
Severity = "NOTICE" / "WARN" / "ERR"
- Action is a string, and Arguments is a series of key=value
+ Action is a string, and Arguments is a series of keyword=value
pairs on the same line.
+ Controllers who listen to these events will be assumed to want
+ both EXTENDED_EVENTS and VERBOSE_NAMES; see the USEFEATURE command
+ for details.
+
+[
The reserved keyword "message" can optionally be used to provide a
string describing the nature of the action. Message strings MUST
NOT include items that a controller might be tempted to parse,
such as numbers.
+no plans to use this yet -RD]
Actions for STATUS_GENERAL severity NOTICE events can be as follows:
@@ -969,10 +975,10 @@ $Id$
since we don't really know what the user should do anyway. Hm.]
TOO_MANY_CONNECTIONS
- "limit=NUM"
+ "current=NUM"
Tor has reached its ulimit -n or whatever the native limit is on
file descriptors or sockets. The user should really do something
- about this. The "limit" argument shows the number of connections
+ about this. The "current" argument shows the number of connections
currently open.
BUG