aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-24 02:58:03 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-24 02:58:03 +0000
commit6c7bf2f83098af6cf3f7f84725cc91154642ca65 (patch)
treed146b5a3fe3fafa1201b5e96ea5837727a33cf9a /doc
parent48a926df67b05a36ddda7d27e0cc487019f5eab2 (diff)
downloadtor-6c7bf2f83098af6cf3f7f84725cc91154642ca65.tar
tor-6c7bf2f83098af6cf3f7f84725cc91154642ca65.tar.gz
r9364@Kushana: nickm | 2006-10-23 22:57:48 -0400
Remove reference to NS_FULL event; add two GETINFO targets. svn:r8812
Diffstat (limited to 'doc')
-rw-r--r--doc/control-spec.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 04bfb4259..223102769 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -194,8 +194,7 @@ $Id$
EventCode = "CIRC" / "STREAM" / "ORCONN" / "BW" / "DEBUG" /
"INFO" / "NOTICE" / "WARN" / "ERR" / "NEWDESC" / "ADDRMAP" /
"AUTHDIR_NEWDESCS" / "DESCCHANGED" / "STATUS_GENERAL" /
- "STATUS_CLIENT" / "STATUS_SERVER" / "GUARDS" / "NS" /
- "NS_FULL"
+ "STATUS_CLIENT" / "STATUS_SERVER" / "GUARDS" / "NS"
Any events *not* listed in the SETEVENTS line are turned off; thus, sending
SETEVENTS with an empty body turns off all event reporting.
@@ -447,6 +446,14 @@ $Id$
OptionPrefix SP Documentation CRLF
OptionPrefix = OptionName "/*"
+ "events/names"
+ A space-separated list of all the events supported by this version of
+ Tor's SETEVENTS.
+
+ "features/names"
+ A space-separated list of all the events supported by this version of
+ Tor's USEFEATURE.
+
"dir/status/authority"
"dir/status/fp/<F>"
"dir/status/fp/<F1>+<F2>+<F3>"