git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
0968d6367
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
it
volunteer.wml
and the old italian volunteer page had it wrong too
Roger Dingledine
commited
0968d6367
at 2006-01-24 07:01:44
volunteer.wml
Blame
History
Raw
## translation metadata # Based-On-Revision: unknown # Last-Translator: biofa@circolab.net #include "head.wmi" TITLE="Contribuisci" <div class="main-column"> <p>Necessità presenti:</p> <h2>Tor: Contribuire</h2> <hr /> <p>Cosa abbiamo bisogno:</p> <ul> <li>Utenti come te per testare Tor, e permettere agli sviluppatori di malfunzionamenti o nuovi modi di .</li> <li>Ti invitiamo a<a href="<cvssandbox>tor/doc/tor-doc.html#server"> creare un server</a> per contribuire alla crescita della rete Tor.</li> <li>Uno speciale bisogno di programmatori Windows per il debug della piattaforma Windows.</li> <li>Avvia un <a href="<cvssandbox>tor/doc/tor-doc.html#hidden-service">Tor hidden service</a> e mettici dei contenuti interessanti all'interno..</li> <li>Informa i tuoi amici! Invitali a installare servers. Invitali a offrire hidden service. Invitali a passar parola ai loro amici.</li> <li>Cosa va documentato? Che cosa è mal documentato?</li> </ul> <p>Siamo in continua attività: se qualcuno si occupasse di task a breve termine sarebbe di grande aiuto a noi che possiamo così focalizzarci su Tor. </p> <p>Attività di scrittura:</p> <ul> <li>Volontari per manutenere il sito web, o che aiutino alla documentazione, o in aiuto per gestire i nostri TODO e nella gestione dei bug reports?</li> <li>Abbiamo <i>molta</i> documentazione. Non è centralizzata e a volte in duplicati. Puoi aiutarci a ordinarla?</li> <li>Aiutaci nella traduzione delle pagine web e della documentazione in altre lingue. Leggi la <a href="<page translation>">guida alla traduzione</a> se vuoi cimentarti. (Esempi: <a href="http://membres.lycos.fr/geolemalin/anonymat_garantit.htm">Francese</a> , <a href="http://tor.freesuperhost.com/">Persiano</a> e <a href="http://www.gamevn.com/forum/showthread.php?t=103346">Vietnamita</a>.)</li> <li>Sistemare <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">le FAQ Wiki</a>, e se conosci la risposta di qualche "FAQ senza risposta" non esitare a rispondere.</li> </ul> <p>Attività di Packaging:</p> <ul> <li>Siamo alla costante ricerca di un installer migliore per Windows. Specialmente, sarebbe di grande aiuto se qualcuno estendesse il nostro windows installer NSIS-based per includere FreeCap e Privoxy.</li> <li>Il nostro OS X installer non riesce nell'uninstall. Ci sarà un benedetto OS X packagers che ha le capacità per l'uninstall? Sta diventando una noia crescente .</li> </ul> <p>Attività di organizzazione e testing:</p> <ul> <li>Esiste una lista di programmi potenzialmente interessanti con cui Tor può funzionare <a href="<page users>">qui</a>. Esiste anche il <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify howto</a>. Cerchiamo persone che le provino, ne semplifichino le spiegazione, le amplino dove bisogna, le documentino meglio, e facciano in modo che sia tutto più usabile. </li> </ul> <p>Attività di programmazione e sviluppo:</p> <ul> <li>We need somebody to code up a GUI or other controller program, to do configuration, etc. See our <a href="<cvssandbox>tor/doc/control-spec.txt">control specification</a> for details, and the <a href="<cvssandbox>tor/contrib/TorControl.py">rudimentary demonstration Python control script</a>. No, we don't know what the interface should look like. You can use any license you want, but we'd recommend 3-clause BSD or maybe GPL; and we can only help out if your license conforms to the <a href="http://www.debian.org/social_contract.html#guidelines">DFSG</a>.</li> <li>Periodically people running servers tells us they want to have one BandwidthRate during some part of the day, and a different BandwidthRate at other parts of the day. Rather than coding this inside Tor, we should have a little script that speaks via the Tor Controller Interface, and does a setconf to change the bandwidth rate. Perhaps it would run out of cron, or perhaps it would sleep until appropriate times and then do its tweak (that's probably more portable). Can somebody write one for us and we'll put it inside <a href="<cvssandbox>tor/contrib/">tor/contrib/</a>?</li> <li>Does somebody want to do up a patch so we can be an NT service? Or so we can go in the system tray?</li> <li>A good (portable, fast, clean, BSD-free) asynchronous DNS library would be really handy, so we don't have to keep forking DNS worker threads to do gethostbyname.</li> <li>Can somebody take a look at Martin's <a href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid and Tor</a> page, and update it to reflect Tor's <a href="<page tor-manual>">RedirectExit</a> config option?</li> <li>See the <a href="<cvssandbox>tor/doc/TODO">TODO</a> and <a href="<cvssandbox>tor/doc/HACKING">HACKING</a> files in the Tor distribution for more ideas.</li> </ul> <p>Security project-lets: We need people to attack the implementation and clean it up, and also to attack the design and experiment with defenses.</p> <ul> <li>We need somebody to <a href="http://en.wikipedia.org/wiki/Fuzz_testing">fuzz</a> Tor. Are there good libraries out there for what we want? What are the first steps? Win fame by getting credit when we put out a new release because of you!</li> <li>Website volume fingerprinting attacks (<a href="http://freehaven.net/anonbib/#back01">Back et al</a>, <a href="http://freehaven.net/anonbib/#hintz02">Hintz</a>). Defenses include a large cell size, <a href="http://freehaven.net/anonbib/#timing-fc2004">defensive dropping</a>, etc. How well does each approach work?</li> <li>The end-to-end traffic confirmation attack. We need to study long-range dummies more, along with traffic shaping. How much traffic of what sort of distribution is needed before the adversary is confident he has won?</li> <li>It's not that hard to DoS Tor servers or dirservers. Are puzzles the right answer? What other practical approaches are there?</li> <li>What sensitive info squeaks by privoxy? Are other html scrubbers better?</li> </ul> <p>Designer project-lets:</p> <ul> <li>Server CPU load is high because clients keep asking to make new circuits, which uses public key crypto. Possible defenses include: using helper nodes (fixed entry nodes); rate limiting the number of create cells handled per second; having clients retry failed extensions a few times; implementing ssl sessions; and using hardware crypto when available.</li> <li>We fear we might not work very well when servers have asymmetric bandwidth. Because Tor has separate TCP connections between each hop, if the incoming bytes are arriving just fine and the outgoing bytes are all getting dropped on the floor, the TCP push-back mechanisms don't really transmit this information back to the incoming streams. Perhaps Tor should detect when it's dropping a lot of outgoing packets, and rate-limit incoming streams to regulate this itself? We need somebody who's good with networks to simulate this and help design solutions.</li> <li>Right now the hidden service descriptors are being stored on the dirservers, but any reliable distributed storage system would do (for example, a DHT that allows authenticated updates). Can somebody figure out our best options and decide if they're good enough?</li> <li>How hard is it to patch bind or a DNS proxy to redirect requests to Tor via our tor-resolve socks extension? What about to convert UDP DNS requests to TCP requests and send them through Tor?</li> <li>Tor provides anonymous connections, but if you want to keep multiple pseudonyms in practice (say, in case you frequently go to two websites and if anybody knew about both of them they would conclude it's you), we don't support that well yet. We should find a good approach and interface for handling pseudonymous profiles in Tor. See <a href="http://archives.seul.org/or/talk/Dec-2004/msg00086.html">this post</a> and <a href="http://archives.seul.org/or/talk/Jan-2005/msg00007.html">followup</a> for details.</li> </ul> <p>Drop by <a href="irc://irc.oftc.net/tor">the #tor IRC channel at irc.oftc.net</a> or <a href="mailto:tor-volunteer@freehaven.net">email tor-volunteer@freehaven.net</a> if you want to help out!</p> </div><!-- #main --> #include <foot.wmi>