[tor-commits] [flashproxy/master] add short descriptions to the top of all programs.

infinity0 at torproject.org infinity0 at torproject.org
Thu Nov 21 19:00:48 UTC 2013


commit c228341a056f0380bb5d70d84ed9e0d2f67956bb
Author: Ximin Luo <infinity0 at gmx.com>
Date:   Thu Nov 21 18:16:49 2013 +0000

    add short descriptions to the top of all programs.
---
 facilitator/facilitator              |    3 +++
 facilitator/facilitator-email-poller |    3 +++
 facilitator/facilitator-reg          |    3 +++
 facilitator/facilitator-reg-daemon   |    3 +++
 flashproxy-client                    |    3 +++
 flashproxy-reg-appspot               |    1 +
 flashproxy-reg-email                 |    1 +
 flashproxy-reg-http                  |    1 +
 flashproxy-reg-url                   |    1 +
 9 files changed, 19 insertions(+)

diff --git a/facilitator/facilitator b/facilitator/facilitator
index 39ffe2a..35d74be 100755
--- a/facilitator/facilitator
+++ b/facilitator/facilitator
@@ -1,4 +1,7 @@
 #!/usr/bin/env python
+"""
+The flashproxy facilitator.
+"""
 
 import SocketServer
 import getopt
diff --git a/facilitator/facilitator-email-poller b/facilitator/facilitator-email-poller
index f30e1cb..9c35df1 100755
--- a/facilitator/facilitator-email-poller
+++ b/facilitator/facilitator-email-poller
@@ -1,4 +1,7 @@
 #!/usr/bin/env python
+"""
+Polls a mailbox for new registrations and forwards them using facilitator-reg.
+"""
 
 import calendar
 import datetime
diff --git a/facilitator/facilitator-reg b/facilitator/facilitator-reg
index 67f8bb1..5346dcc 100755
--- a/facilitator/facilitator-reg
+++ b/facilitator/facilitator-reg
@@ -1,4 +1,7 @@
 #!/usr/bin/env python
+"""
+Forwards encrypted client registrations to a running facilitator-reg-daemon.
+"""
 
 import getopt
 import socket
diff --git a/facilitator/facilitator-reg-daemon b/facilitator/facilitator-reg-daemon
index f5e592f..bba5aab 100755
--- a/facilitator/facilitator-reg-daemon
+++ b/facilitator/facilitator-reg-daemon
@@ -1,4 +1,7 @@
 #!/usr/bin/env python
+"""
+Accepts encrypted client registrations and forwards them to the facilitator.
+"""
 
 import SocketServer
 import getopt
diff --git a/flashproxy-client b/flashproxy-client
index f2cf04b..ee0b068 100755
--- a/flashproxy-client
+++ b/flashproxy-client
@@ -1,4 +1,7 @@
 #!/usr/bin/env python
+"""
+The flashproxy client transport plugin.
+"""
 
 import BaseHTTPServer
 import array
diff --git a/flashproxy-reg-appspot b/flashproxy-reg-appspot
index 7738e43..db2fdbd 100755
--- a/flashproxy-reg-appspot
+++ b/flashproxy-reg-appspot
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+"""Register with a facilitator through Google App Engine."""
 
 import errno
 import getopt
diff --git a/flashproxy-reg-email b/flashproxy-reg-email
index d286af8..5d38fa5 100755
--- a/flashproxy-reg-email
+++ b/flashproxy-reg-email
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+"""Register with a facilitator using the email method."""
 
 import errno
 import getopt
diff --git a/flashproxy-reg-http b/flashproxy-reg-http
index 83b7084..9f85570 100755
--- a/flashproxy-reg-http
+++ b/flashproxy-reg-http
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+"""Register with a facilitator using the HTTP method."""
 
 import getopt
 import socket
diff --git a/flashproxy-reg-url b/flashproxy-reg-url
index 0f92d44..4685f28 100755
--- a/flashproxy-reg-url
+++ b/flashproxy-reg-url
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+"""Register with a facilitator using an indirect URL."""
 
 import base64
 import getopt





More information about the tor-commits mailing list