diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-07 16:42:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-07 16:42:53 +0000 |
commit | 5c6c88e76d65c4817cd44048ad5803a4b0c1cb9e (patch) | |
tree | 1455921cbbfa0d2f52577a93cd7565ace01d9434 /doc | |
parent | f7256b700766ba7195e8c34c07fcd966201eb71f (diff) | |
download | tor-5c6c88e76d65c4817cd44048ad5803a4b0c1cb9e.tar tor-5c6c88e76d65c4817cd44048ad5803a4b0c1cb9e.tar.gz |
More stuff for new directories.
- Distinguish v1 authorities (all currently trusted directories) from
v2 authorities (all trusted directories).
- Add configuration option for which dirs are v1 authories.
- Add configuration option for whether to be a v1 authority.
- Make trusted dirserver selection functions take options to
choose which functionality we need.
- Remove option when getting directory cache to see whether they
support running-routers; they all do now. Replace it with one
to see whether caches support v2 stuff.
- Parse, cache, and serve network-status objects properly.
- Serve compressed groups of router descriptors. The compression logic
here could be more memory-efficient.
-
svn:r4911
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -118,12 +118,12 @@ N . Dirservers publish compressed network-status objects. - Support retrieving several-at-once N . Everyone downloads network-status objects - From all directories, round-robin - . Parse them - - Cache them, reload on restart + o Parse them + o Cache them, reload on restart o Serve cached directories -N . Directories expose individual descriptors + o Directories expose individual descriptors X By 'if-newer-than' (Does the spec require this??) - - Support compression. + o Support compression. N - Alice acts on network-status objects - Alice downloads descriptors as needed. - Alice sets descriptor status from networks-status |