diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-06-17 18:11:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-06-17 18:11:31 +0000 |
commit | 620b4308ff08ff9923286ef2a9a7e219dabf621e (patch) | |
tree | a4051045cb60f93f7bc6c9872b5f26f371795d73 /doc/TODO | |
parent | bcc1e8bb6bff1c39966e3044c5d5c335e0ef823e (diff) | |
download | tor-620b4308ff08ff9923286ef2a9a7e219dabf621e.tar.gz tor-620b4308ff08ff9923286ef2a9a7e219dabf621e.zip |
document socks extensions and dns lookup code
svn:r1976
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -18,7 +18,7 @@ For scalability: For dtor: - pre1: +NICK pre1: - make all ORs serve the directory too. - "AuthoritativeDir 1" for dirservers - non-authorative servers with dirport publish opt dircacheport @@ -48,7 +48,7 @@ For dtor: - also use this in intro points and rendezvous points, and hidserv descs. - figure out what to do about ip:port:differentkey - - ORs connect on demand. attach circuits to new connections, keep +ARMA - ORs connect on demand. attach circuits to new connections, keep create cells around somewhere, send destroy if fail. - nickname defaults to first piece of hostname - running-routers list refers to nickname if verified, else @@ -86,11 +86,12 @@ NICK . Windows port o works as client - deal with pollhup / reached_eof on all platforms . robust as a client - - works as server + . works as server - can be configured - robust as a server + . Usable as NT service - docs for building in win - - installer? + - installer - Docs - FAQ @@ -109,9 +110,9 @@ NICK . packages - code - better warn/info messages - - let tor do resolves. - - extend socks4 to do resolves? - - make script to ask tor for resolves + o let tor do resolves. + o extend socks4 to do resolves? + o make script to ask tor for resolves - tsocks - gather patches, submit to maintainer - intercept gethostbyname and others, do resolve via tor @@ -146,7 +147,7 @@ Other details and small and hard things: . Scrubbing proxies - Find an smtp proxy? . Get socks4a support into Mozilla - X Extend by nickname/hostname/something, not by IP. + - Extend by hostname, not by IP. - Need a relay teardown cell, separate from one-way ends. - Make it harder to circumvent bandwidth caps: look at number of bytes sent across sockets, not number sent inside TLS stream. @@ -155,7 +156,6 @@ Other details and small and hard things: just as likely to be us as not. - ***************************Future tasks:**************************** Rendezvous and hidden services: |