[tor-commits] [torspec/master] Remove some MTA/MUA garbage from Proposal 197

ioerror at torproject.org ioerror at torproject.org
Wed Mar 21 03:12:36 UTC 2012


commit bce34f25e8d52d53b248e4c364b690ade4d50e21
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Tue Mar 20 17:44:43 2012 -0700

    Remove some MTA/MUA garbage from Proposal 197
---
 proposals/197-postmessage-ipc.txt |   47 +++++-------------------------------
 1 files changed, 7 insertions(+), 40 deletions(-)

diff --git a/proposals/197-postmessage-ipc.txt b/proposals/197-postmessage-ipc.txt
index 45348c8..36bac67 100644
--- a/proposals/197-postmessage-ipc.txt
+++ b/proposals/197-postmessage-ipc.txt
@@ -26,7 +26,7 @@ Control Protocol Specification Changes
     Sent from the client to the server. The syntax is:
 
       "CONTROLLERNAME" SP ControllerID
-        ControllerID =3D 1*(ALNUM / "_")
+        ControllerID = 1*(ALNUM / "_")
 
     Server returns "250 OK" and records the ControllerID to use for
     this control port connection for messaging information if successful,
@@ -43,7 +43,7 @@ Control Protocol Specification Changes
     Sent from the client to the server. The syntax is:
 
       "POSTMESSAGE" SP "@" DestControllerID SP LineItem CRLF
-         DestControllerID =3D "all" / 1*(ALNUM / "_")
+         DestControllerID = "all" / 1*(ALNUM / "_")
 
     If DestControllerID is "all", the message will be posted to all
     controllers that have "SETEVENTS POSTMESSAGE" set. Otherwise, the
@@ -60,9 +60,9 @@ Control Protocol Specification Changes
 
       "650" SP "POSTMESSAGE" SP MessageID SP SourceControllerID SP
                         "@" DestControllerID SP LineItem CRLF
-         MessageID =3D 1*DIGIT
-         SourceControllerID =3D "unset" / 1*(ALNUM / "_")
-         DestControllerID =3D "all" / 1*(ALNUM / "_")
+         MessageID = 1*DIGIT
+         SourceControllerID = "unset" / 1*(ALNUM / "_")
+         DestControllerID = "all" / 1*(ALNUM / "_")
 
       MessageID is an incrementing integer identifier that uniquely
       identifies this message to all controllers.
@@ -72,8 +72,8 @@ Control Protocol Specification Changes
       CONTROLLERNAME command was not used or unimplemented.
 
   GETINFO commands
-    "recent-messages" -- Retrieves messages=20
-      sent to ControllerIDs that match the current controller=20
+    "recent-messages" -- Retrieves messages
+      sent to ControllerIDs that match the current controller
       in POSTMESSAGE event format. This list should be generated
       on the fly, to handle disconnecting controllers.
 
@@ -97,36 +97,3 @@ Implementation plan
   needed.  However, Torbutton does not have immediate need for this
   protocol.
 
- =20
-
-
-
---=20
-Mike Perry
-
---GID0FwUMdk1T2AWN
-Content-Type: application/pgp-signature; name="signature.asc"
-Content-Description: Digital signature
-
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.11 (GNU/Linux)
-
-iEYEARECAAYFAk9j144ACgkQGwyjDN3GwK07dgCdEqImEOU/QeGwdAs9Nxe8vlYO
-H+UAn0/NlNoEwFfRDbnH3fv+3C/MOOF8
-=gs9Z
------END PGP SIGNATURE-----
-
---GID0FwUMdk1T2AWN--
-
---===============7807826766355441436==
-Content-Type: text/plain; charset="us-ascii"
-MIME-Version: 1.0
-Content-Transfer-Encoding: 7bit
-Content-Disposition: inline
-
-_______________________________________________
-tor-dev mailing list
-tor-dev at lists.torproject.org
-https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
-
---===============7807826766355441436==--





More information about the tor-commits mailing list