[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] add a list of backward-incompatible things we need to do
- To: or-cvs@freehaven.net
- Subject: [or-cvs] add a list of backward-incompatible things we need to do
- From: arma@seul.org (Roger Dingledine)
- Date: Sat, 17 Apr 2004 01:25:46 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 17 Apr 2004 01:26:02 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc
Modified Files:
TODO
Log Message:
add a list of backward-incompatible things we need to do
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- TODO 15 Apr 2004 03:54:33 -0000 1.96
+++ TODO 17 Apr 2004 05:25:44 -0000 1.97
@@ -11,6 +11,18 @@
D Deferred
X Abandoned
+Flag-day changes: (things which are backward incompatible)
+ . remove link key from directories, from connection_t.
+ (just get it from the tls cert)
+ . make onion keys include oaep padding, so you can tell
+ if you decrypted it correctly
+ . add bandwidthrate and bandwidthburst to server descriptor
+ - directories need to say who signed them.
+ - what other pieces of the descriptors need to change?
+ maybe add a section for who's connected to a given router?
+ add a flexible section for reputation info?
+
+
Bugs:
o we call signal(), but we should be calling sigaction()
o send socks rejects when things go bad ?