[tor-commits] [torspec/master] Added definition of CONF_CHANGED event.

nickm at torproject.org nickm at torproject.org
Wed Aug 10 19:07:26 UTC 2011


commit 223656cdb130a8a0db0d6b7437cadd16d3297c9d
Author: Kamran Riaz Khan <krkhan at inspirated.com>
Date:   Tue Aug 9 07:38:02 2011 +0500

    Added definition of CONF_CHANGED event.
---
 control-spec.txt |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/control-spec.txt b/control-spec.txt
index 160adf4..4e42449 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1893,6 +1893,19 @@
 
   [First added in 0.2.3.1-alpha]
 
+4.1.17. Configuration changed
+
+  The syntax is:
+     StartReplyLine *(MidReplyLine) EndReplyLine
+
+     StartReplyLine = "650-CONF_CHANGED" CRLF
+     MidReplyLine = "650-" KEYWORD ["=" VALUE] CRLF
+     EndReplyLine = "650-OK"
+
+  Tor configuration options have changed (such as via a SETCONF or RELOAD
+  signal). KEYWORD and VALUE specify the configuration option that was changed.
+  Undefined configuration options contain only the KEYWORD.
+
 5. Implementation notes
 
 5.1. Authentication





More information about the tor-commits mailing list