mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
Make "GETINFO/desc-annotations/id/<OR digest>" actually work.
svn:r12919
This commit is contained in:
parent
869858bf57
commit
366c273d27
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ Changes in version 0.2.0.14-alpha - 2007-12-??
|
|||
|
||||
o Minor bugfixes:
|
||||
- Make the unit tests build again.
|
||||
- Make "GETINFO/desc-annotations/id/<OR digest>" actually work.
|
||||
|
||||
|
||||
Changes in version 0.2.0.13-alpha - 2007-12-21
|
||||
|
|
|
@ -1782,6 +1782,7 @@ static const getinfo_item_t getinfo_items[] = {
|
|||
"current version"),
|
||||
ITEM("address", misc, "IP address of this Tor host, if we can guess it."),
|
||||
ITEM("dir-usage", misc, "Breakdown of bytes transferred over DirPort."),
|
||||
PREFIX("desc-annotations/id/", dir, "Router annotations by hexdigest."),
|
||||
PREFIX("dir/server/", dir,"Router descriptors as retrieved from a DirPort."),
|
||||
PREFIX("dir/status/", dir,"Networkstatus docs as retrieved from a DirPort."),
|
||||
PREFIX("exit-policy/default", policies,
|
||||
|
|
Loading…
Add table
Reference in a new issue