]> git.ipfire.org Git - thirdparty/tor.git/commit
New config option V2AuthoritativeDirectory that all directory
authorRoger Dingledine <arma@torproject.org>
Wed, 2 May 2007 09:12:04 +0000 (09:12 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 2 May 2007 09:12:04 +0000 (09:12 +0000)
commit1b95bbdba60c857b679d8df4af27df0f8571c934
treeccef7197f20bd2871cf6df97573aea5235fcfcc7
parent87c19c0c491ab80e7b2eec5ad8075e89daee086a
New config option V2AuthoritativeDirectory that all directory
authorities should set. This will let future authorities choose
not to serve V2 directory information.

Also, go through and revamp all the authdir_mode stuff so it tries
to do the right thing if you're an auth but not a V1 or V2 auth.

svn:r10092
ChangeLog
doc/tor.1.in
src/or/circuituse.c
src/or/config.c
src/or/connection_or.c
src/or/directory.c
src/or/dirserv.c
src/or/or.h
src/or/router.c
src/or/routerlist.c
src/or/routerparse.c