diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-06 11:10:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-06 11:10:58 -0500 |
commit | 68af1e7e9be8bef82b4574ac0934310af71a764b (patch) | |
tree | 1416debbd61408678d54a33e6e20b223dc3907a6 /changes/doc13381 | |
parent | 4ae729683d3ddd904993f0ecd663922b26594b79 (diff) | |
download | tor-68af1e7e9be8bef82b4574ac0934310af71a764b.tar.gz tor-68af1e7e9be8bef82b4574ac0934310af71a764b.zip |
Throw identify-node-by-nickname down the memory hole
Authorities are no longer voting on Named, so specifying nodes by
nickname isn't a clever thing to do. (Not that it ever was!) So
remove the documentation that suggests that you should do it.
Additionally, add proper cross-references to our __node__ lists, and
explain about the optional $ before identity digests.
Also, the oxford comma: endorsed by Steven Pinker, my spouse, and my
11th grade English teacher.
Closes 13381.
Diffstat (limited to 'changes/doc13381')
-rw-r--r-- | changes/doc13381 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/doc13381 b/changes/doc13381 new file mode 100644 index 0000000000..acc4bb8a0f --- /dev/null +++ b/changes/doc13381 @@ -0,0 +1,5 @@ + o Documentation: + - Stop suggesting that users specify nodes by nickname: it isn't a + good idea. Also, properly cross-reference how to specify nodes + in all parts of the manual for options that take a list of + nodes. Closes ticket 13381. |