- 17 Aug, 2004 8 commits
-
-
Nick Mathewson authored
svn:r2263
-
Roger Dingledine authored
svn:r2261
-
Roger Dingledine authored
svn:r2260
-
Roger Dingledine authored
svn:r2259
-
Nick Mathewson authored
svn:r2256
-
Roger Dingledine authored
svn:r2249
-
Nick Mathewson authored
svn:r2246
-
Roger Dingledine authored
svn:r2245
-
- 16 Aug, 2004 2 commits
-
-
Nick Mathewson authored
Add a generic Comma-separated-value config type, and a FirewallPorts option to tell FascistFirewall which ports are open. (Defaults to 80,443) svn:r2244
-
Roger Dingledine authored
options->Address with the resolved one at startup. o detect our address right before we make a routerinfo each time. o external IP vs bind-IP. Already done, just use options->Address. o OutboundBindAddress config option, to bind to a specific IP address for outgoing connect()s. svn:r2241
-
- 15 Aug, 2004 3 commits
-
-
Nick Mathewson authored
svn:r2236
-
Roger Dingledine authored
o and/or while avoiding unreliable nodes, depending on goals o 'fascistfirewall' option to pick dirservers on port 80 and ORs on port 443. o if a begin failed due to exit policy, but we believe the IP should have been allowed, switch that router to exitpolicy reject *:* until we get our next directory. svn:r2231
-
Roger Dingledine authored
svn:r2229
-
- 04 Aug, 2004 1 commit
-
-
Roger Dingledine authored
svn:r2134
-
- 22 Jul, 2004 1 commit
-
-
Roger Dingledine authored
svn:r2092
-
- 20 Jul, 2004 1 commit
-
-
Roger Dingledine authored
introduce an authdir_mode() macro to match the others. don't initialize uptime to the number of seconds since 1970. non-authoritative dirservers don't cache their directory on disk. make only authdirservers use clique_mode. only read approved-routers file if you're an authdirserver. even authdirservers fetch a new directory in do_hup. retry_all_connections() is now called retry_all_listeners(). router_parse_list_from_string() correctly reports the router number it's working on. only call dirserv_add_own_fingerprint() and dirserv_add_descriptor() on startup if we're an authdirserver. if AuthDir and !ORPort then fail. if AuthDir and ClientOnly then fail. svn:r2061
-
- 18 Jul, 2004 1 commit
-
-
Nick Mathewson authored
abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mode(), etc. Dont change underlying comments. svn:r2054
-
- 16 Jul, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2048
-
- 13 Jul, 2004 2 commits
-
-
Nick Mathewson authored
Finish most pre2 items: make running-routers list work right; rename secret key files; make even more lookup-by-nickname use lookup-by-id; default nicknames to hostname. svn:r2043
-
Roger Dingledine authored
letting clients evaluate whether they're suitable servers svn:r2037
-
- 04 Jul, 2004 1 commit
-
-
Roger Dingledine authored
put uptime in descriptor svn:r2011
-
- 29 Jun, 2004 1 commit
-
-
Roger Dingledine authored
svn:r1989
-
- 21 Jun, 2004 1 commit
-
-
Nick Mathewson authored
svn:r1981
-
- 22 May, 2004 1 commit
-
-
Roger Dingledine authored
svn:r1918
-
- 20 May, 2004 4 commits
-
-
Nick Mathewson authored
svn:r1912
-
Roger Dingledine authored
svn:r1910
-
Roger Dingledine authored
a default log to stdout. svn:r1909
-
Nick Mathewson authored
svn:r1905
-
- 19 May, 2004 2 commits
-
-
Nick Mathewson authored
svn:r1902
-
Nick Mathewson authored
svn:r1899
-
- 17 May, 2004 1 commit
-
-
Nick Mathewson authored
Make directory functions update routerlist, not replace it. Add notion of OR-is-trusted-to-be-a-dirserver. Arma, please review: does this handle being a dirserver right? svn:r1880
-
- 10 May, 2004 2 commits
-
-
Roger Dingledine authored
svn:r1839
-
Nick Mathewson authored
svn:r1834
-
- 06 May, 2004 1 commit
-
-
Roger Dingledine authored
svn:r1813
-
- 29 Apr, 2004 1 commit
-
-
Roger Dingledine authored
svn:r1750
-
- 25 Apr, 2004 1 commit
-
-
Roger Dingledine authored
remove obsolete BUF_OK macro svn:r1697
-
- 24 Apr, 2004 1 commit
-
-
Nick Mathewson authored
svn:r1683
-
- 05 Apr, 2004 1 commit
-
-
Roger Dingledine authored
choose an intro point, connect to it, choose a rend point, connect to it and establish a cookie, get an ack from the rendezvous point, and know when both circs are ready for her. APConns don't use conn->purpose anymore don't initiate a renddesc lookup if one is already in progress also fix a buffer overflow in nickname parsing (only exploitable by the operator though) svn:r1471
-
- 02 Apr, 2004 1 commit
-
-
Nick Mathewson authored
svn:r1440
-
- 01 Apr, 2004 1 commit
-
-
Roger Dingledine authored
and she can set preferences in her options svn:r1433
-