From: Roger Dingledine Date: Sun, 25 Dec 2005 05:44:30 +0000 (+0000) Subject: mention that getinfo helper-nodes can return status "never-connected". X-Git-Tag: tor-0.1.1.11-alpha~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=782efd9e932ded9f813954dcdd7fc67e61cf738e;p=thirdparty%2Ftor.git mention that getinfo helper-nodes can return status "never-connected". also, make explicit that there's a space between status and isotime. svn:r5648 --- diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 4f09837901..8ea19d72e3 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -346,7 +346,10 @@ $Id$ "helper-nodes" A series of lines listing the currently chosen helper nodes, if any. Each is of the form: - ServerID SP ((("down" / "unlisted") ISOTime) / "up") CRLF + ServerID SP (Status-with-time / Status) CRLF + + Status-with-time = ("down" / "unlisted") SP ISOTime + Status = ("up" / "never-connected") "accounting/enabled" "accounting/hibernating"