Roger Dingledine commited on 2005-07-15 22:48:38
Zeige 1 geänderte Dateien mit 31 Einfügungen und 10 Löschungen.
... | ... |
@@ -83,7 +83,7 @@ anonymous browsing experience.</p> |
83 | 83 |
|
84 | 84 |
<p>Entries will:</p> |
85 | 85 |
<ul> |
86 |
-<li>Allow the user to fully configure Tor without directly searching |
|
86 |
+<li>Allow the user to fully configure Tor rather than manually searching |
|
87 | 87 |
for and opening text files.</li> |
88 | 88 |
<li>Let users learn about the current state of their Tor connection (including |
89 | 89 |
which servers they are connected to, and how many of them), and find |
... | ... |
@@ -100,25 +100,43 @@ applications, ports, or packets are (or are not!) passing through Tor, |
100 | 100 |
including accounting for both Tor- and non-Tor traffic</li> |
101 | 101 |
<li>Provide |
102 | 102 |
additional statistics about the Tor connection.</li> |
103 |
+<li>Give users more control over how their Tor behaves at certain times |
|
104 |
+of day or in other contexts (like operating as a server).</li> |
|
103 | 105 |
</ul> |
104 | 106 |
|
105 |
-<p>including:</p> |
|
107 |
+<p>Some examples of useful features include:</p> |
|
106 | 108 |
<ul> |
107 |
-<li>How much bandwidth am I using?</li> |
|
108 |
-<li>What servers do I know about on the network? Where are they? How |
|
109 |
-available are they?</li> |
|
110 |
-<li>Provide an interface for controlling Tor paths: "show me |
|
111 |
-the network from Africa by way of Asia". Think of the global satellite |
|
112 |
-map from the movie <i>Sneakers</i>.</li> |
|
109 |
+<li>How much bandwidth is the user using via Tor? How does this compare |
|
110 |
+to the overall network traffic to/from the computer?</li> |
|
111 |
+<li>Is there network traffic from ports or applications that the user |
|
112 |
+intended to be anonymized?</li> |
|
113 |
+<li>What Tor servers does the user know about on the network? Where are |
|
114 |
+they? How available are they?</li> |
|
115 |
+<li>Provide an interface for displaying or controlling Tor paths: |
|
116 |
+"show me the network from Africa by way of Asia". Think of the global |
|
117 |
+satellite map from the movie <i>Sneakers</i>.</li> |
|
113 | 118 |
<li>Configure other running applications to use Tor (for example, |
114 | 119 |
by modifying or working through the network stack, and/or by altering |
115 | 120 |
application configurations).</li> |
116 |
-<li>Provide an elegant installer for Tor, the GUI application, and |
|
121 |
+<li>Provide an elegant installer for Tor, your GUI submission, and |
|
117 | 122 |
other supporting applications.</li> |
123 |
+<li>Make your GUI manage the Tor process and other supporting applications |
|
124 |
+-- start them, stop them, realize when they've died.</li> |
|
118 | 125 |
<li>Provide meaningful defaults for a good Tor experience.</li> |
119 | 126 |
<li>Provide application-level anonymity -- that is, not just paying |
120 | 127 |
attention to transport anonymity on the level of Tor, but also paying |
121 | 128 |
attention to the anonymity of the http headers, cookies, etc.</li> |
129 |
+<li>Let the user specify different config option sets depending on |
|
130 |
+time of day (e.g. daytime vs. nighttime).</li> |
|
131 |
+<li>Provide useful controller functions for Tor servers too -- |
|
132 |
+for example, recommended bandwidth configurations.</li> |
|
133 |
+<li>Have a "minimized view" of your GUI for common use, and then a more |
|
134 |
+detailed view or set of windows when the user wants more detail.</li> |
|
135 |
+<li>Provide a button or some automatically updating interface to let |
|
136 |
+the user learn whether Tor is working currently; and give useful |
|
137 |
+messages and recommendations if it doesn't seem to be working.</li> |
|
138 |
+<li>Provide a way to automatically configure local firewalls (ipchains, |
|
139 |
+Windows ones, etc) to let Tor traffic out (and in, for Tor servers).</li> |
|
122 | 140 |
</ul> |
123 | 141 |
|
124 | 142 |
<hr /> |
... | ... |
@@ -247,7 +265,10 @@ and security (to be announced).</p> |
247 | 265 |
<li>Stage 2 deadline (code): January 31, 2006.</li> |
248 | 266 |
</ul> |
249 | 267 |
|
250 |
-<p>Winners will be announced at the SOUPS 2006 conference.</p> |
|
268 |
+<p>Winners will be announced on the webpage and also at the SOUPS 2006 |
|
269 |
+conference. (Here's a suggestion on <a |
|
270 |
+href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ#AcademicResearch">academic |
|
271 |
+usability research on Tor</a>.)</p> |
|
251 | 272 |
|
252 | 273 |
<hr /> |
253 | 274 |
<h3>Questions and clarifications</h3> |
254 | 275 |