mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Make "GETINFO/desc-annotations/id/<OR digest>" actually work.
svn:r12919
This commit is contained in:
parent
869858bf57
commit
366c273d27
@ -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…
Reference in New Issue
Block a user