mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
8571e86d27
`dir_info_status` is used from main.c:directory_info_has_arrived() to provide useful (INFO/NOTICE) level logging to users, and should always be updated regardless of the rate limiting.
16 lines
861 B
Plaintext
16 lines
861 B
Plaintext
o Minor bugfixes (path counting):
|
|
- When deciding whether we have any exit nodes, count the number listed
|
|
in the consensus, not the number we have descriptors for. Fixes part
|
|
of bug 14918; bugfix on 0.2.6.2-alpha.
|
|
- Do not warn that we are missing directory information if we have
|
|
decided not to fetch directory information due to a long period
|
|
of idleness. Fixes part of bug 14918; bugfix on 0.2.6.2-alpha.
|
|
- When deciding whether we have any exit nodes, only do processing for
|
|
ExitNodes when the ExitNodes option is actually set. Fixes part of
|
|
bug 14918; bugfix on 0.2.6.2-alpha.
|
|
|
|
o Minor bugfixes (logging during bootstrap):
|
|
- Correctly update and log the amount of directory information that
|
|
has been fetched during the bootstrap process. Fixes part of bug
|
|
14918; bugfix on 0.2.6.2-alpha.
|