diff options
author | Roger Dingledine <arma@torproject.org> | 2009-01-21 03:24:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-01-21 03:24:27 +0000 |
commit | a5a6b9a08a76272ebef1d29202b74fcf76464f5f (patch) | |
tree | e6f609e78864d114963a9d05053759859e83da00 /doc | |
parent | 90a5042aeb96049b41adb125197a898e7bebec33 (diff) | |
download | tor-a5a6b9a08a76272ebef1d29202b74fcf76464f5f.tar.gz tor-a5a6b9a08a76272ebef1d29202b74fcf76464f5f.zip |
Let controllers actually ask for the "clients_seen" event. Bugfix
on 0.2.1.10-alpha; reported by Matt Edman.
svn:r18201
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/control-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 7c9bcea083..7ea0d865f2 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -218,7 +218,8 @@ $Id$ EventCode = "CIRC" / "STREAM" / "ORCONN" / "BW" / "DEBUG" / "INFO" / "NOTICE" / "WARN" / "ERR" / "NEWDESC" / "ADDRMAP" / "AUTHDIR_NEWDESCS" / "DESCCHANGED" / "STATUS_GENERAL" / - "STATUS_CLIENT" / "STATUS_SERVER" / "GUARD" / "NS" / "STREAM_BW" + "STATUS_CLIENT" / "STATUS_SERVER" / "GUARD" / "NS" / "STREAM_BW" / + "CLIENTS_SEEN" Any events *not* listed in the SETEVENTS line are turned off; thus, sending SETEVENTS with an empty body turns off all event reporting. |