diff options
author | Roger Dingledine <arma@torproject.org> | 2009-01-18 20:48:43 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-01-18 20:48:43 +0000 |
commit | 44a3587d74e11368fd65418b4ede85fac8a1bad8 (patch) | |
tree | 9c2332c502645764f560071d6b6a388dda878cc7 /doc/spec | |
parent | c426e1de91be6914f5ffd0a0f186d60cdded1435 (diff) | |
download | tor-44a3587d74e11368fd65418b4ede85fac8a1bad8.tar.gz tor-44a3587d74e11368fd65418b4ede85fac8a1bad8.zip |
mark off some done items
svn:r18173
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/dir-spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index b48f251a2e..7512339852 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -976,8 +976,8 @@ $Id$ "Nickname" is the OR's nickname. "Identity" is a hash of its identity key, encoded in base64, with trailing equals sign(s) removed. "Digest" is a hash of its most recent descriptor as - signed (that is, not including the signature), encoded in base64 as - "identity". "Publication" is the + signed (that is, not including the signature), encoded in base64. + "Publication" is the publication time of its most recent descriptor, in the form YYYY-MM-DD HH:MM:SS, in GMT. "IP" is its current IP address; ORPort is its current OR port, "DirPort" is it's current directory |