Please provide a method on NetworkStatusDocumentV3 to determine validity or freshness
Compare to current time, return True/False.
is_valid(): valid_after <= t < valid_until is_fresh(): valid_after <= t < fresh_until
Compare to current time, return True/False.
is_valid(): valid_after <= t < valid_until is_fresh(): valid_after <= t < fresh_until
Thanks irl, nice idea! Done.
https://gitweb.torproject.org/stem.git/commit/?id=49c6a17
Trac:
Status: new to closed
Resolution: N/A to implemented
closed