commit 912742bffe6199f66451e1bff3c9dbb4304dc773 Author: Nick Mathewson nickm@torproject.org Date: Wed Jan 11 12:20:29 2012 -0500
Add CONF_CHANGED to eventcode list --- control-spec.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index 9825b9e..60a5bc0 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -289,7 +289,7 @@ "AUTHDIR_NEWDESCS" / "DESCCHANGED" / "STATUS_GENERAL" / "STATUS_CLIENT" / "STATUS_SERVER" / "GUARD" / "NS" / "STREAM_BW" / "CLIENTS_SEEN" / "NEWCONSENSUS" / "BUILDTIMEOUT_SET" / "SIGNAL" / - "CIRC_MINOR" + "CONF_CHANGED" / "CIRC_MINOR"
Any events *not* listed in the SETEVENTS line are turned off; thus, sending SETEVENTS with an empty body turns off all event reporting.
tor-commits@lists.torproject.org