mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
da968e558e
* support maximum history age in _avg_generic_history() * fix division-by-zero trap in _avg_generic_history() * skip missing (i.e. null/None) intervals in _avg_generic_history() * Python timedelta.total_seconds() function not available in 2.6; replace with equivalent expression * set DEBUG logging level to make relay exclusion reasons visible * move CUTOFF_GUARD test to end in order to expose more exclusion reasons Patch by "starlight", merge modifications by "teor".
7 lines
362 B
Plaintext
7 lines
362 B
Plaintext
o Minor fixes (fallback directories):
|
|
- Work around an issue where OnionOO supplies the entire history,
|
|
rather than the requested 120 days. Activate debug logging by
|
|
default. Fix other minor calculation and compatibility issues.
|
|
Closes ticket #18035. Patch by "starlight", merge fixes by
|
|
"teor". Not in any released version of tor.
|