From d46b8a3eac7983795756297cca2d69a5aa5e3ad3 Mon Sep 17 00:00:00 2001 From: Roger Dingledine <arma@torproject.org> Date: Tue, 4 Dec 2007 18:35:03 +0000 Subject: Stop being so aggressive about fetching dir info if your DirPort is on but your ORPort is off. Add a new config option BridgeRelay that specifies you want to be a bridge relay. Right now the only difference is that it makes you answer begin_dir requests, and it makes you cache dir info, even if your DirPort isn't on. Refactor directory_caches_dir_info() into some more functions. svn:r12668 --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3567d07c4..53afd291a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? - Stop thinking that 0.1.2.x directory servers can handle "begin_dir" requests. Should ease bugs 406 and 419 where 0.1.2.x relays are crashing or mis-answering these requests. + - Stop being so aggressive about fetching dir info if your DirPort is + on but your ORPort is off. o Minor bugfixes: - The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 network @@ -37,9 +39,13 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? consumers. (We already do this on HUP.) - Authorities and caches fetch the v2 networkstatus documents less often, now that v3 is encouraged. + - Add a new config option BridgeRelay that specifies you want to + be a bridge relay. Right now the only difference is that it makes + you answer begin_dir requests, and it makes you cache dir info, + even if your DirPort isn't on. o Code simplifications: - - + - ???? Changes in version 0.2.0.12-alpha - 2007-11-16 -- cgit v1.2.3