[or-cvs] r8531: Add DESCCHANGED event to control-spec; note that GETINFO dir (in tor/trunk: . doc)

nickm at seul.org nickm at seul.org
Fri Sep 29 18:13:16 UTC 2006


Author: nickm
Date: 2006-09-29 14:13:16 -0400 (Fri, 29 Sep 2006)
New Revision: 8531

Modified:
   tor/trunk/
   tor/trunk/doc/control-spec.txt
Log:
 r9003 at Kushana:  nickm | 2006-09-29 10:36:05 -0400
 Add DESCCHANGED event to control-spec; note that GETINFO dir/* has in fact been implemented.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r9003] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/doc/control-spec.txt
===================================================================
--- tor/trunk/doc/control-spec.txt	2006-09-29 13:48:10 UTC (rev 8530)
+++ tor/trunk/doc/control-spec.txt	2006-09-29 18:13:16 UTC (rev 8531)
@@ -173,7 +173,7 @@
 
      EventCode = "CIRC" / "STREAM" / "ORCONN" / "BW" / "DEBUG" /
          "INFO" / "NOTICE" / "WARN" / "ERR" / "NEWDESC" / "ADDRMAP" /
-         "AUTHDIR_NEWDESCS"
+         "AUTHDIR_NEWDESCS" / "DESCCHANGED"
 
   Any events *not* listed in the SETEVENTS line are turned off; thus, sending
   SETEVENTS with an empty body turns off all event reporting.
@@ -419,12 +419,12 @@
     "dir/server/d/<D1>+<D2>+<D3>"
     "dir/server/authority"
     "dir/server/all"
-      [DRAFT] [Not Implemented] A series of lines listing directory
-      contents, provided according to the specification for the URLs listed
-      in Section 4.4 of dir-spec.txt.  Note that Tor MUST NOT provide
-      private information, such as descriptors for routers not marked as
-      general-purpose.  When asked for 'authority' information for which this
-      Tor is not authoritative, Tor replies with an empty string.
+      A series of lines listing directory contents, provided according to the
+      specification for the URLs listed in Section 4.4 of dir-spec.txt.  Note
+      that Tor MUST NOT provide private information, such as descriptors for
+      routers not marked as general-purpose.  When asked for 'authority'
+      information for which this Tor is not authoritative, Tor replies with
+      an empty string.
 
   Examples:
      C: GETINFO version desc/name/moria1
@@ -773,6 +773,13 @@
      Action = "ACCEPTED" / "DROPPED" / "REJECTED"
      Message = Text
 
+4.1.9. Our descriptor changed
+
+  Syntax:
+     "650" SP "DESCCHANGED"
+
+  [First added in 0.1.2.2-alpha.]
+
 5. Implementation notes
 
 5.1. Authentication



More information about the tor-commits mailing list