routing table changes, not stable
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index 73e932baa24b9782f13d607ee6f7350311948277..b3a85bf4fe1d085c4df6868b0a4f0559aab7200c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,6 +3,8 @@
   - only connect() sockets that are ready (select()) [Nils]
     [On W32, we need to select after calling socket before doing connect etc.]
 * CORE:
+  - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
+    (transport notified us that we connected to ourselves!!!)
   - transport-level disconnect (i.e. TCP) does not cause core-level
     disconnect in a timely fashion (waits for connection timeout);
     need to figure a way to make it near-instant in those cases 
 * FS: [CG]
   - implement 'GNUNET_FS_namespace_list_updateable', reconsider API!
 * GNUNET-GTK: [CG]
-  - events:
-    + implement clear button in search tabs (to stop downloads)
-    + search resume
-    + download resume
-    + publish resume
   - namespaces:
-    + implement advertise-pseudonym dialog
-      / activate menu item if pseudonym is available
-      / select namespace dialog
-      / edit advertisement data (keywords, metadata)
-      / publish operation
     + namespace publishing
       / fill tree store with full implementation of 'list_updateable'
     + namespace search
@@ -41,7 +33,7 @@
   - bugs:
     + handle 'lost parent' case for recursive downloads (need to move children!)
     + clean up TreeStores in main_window_file_publish on dialog close
-
+    + clean up ListStores in main_window_adv_pseudonym 
 
 0.9.0pre3:
 * Determine RC bugs and fix those!
@@ -96,7 +88,6 @@
   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
   - events:
     + search error
-    + download error
     + publish error
     + unindex error
 * MONKEY: [Safey]