[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add rendezvous-related metadata and code to circuits. Init...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Add rendezvous-related metadata and code to circuits. Init...
- From: nickm@seul.org (Nick Mathewson)
- Date: Tue, 30 Mar 2004 14:52:44 -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 14:53:21 -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-serv12083/doc
Modified Files:
TODO
Log Message:
Add rendezvous-related metadata and code to circuits. Initially, we
thought that a complicated adjunct structure would be necessary, but
it doesn't look that way anymore.
Of course, I might have forgotten something.
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- TODO 30 Mar 2004 02:31:36 -0000 1.76
+++ TODO 30 Mar 2004 19:52:42 -0000 1.77
@@ -91,25 +91,25 @@
Rendezvous service:
o Design and specify protocol
- - Possible preliminary refactoring:
- - Should we break circuits up into "circuit-with-cpath" and
+ o Possible preliminary refactoring:
+ o Should we break circuits up into "circuit-with-cpath" and
"circuit-without-cpath"?
- - We need a way to tag circuits as special-purpose circuits for:
- - Connecting from Bob's OP to the introduction point
- - Sending introduction requests from the IPoint to Bob
- - Connecting from Alice to the rendezvous point for Bob
- - Connecting from Bob to the rendezvous point for Alice
- - Waiting at a rendezvous point to be joined
- - Joined to another circuit at the rendezvous point.
+ o We need a way to tag circuits as special-purpose circuits for:
+ o Connecting from Bob's OP to the introduction point
+ o Sending introduction requests from the IPoint to Bob
+ o Connecting from Alice to the rendezvous point for Bob
+ o Connecting from Bob to the rendezvous point for Alice
+ o Waiting at a rendezvous point to be joined
+ o Joined to another circuit at the rendezvous point.
(We should also enumerate all the states that these operations
can be in.) [NM]
- - Add circuit metadata [NM] 3 hours
+ o Add circuit metadata [NM] 3 hours
- Code to configure hidden services [NM] 4 hours
- Service descriptors
- OPs need to maintain identity keys for hidden services [NM] 1 hour
- Code to generate and parse service descriptors [NM] 4 hours
- Advertisement
- - Generate y.onion hostnames [NM] 1 hour
+ . Generate y.onion hostnames [NM] 1 hour
- 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