(no commit message)
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index 6ed0584a6f3613df97bf130ba7cedb2cdd749fa6..f751dab169f5c88b6bf9e17d1fab1cf7ae03460b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,24 +1,23 @@
-0.9.0pre3:
+0.9.0pre3: [2'11]
 * NAT/UPNP: [Milan / Ayush / MW]
   - [#1609] code clean up
   - testing
   - integration with transport service:
     + test TCP
     + implement UDP, HTTP/HTTPS 
-* DHT: [Nate]
-  - track paths content travels (PUT, reply-to-get) in messages,
-    pass to client (client API & protocol already support this!)
+* Transport:
+  - UDP fragmentation
+* FS/CORE [CG]
+  - download of 100 MB file from 'leach' peer hung due to 
+    failure of core-api to call back after a change preference request
+    (structs indicate request was transmitted but reply never received?)
+  - other runs (-L DEBUG) with downloads using the new 'trust' test show
+    non-deterministic results (for any set of peers)
 * FS: [CG]
-  - implement multi-peer FS performance tests
+  - implement multi-peer FS performance tests + gauger them!
     + insert
     + download
     + search
-  - implement anonymity level > 1
-  - exclude content that will "soon" expire from migration
-  - make migration data rate & datastore IO-rate configurable
-  - exclude certain peers as targets (based on hash values) in each
-    iteration => same peer can only be picked every n-th iteration
-    for the same content => fewer duplicate sending!
 * GNUNET-GTK: [CG]
   - figure out where in the GUI we should show active upload operations and allow aborts
   - handle events:
@@ -28,9 +27,8 @@
 
 0.9.0:
 * new webpage:
-  - update books (especially for developers)
+  - write chapter on DHT/block [Nate] 
   - make a NICE download page 
-  - create "contact" page
 * big code review
 * Determine RC bugs and fix those  (release should have no known real bugs)
 
@@ -67,8 +65,8 @@
   - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
   - use different queue prioritization for probe-downloads vs. normal downloads
   - re-implement gnunet-auto-share
-* UTIL: [CG]
-  - allow limiting UNIX socket access by UID/GID
+  - implement 'GNUNET_FS_file_information_create_from_directory', avoiding
+    code duplication with gnunet-gtk's similar code (!)
 * GNUNET-GTK: [CG]
   - add tool bar
   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
@@ -81,6 +79,7 @@
   - finish publish dialog details:
     + normalize keywords (edit subdialog)
   - implement download by URI dialog; figure out where to display those downloads!
+  - add combo box to select desired mime type for search
 * ARM: [CG/Safey]
   - better tracking of which config changes actually need to cause process restarts by ARM.
   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)