mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-03 17:13:33 +01:00
Merge remote-tracking branch 'origin/maint-0.2.6' into release-0.2.6
This commit is contained in:
commit
407441c652
4
changes/bug15850
Normal file
4
changes/bug15850
Normal file
@ -0,0 +1,4 @@
|
||||
o Major bugfix
|
||||
- Revert commit that made directory authority assign the HSDir flag to
|
||||
relay without a DirPort which is bad because relay can't handle
|
||||
BEGIN_DIR cells. Fixes #15850. Bugfix on tor-0.2.6.3-alpha;
|
3
changes/geoip-april2015
Normal file
3
changes/geoip-april2015
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor features:
|
||||
- Update geoip to the April 8 2015 Maxmind GeoLite2 Country database.
|
||||
|
2
changes/geoip6-april2015
Normal file
2
changes/geoip6-april2015
Normal file
@ -0,0 +1,2 @@
|
||||
o Minor features:
|
||||
- Update geoip6 to the April 8 2015 Maxmind GeoLite2 Country database.
|
10061
src/config/geoip
10061
src/config/geoip
File diff suppressed because it is too large
Load Diff
1268
src/config/geoip6
1268
src/config/geoip6
File diff suppressed because it is too large
Load Diff
@ -1305,7 +1305,7 @@ dirserv_thinks_router_is_hs_dir(const routerinfo_t *router,
|
||||
else
|
||||
uptime = real_uptime(router, now);
|
||||
|
||||
return (router->wants_to_be_hs_dir &&
|
||||
return (router->wants_to_be_hs_dir && router->dir_port &&
|
||||
uptime >= get_options()->MinUptimeHidServDirectoryV2 &&
|
||||
router_is_active(router, node, now));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user