Andrew Lewman commited on 2009-03-11 22:02:41
Zeige 1 geänderte Dateien mit 24 Einfügungen und 10 Löschungen.
| ... | ... |
@@ -62,6 +62,15 @@ sending all the data to Google and having them draw the map for you. How |
| 62 | 62 |
much does this impact privacy, and do we have any other good options?</li> |
| 63 | 63 |
</ol> |
| 64 | 64 |
|
| 65 |
+<a id="Advocacy></a> |
|
| 66 |
+<h2><a class="anchor" href="#Advocacy">Advocacy</a></h2> |
|
| 67 |
+<ol> |
|
| 68 |
+<li>Create a community logo under a Creative Commons license that all can use and modify</li> |
|
| 69 |
+<li>Create a presentation that can be used for various user group meetings around the world</li> |
|
| 70 |
+<li>Create a video about your positive uses of Tor. Some have already started on Seesmic.</li> |
|
| 71 |
+<li>Create a poster, or a set of posters, around a theme, such as "Tor for Freedom!"</li> |
|
| 72 |
+</ol> |
|
| 73 |
+ |
|
| 65 | 74 |
<a id="Documentation"></a> |
| 66 | 75 |
<h2><a class="anchor" href="#Documentation">Documentation</a></h2> |
| 67 | 76 |
<ol> |
| ... | ... |
@@ -280,20 +289,27 @@ with others prior to implementation. |
| 280 | 289 |
</li> |
| 281 | 290 |
--> |
| 282 | 291 |
|
| 283 |
-<!-- Matt already made good progress on this. |
|
| 284 | 292 |
<li> |
| 285 | 293 |
<b>An Improved and More Usable Network Map in Vidalia</b> |
| 286 | 294 |
<br /> |
| 295 |
+Priority: <i>Medium</i> |
|
| 296 |
+<br /> |
|
| 297 |
+Effort Level: <i>Medium</i> |
|
| 298 |
+<br /> |
|
| 299 |
+Skill Level: <i>Medium</i> |
|
| 300 |
+<br /> |
|
| 301 |
+Likely Mentors: <i>Matt</i> |
|
| 302 |
+<br /> |
|
| 287 | 303 |
One of Vidalia's existing features is a network map that shows the user |
| 288 | 304 |
the approximate geographic location of relays in the Tor network and |
| 289 | 305 |
plots the paths the user's traffic takes as it is tunneled through the |
| 290 | 306 |
Tor network. The map is currently not very interactive and has rather |
| 291 |
-poor graphics. Instead, we would like to leverage KDE's Marble widget |
|
| 292 |
-that gives us a better quality map and enables improved interactivity, |
|
| 307 |
+poor graphics. Instead, we implemented KDE's Marble widget such |
|
| 308 |
+that it gives us a better quality map and enables improved interactivity, |
|
| 293 | 309 |
such as allowing the user to click on individual relays or circuits to |
| 294 |
-display additional information. We might also consider adding the ability |
|
| 310 |
+display additional information. We want to add the ability |
|
| 295 | 311 |
for users to click on a particular relay or a country containing one or |
| 296 |
-more Tor exit relays and say, "I want my connections to foo.com to exit |
|
| 312 |
+more Tor exit relays and say, "I want my connections to exit |
|
| 297 | 313 |
from here." |
| 298 | 314 |
<br /> |
| 299 | 315 |
This project will first involve getting familiar with Vidalia |
| ... | ... |
@@ -306,7 +322,6 @@ A person undertaking this project should have good C++ development |
| 306 | 322 |
experience. Previous experience with Qt and CMake is helpful, but not |
| 307 | 323 |
required. |
| 308 | 324 |
</li> |
| 309 |
---> |
|
| 310 | 325 |
|
| 311 | 326 |
<li> |
| 312 | 327 |
<b>Tor Controller Status Event Interface</b> |
| ... | ... |
@@ -629,6 +644,7 @@ natively (i.e. in Unix-like OSes, Polipo defaults to 25% of ram, in |
| 629 | 644 |
Windows it's whatever the config specifies). 3) some sort of GUI config |
| 630 | 645 |
and reporting tool, bonus if it has a systray icon with right clickable |
| 631 | 646 |
menu options. Double bonus if it's cross-platform compatible. |
| 647 |
+3) allow the software to use the Windows Registry and handle proper Windows directory locations, such as "C:\Program Files\Polipo" |
|
| 632 | 648 |
</li> |
| 633 | 649 |
|
| 634 | 650 |
<!-- Is Blossom development still happening? |
| ... | ... |
@@ -742,8 +758,7 @@ href="https://bugs.torproject.org/flyspray/index.php?do=details&id=523">Inte |
| 742 | 758 |
<a href="https://bugs.torproject.org/flyspray/index.php?do=details&id=940">ways of |
| 743 | 759 |
managing multiple cookie jars/identities</a>, <a |
| 744 | 760 |
href="https://bugs.torproject.org/flyspray/index.php?do=details&id=637">preserving |
| 745 |
-specific cookies</a> when |
|
| 746 |
-cookies are cleared, |
|
| 761 |
+specific cookies</a> when cookies are cleared, |
|
| 747 | 762 |
<a |
| 748 | 763 |
href="https://bugs.torproject.org/flyspray/index.php?do=details&id=524">better |
| 749 | 764 |
referrer spoofing</a>, <a |
| ... | ... |
@@ -887,8 +902,7 @@ details on the research side of this task — who knows, when it's |
| 887 | 902 |
done maybe you can help write a paper or three also.</li> |
| 888 | 903 |
|
| 889 | 904 |
<li>Tor 0.1.1.x and later include support for hardware crypto accelerators |
| 890 |
-via OpenSSL. Nobody has ever tested it, though. Does somebody want to get |
|
| 891 |
-a card and let us know how it goes?</li> |
|
| 905 |
+via OpenSSL. It has been lightly tested and is possibly very buggy. We're looking for more rigorous testing, performance analysis, and optimally, code fixes to openssl and Tor if needed.</li> |
|
| 892 | 906 |
|
| 893 | 907 |
<li>Perform a security analysis of Tor with <a |
| 894 | 908 |
href="http://en.wikipedia.org/wiki/Fuzz_testing">"fuzz"</a>. Determine |
| 895 | 909 |