notes
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index ab1cce5fb27caa4a486f7b5e44507c99df46439a..15aecfac60240ba4d0f25c4dc620c94631023173 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,23 +1,13 @@
-0.9.0pre3:
-* connections fail if transport-plugin/nat produces 
-  some addresses that don't work (enable 'use_localaddr' with bindto for example,
-  so that some of the 'local' IPs do not work due to the bindto);  the result
-  seems to be that the plugin tries some of the broken addresses, fails and the
-  transport-level connection never comes up.
-  [still an issue?]
-* transport:
-  - explicit CONNECT: add timestamp
-  - explicit DISCONNECT: add signature
-* clean buildbots
-
 0.9.0pre4:
+* Transport:
+  - GNUNET_ATS_address_destroyed must be called if ATS suggests
+    an address that does not work (never connects), not just if
+    a session "dies"
+  - When receiving SESSION_CONNECT: actually consider switching session
+    (test this!)
 * GNUNET-GTK: [CG]
-  - figure out where in the GUI we should show active upload operations and allow aborts
-  - handle events:
-    + search error
-    + publish error
-* NAT:
-  - support HOSTNAME given for external-IP address (dyndns!)
+  - provide context menus to allow aborts of downloads/uploads
+  - provide way to handle errors (search, download, publish errors)
 * FS [CG]
   - implement multi-peer FS performance tests + gauger them!
     + insert
@@ -29,7 +19,7 @@
   - write chapter on DHT/block [Nate] 
   - make a NICE download page 
 * big code review
-* Determine RC bugs and fix those  (release should have no known real bugs)
+* Determine RC bugs and fix those (release should have no known real bugs)
 
 0.9.1:
 * TRANSPORT: [MW]