git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
5048f14bc
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
developers.html
Added another mirror
Thomas Sjögren
commited
5048f14bc
at 2005-08-05 13:49:46
developers.html
Blame
History
Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Tor: Developers</title> <meta name="Author" content="Roger Dingledine" /> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> </head> <body> <!-- TITLE BAR & NAVIGATION --> <table class="banner" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="banner-left"></td> <td class="banner-middle"> <a href="index.html">Home</a> | <a href="howitworks.html">How It Works</a> | <a href="download.html">Download</a> | <a href="documentation.html">Docs</a> | <a href="users.html">Users</a> | <a href="faq.html">FAQs</a> | <a href="volunteer.html">Volunteer</a> | <a class="current">Developers</a> | <a href="research.html">Research</a> | <a href="people.html">People</a> </td> <td class="banner-right"></td> </tr> </table> <!-- END TITLE BAR & NAVIGATION --> <div class="center"> <div class="main-column"> <h2>Tor: Developers</h2> <hr /> <p>Browse the Tor <b>CVS repository</b>: (which may not necessarily work or even compile)</p> <ul> <li><a href="/cvs/">Regularly updated CVS sandbox</a></li> <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">ViewCVS</a></li> <li>anonymous pserver access (password is guest): <ul> <li>Make a new empty directory and cd into it.</li> <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li> <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co tor</li> <li>cd tor; ./autogen.sh; make; make install if you like.</li> <li>(use -r tor-0_1_0_13 or equivalent to fetch a particular version.)</li> <li>(To check out the maintenance branch, use -r tor-0_1_0_13-patches)</li> </ul> </li> </ul> <p>Here's the current roadmap for the 0.1.1.x release:</p> <ul> <li>Reduce CPU load on servers.</li> <li>Continue decentralizing the directory. <ul> <li>Gather more permanent dirservers and put their keys into the code.</li> <li>Need to solve what 'verified' means: it means the nickname is registered, but otherwise we treat servers the same.</li> <li>A way for clients to partition the set of servers in a safe way: so they don't have to learn all of them but so they're not easily partitionable. Write it down, but probably not do it yet.</li> </ul></li> <li>Helper nodes (at least preliminary).</li> <li>Enclaves (at least preliminary).</li> <li>Launch the GUI contest.</li> <li>Something, anything, for sys tray on Windows.</li> <li>Get on some websites: indymedia.org. others?</li> <li>Research: scalability, keep thinking about end-to-end attacks.</li> </ul> <p> <a href="/cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>. </p> <p> The <a href="http://anon.inf.tu-dresden.de/index_en.html">Java Anon Proxy (JAP)</a> project has implemented the Tor client protocol in their client. More on that coming soon. </p> </div><!-- #main --> </div> <div class="bottom" id="bottom"> <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> - $Id$ </div> </body> </html>