feature14882-TestingDirAuthVoteIsStrict 1.0 KB

123456789101112131415161718
  1. o Minor features (testing, authorities):
  2. - New TestingDirAuthVote{Exit,Guard,HSDir}IsStrict flags.
  3. "A node will never receive the corresponding flag unless
  4. that node is specified in the
  5. TestingDirAuthVote{Exit,Guard,HSDir} list, regardless of
  6. its uptime, bandwidth, exit policy, or DirPort".
  7. Closes ticket 14882. Patch by "robgjansen", modified by
  8. "teor" as VoteOnHidServDirectoriesV2 is now obsolete.
  9. Commit message and changes file by "teor" & "robgjansen".
  10. o Minor features (testing, authorities, documentation):
  11. - Fix an error in the manual page and comments for
  12. TestingDirAuthVoteHSDir[IsStrict], which suggested that a
  13. HSDir required "ORPort connectivity". While this is true,
  14. it is in no way unique to the HSDir flag. Of all the flags,
  15. only HSDirs need a DirPort configured in order for the
  16. authorities to assign that particular flag.
  17. Fixed as part of 14882. Patch by "teor".
  18. Bugfix on 0.2.6.3 (f9d57473e1ff on 10 January 2015).