Nick Mathewson
|
215e377224
Only warn about lack of name binding for self if we have tried downloading every networkstatus.
|
19 years ago |
Nick Mathewson
|
13cf54b9c1
Interim fix for 272: Only warn that we are not named if we have status docs from some naming authorities.
|
19 years ago |
Roger Dingledine
|
903183ea28
if we as a directory mirror don't know of any v1 directory
|
19 years ago |
Peter Palfrader
|
a4ec555228
change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LEN
|
19 years ago |
Nick Mathewson
|
bd8ffccae7
More cleanups noticed by weasel; also, remove macros that nobody uses.
|
19 years ago |
Nick Mathewson
|
474c60b743
Cleanup on time-relaqted constants. New conventions:
|
19 years ago |
Roger Dingledine
|
c8e2a051ac
huge warning sign for esc_router_info()
|
19 years ago |
Nick Mathewson
|
4d3e709c4b
Use escaped() for remaining cases.
|
19 years ago |
Nick Mathewson
|
1ce3713889
Possible bug 265 fix: authorities must be more strict than clients about age of acceptable routers; make routers publish every 12 hours; client ROUTER_MAX_AGE must be greater than NETWORKSTATUS_MAX_AGE+authoirty ROUTER_MAX_AGE.
|
19 years ago |
Roger Dingledine
|
89b07b458b
i missed the other half of that grammar fix
|
20 years ago |
Peter Palfrader
|
c4f389420c
Improve the "we have been waiting for 1140377851 seconds" log
|
20 years ago |
Roger Dingledine
|
f6d80d60e0
don't warn when we get a server descriptor from the controller
|
20 years ago |
Peter Palfrader
|
5eea6c76df
Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses
|
20 years ago |
Roger Dingledine
|
259c65ab08
the last of the log convention conversion. finally.
|
20 years ago |
Roger Dingledine
|
b7781ea208
bugfix: we were ignoring the IS_FAST flag in the directory
|
20 years ago |
Roger Dingledine
|
3c4e68488b
Clients now honor the "guard" flag in the router status when
|
20 years ago |
Roger Dingledine
|
85a64b4fd0
get our grammar right when complaining about un-recommended versions
|
20 years ago |
Roger Dingledine
|
5f051574d5
Happy new year!
|
20 years ago |
Nick Mathewson
|
e5a574ce2e
Move "sort list of versions" logic into routerparse.c; make version-checking code say which versions it would have accepted. (not tested.)
|
20 years ago |
Roger Dingledine
|
a9c87fe251
more typos and nits
|
20 years ago |
Nick Mathewson
|
157e6a025a
Stupid cut-and-paste bug.
|
20 years ago |
Roger Dingledine
|
d602d0d298
cosmetic fix
|
20 years ago |
Roger Dingledine
|
640882c76c
clean up tabs and wide-lines from weasel's commit
|
20 years ago |
Roger Dingledine
|
53f86cdf5d
fix bug: we were caching the newest descriptor for each server,
|
20 years ago |
Peter Palfrader
|
390bbb0a0c
Try to make tor work better through squid: Limit number of descriptors we fetch
|
20 years ago |
Roger Dingledine
|
92ef9e37e7
Add a new config option ExitPolicyRejectPrivate which defaults to 1.
|
20 years ago |
Peter Palfrader
|
bf514e5dc5
Try to fix policy_includes_addr_mask_implicitly()
|
20 years ago |
Peter Palfrader
|
61ea27620a
Also catch 0/8 in exit_policy_implicitly_allows_local_networks()
|
20 years ago |
Roger Dingledine
|
2eabf190e9
make it louder when we're running an unrecommended version.
|
20 years ago |
Nick Mathewson
|
9f42c9d650
Make dirservers generate a separate "guard" flag to mean, "would make a good entry guard". Make clients parse it and vote on it.
|
20 years ago |