Roger Dingledine
|
906d1aa99f
caching dirservers don't handle posts, running-routers, or rend descs
|
21 years ago |
Roger Dingledine
|
3e97c12f24
rearrange to prepare to solve the authdirserver initialization
|
21 years ago |
Nick Mathewson
|
2d514037b7
Log number of certs in wrong-length chains
|
21 years ago |
Roger Dingledine
|
ddb6eb35af
we were counting incorrectly when trying to figure out whether
|
21 years ago |
Roger Dingledine
|
30d6b1479b
clients exit immediately on interrupt; they don't wait
|
21 years ago |
Roger Dingledine
|
84b8f8e04a
fix some bool logic
|
21 years ago |
Roger Dingledine
|
e547ab293b
make connection_tls_finish_handshake() more plausible.
|
21 years ago |
Nick Mathewson
|
334de84cbe
Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify behavior
|
21 years ago |
Roger Dingledine
|
99926813b1
get the function prototype right
|
21 years ago |
Roger Dingledine
|
73ffcc5cef
add a new advertised_server_mode() to distinguish ORs that
|
21 years ago |
Roger Dingledine
|
0da256ef97
when we get a sigint, don't accept new connections/circuits,
|
21 years ago |
Nick Mathewson
|
18d752e518
Correct "advance-time" logic
|
21 years ago |
Nick Mathewson
|
06c11a61ce
When faking gettimeofday with ftime, do it right.
|
21 years ago |
Nick Mathewson
|
2a339b7627
Split uptime into separate field
|
21 years ago |
Nick Mathewson
|
6d53717215
Handle closed connection properly on tor_resolve
|
21 years ago |
Nick Mathewson
|
e57698cc6e
Track bandwidth usage to estimate capacity
|
21 years ago |
Nick Mathewson
|
d858a9e990
Remember list of digests for trusted dirservers; use this list to tell whether you are a trusted dirserver
|
21 years ago |
Roger Dingledine
|
d5999a24af
also don't hang up on him if we're an OR and he's an authdirserver
|
21 years ago |
Roger Dingledine
|
66fc6cf04a
if you're an OR and he's an OR and he's running 0.0.7,
|
21 years ago |
Roger Dingledine
|
dc7951a5a7
a whole swath of fixes
|
21 years ago |
Roger Dingledine
|
63b476a63c
ship and install tor_resolve script too
|
21 years ago |
Roger Dingledine
|
f54224ab35
clients can now pick non-authdirservers for fetching directories.
|
21 years ago |
Roger Dingledine
|
b4d4a961b1
break connection_dir_client_finished_reading() into its own function
|
21 years ago |
Roger Dingledine
|
a5ff0527e6
it turns out we weren't looking at the result from getsockopt().
|
21 years ago |
Roger Dingledine
|
f9a0409714
mention that you should proxy your SSL traffic too
|
21 years ago |
Roger Dingledine
|
19deb93c29
more useful warning messages
|
21 years ago |
Nick Mathewson
|
54c129d8dc
abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mode(), etc. Dont change underlying comments.
|
21 years ago |
Roger Dingledine
|
87d0948903
bugfix: hidden services were broken in cvs
|
21 years ago |
Nick Mathewson
|
df3544422c
Change rule from "reject non-recommended versions" to "reject obsolete versions". A version is "obsolete" if it is non-recommended, and at least one recommended version is newer than it.
|
21 years ago |
Nick Mathewson
|
1040762531
Remove 1024-router limit in routerparse.c; unify handling of running-routers lines in running-routers requests and in directories; set is_verified field of routerinfo_ts correctly; use most-recent-info rule to decide whether to change router-is-running status.
|
21 years ago |