Serve the latest v3 networkstatus consensus via the control

port. Use "getinfo dir/status-vote/current/consensus" to fetch it.


svn:r16907
This commit is contained in:
Roger Dingledine
2008-09-14 04:07:29 +00:00
parent 4045ef72f5
commit dbb481c169
5 changed files with 23 additions and 6 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx
- Use a lockfile to make sure that two Tor processes are not
simultaneously running with the same datadir.
- Directory mirrors store and serve v2 hidden service descriptors by
default (new default value for HidServDirectoryV2 is 1).
default (i.e. new default value for HidServDirectoryV2 is 1).
- Serve the latest v3 networkstatus consensus via the control
port. Use "getinfo dir/status-vote/current/consensus" to fetch it.
o Code simplifications and refactoring:
- Revise the connection_new functions so that a more typesafe variant