mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
mark controller exposure of directory data as DRAFT and Not Implemented
svn:r6094
This commit is contained in:
parent
1c3a5025f1
commit
e6389096b5
1 changed files with 15 additions and 14 deletions
|
@ -396,20 +396,21 @@ $Id$
|
||||||
OptionPrefix SP Documentation CRLF
|
OptionPrefix SP Documentation CRLF
|
||||||
OptionPrefix = OptionName "/*"
|
OptionPrefix = OptionName "/*"
|
||||||
|
|
||||||
"tor/status/authority"
|
"dir/status/authority"
|
||||||
"tor/status/fp/<F>"
|
"dir/status/fp/<F>"
|
||||||
"tor/status/fp/<F1>+<F2>+<F3>"
|
"dir/status/fp/<F1>+<F2>+<F3>"
|
||||||
"tor/status/all"
|
"dir/status/all"
|
||||||
"tor/server/fp/<F>"
|
"dir/server/fp/<F>"
|
||||||
"tor/server/fp/<F1>+<F2>+<F3>"
|
"dir/server/fp/<F1>+<F2>+<F3>"
|
||||||
"tor/server/d/<D>"
|
"dir/server/d/<D>"
|
||||||
"tor/server/d/<D1>+<D2>+<D3>"
|
"dir/server/d/<D1>+<D2>+<D3>"
|
||||||
"tor/server/authority"
|
"dir/server/authority"
|
||||||
"tor/server/all"
|
"dir/server/all"
|
||||||
A series of lines listing directory contents, provided according
|
[DRAFT] [Not Implemented] A series of lines listing directory
|
||||||
to the specification for the URLs listed in Section 4.4 of
|
contents, provided according to the specification for the URLs listed
|
||||||
dir-spec.txt. Note that Tor MUST NOT provide private information,
|
in Section 4.4 of dir-spec.txt. Note that Tor MUST NOT provide
|
||||||
such as descriptors for routers not marked as general-purpose.
|
private information, such as descriptors for routers not marked as
|
||||||
|
general-purpose.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
C: GETINFO version desc/name/moria1
|
C: GETINFO version desc/name/moria1
|
||||||
|
|
Loading…
Add table
Reference in a new issue