diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-03-31 21:35:23 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-03-31 21:35:23 +0000 |
commit | bf83b1e345bcdcdd95950ce5decf6c19cbc93568 (patch) | |
tree | f253c616c1b1d0048a84c8ed95ba8623bec423aa /doc | |
parent | 157cd7fe1528be75b3064642ec1f3a3db8f77ca7 (diff) | |
download | tor-bf83b1e345bcdcdd95950ce5decf6c19cbc93568.tar.gz tor-bf83b1e345bcdcdd95950ce5decf6c19cbc93568.zip |
Add code to configure hidden services, parse configuration, generate keys and service IDs, and store/load them from disk
svn:r1410
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -104,12 +104,13 @@ Rendezvous service: (We should also enumerate all the states that these operations can be in.) [NM] o Add circuit metadata [NM] - - Code to configure hidden services [NM] 4 hours - . Service descriptors - - OPs need to maintain identity keys for hidden services [NM] 1 hour + o Code to configure hidden services [NM] 4 hours + o Service descriptors + o OPs need to maintain identity keys for hidden services [NM] o Code to generate and parse service descriptors [NM] - - Advertisement + . Advertisement o Generate y.onion hostnames [NM] + o Store y.onion hostnames to disk. [NM] - Code to do an HTTP connection over Tor from within Tor [RD] - Publish service descriptors to directory [RD] - Directory accepts and remembers service descriptors, and |