diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-11-04 22:12:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-04 22:12:11 -0500 |
commit | 0e8be13b9fa4dc794519a4c74197c313a202b6b5 (patch) | |
tree | 4c2698938cffc11420ca7ea775e25bd65265be9d /changes | |
parent | 39a0a2c3ae8c93ceed42f6d2d1143002c231fc16 (diff) | |
download | tor-0e8be13b9fa4dc794519a4c74197c313a202b6b5.tar.gz tor-0e8be13b9fa4dc794519a4c74197c313a202b6b5.zip |
Allow an optional $ in GETINFO ns/id/<identity>
That's not where I'd want to put a $, but apparently the other
foo/id/<identity> things allow it, as does an arguably valid
interpretation of control-spec.txt. So let's be consistent.
Fix for a piece of bug 7059.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7059a | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7059a b/changes/bug7059a new file mode 100644 index 0000000000..b0c0611705 --- /dev/null +++ b/changes/bug7059a @@ -0,0 +1,5 @@ + o Minor features (controller): + - Allow an optional $ before the node identity digest in the + controller command GETINFO ns/id/<identity>, for consistency with + md/id/<identity> and desc/id/<identity>. + |