[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Implement hidserv_XX functions; there is still an XXX in di...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Implement hidserv_XX functions; there is still an XXX in di...
- From: nickm@seul.org (Nick Mathewson)
- Date: Tue, 30 Mar 2004 22:42:58 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 30 Mar 2004 22:43:36 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv12566/doc
Modified Files:
TODO rend-spec.txt
Log Message:
Implement hidserv_XX functions; there is still an XXX in directory_handle_command
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- TODO 31 Mar 2004 02:04:06 -0000 1.78
+++ TODO 31 Mar 2004 03:42:55 -0000 1.79
@@ -103,19 +103,19 @@
o Joined to another circuit at the rendezvous point.
(We should also enumerate all the states that these operations
can be in.) [NM]
- o Add circuit metadata [NM] 3 hours
+ 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 generate and parse service descriptors [NM] 4 hours
+ o Code to generate and parse service descriptors [NM]
- Advertisement
- . Generate y.onion hostnames [NM] 1 hour
+ o Generate y.onion hostnames [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
delivers them as requested
- Frontend [RD]
- - Backend [NM] 1 hour
+ o Backend [NM]
- Code for OPs to retrieve (and cache?) service descriptors [RD]
- Rendezvous
- Code as needed to generate and parse all rendezvous-related
Index: rend-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/rend-spec.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rend-spec.txt 31 Mar 2004 02:04:06 -0000 1.3
+++ rend-spec.txt 31 Mar 2004 03:42:55 -0000 1.4
@@ -186,7 +186,7 @@
1.6. Alice's OP retrieves a service descriptor
Alice opens a stream to a directory server via Tor, and makes an HTTP GET
- request for the document '/rendevous/<y>', where '<y> is replaced with the
+ request for the document '/hidserv/<y>', where '<y> is replaced with the
encoding of Bob's public key as described above. The directory replies
with a 404 HTTP response if it does not recognize <y>, and otherwise
returns Bob's most recently uploaded service descriptor.