aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-04-17 05:25:44 +0000
committerRoger Dingledine <arma@torproject.org>2004-04-17 05:25:44 +0000
commite72f58422885cd864f02825a29626fa43a5666ae (patch)
tree052a10c6375a94b4b57aa8a02d49c41dc45755ba /doc/TODO
parent0e94b9ff7738fc9c86995eee1fcf368b4e570df7 (diff)
downloadtor-e72f58422885cd864f02825a29626fa43a5666ae.tar
tor-e72f58422885cd864f02825a29626fa43a5666ae.tar.gz
add a list of backward-incompatible things we need to do
svn:r1650
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 51c043073..ecac0f747 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -11,6 +11,18 @@ ARMA - arma claims
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 ?