mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
update the control spec to deprecate getinfo helper-nodes
svn:r5674
This commit is contained in:
parent
dbd7b97eff
commit
6efda1073d
@ -343,14 +343,18 @@ $Id$
|
|||||||
form:
|
form:
|
||||||
ServerID SP ORStatus CRLF
|
ServerID SP ORStatus CRLF
|
||||||
|
|
||||||
"helper-nodes"
|
"entry-nodes"
|
||||||
A series of lines listing the currently chosen helper nodes, if any.
|
A series of lines listing the currently chosen entry nodes, if any.
|
||||||
Each is of the form:
|
Each is of the form:
|
||||||
ServerID SP (Status-with-time / Status) CRLF
|
ServerID SP (Status-with-time / Status) CRLF
|
||||||
|
|
||||||
Status-with-time = ("down" / "unlisted") SP ISOTime
|
Status-with-time = ("down" / "unlisted") SP ISOTime
|
||||||
Status = ("up" / "never-connected")
|
Status = ("up" / "never-connected")
|
||||||
|
|
||||||
|
[From 0.1.1.4-alpha to 0.1.1.10-alpha, this was called "helper-nodes".
|
||||||
|
Tor still supports calling it that for now, but support will be
|
||||||
|
removed in the future.]
|
||||||
|
|
||||||
"accounting/enabled"
|
"accounting/enabled"
|
||||||
"accounting/hibernating"
|
"accounting/hibernating"
|
||||||
"accounting/bytes"
|
"accounting/bytes"
|
||||||
|
Loading…
Reference in New Issue
Block a user