commit 2c4c45d7931f052f80d832929cf4fd73424fb648 Author: Nick Mathewson nickm@torproject.org Date: Thu Feb 12 14:47:19 2015 -0500
Add GETINFO consensus/* to spec --- control-spec.txt | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/control-spec.txt b/control-spec.txt index f8a4cf5..2ca187f 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -789,6 +789,13 @@ of traffic. [New in Tor 0.2.6.3-alpha]
+ "consensus/valid-after" + "consensus/fresh-until" + "consensus/valid-until" + Each of these produces an ISOTime describing part of the lifetime of + the current (valid, accepted) consensus that Tor has. + [New in Tor 0.2.6.3-alpha] + Examples: C: GETINFO version desc/name/moria1 S: 250+desc/name/moria=
tor-commits@lists.torproject.org