diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-08-10 18:05:20 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-08-10 18:05:20 +0000 |
commit | 16528aa0704501b3dff39a193f5320a809340e3c (patch) | |
tree | 73177f65871dd582af4c4e0ab59738c8a8bdac5c /doc/control-spec.txt | |
parent | c031d14633187038cb3032d557daa64378c54fac (diff) | |
download | tor-16528aa0704501b3dff39a193f5320a809340e3c.tar.gz tor-16528aa0704501b3dff39a193f5320a809340e3c.zip |
Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.
svn:r4761
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 9ce1f60713..830c329cc1 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -294,6 +294,8 @@ $Id$ "version" -- The version of the server's software, including the name of the software. (example: "Tor 0.0.9.4") + "config-file" -- The location of Tor's configuration file ("torrc"). + "desc/id/<OR identity>" or "desc/name/<OR nickname>" -- the latest server descriptor for a given OR, NUL-terminated. If no such OR is known, the corresponding value is an empty string. |