diff options
author | Roger Dingledine <arma@torproject.org> | 2016-05-11 15:31:48 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-05-27 11:15:21 -0400 |
commit | 11d52a449c61b24588c17688892e07fa395ffd0c (patch) | |
tree | f8af0eaed1203f7a929b766b8985bf33eac20d98 /changes | |
parent | 48b7db35590afee77fb608b46328959e8a9b2d31 (diff) | |
download | tor-11d52a449c61b24588c17688892e07fa395ffd0c.tar.gz tor-11d52a449c61b24588c17688892e07fa395ffd0c.zip |
Disable GET /tor/bytes.txt and GETINFO dir-usage
Remove support for "GET /tor/bytes.txt" DirPort request, and
"GETINFO dir-usage" controller request, which were only available
via a compile-time option in Tor anyway.
Feature was added in 0.2.2.1-alpha. Resolves ticket 19035.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/task19035 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/task19035 b/changes/task19035 new file mode 100644 index 0000000000..15c376fb9a --- /dev/null +++ b/changes/task19035 @@ -0,0 +1,5 @@ + o Removed features: + - Remove support for "GET /tor/bytes.txt" DirPort request, and + "GETINFO dir-usage" controller request, which were only available + via a compile-time option in Tor anyway. Feature was added in + 0.2.2.1-alpha. Resolves ticket 19035. |