]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add a list of backward-incompatible things we need to do
authorRoger Dingledine <arma@torproject.org>
Sat, 17 Apr 2004 05:25:44 +0000 (05:25 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 17 Apr 2004 05:25:44 +0000 (05:25 +0000)
svn:r1650

doc/TODO

index 51c04307336f496b1fc1433071af71d92328acaf..ecac0f747d01db4973f1880c69b88d8b5c13afc8 100644 (file)
--- 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 ?