aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-20 13:51:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-20 13:51:20 +0000
commit7d9f187d106394b2451660294df9428eb50e82d7 (patch)
tree373a78f3c10529689791b65a5ab885d3f4c761b7 /TODO
parent924137ff73bab48b720d41cf73a1197df2d4b04d (diff)
downloadgnunet-7d9f187d106394b2451660294df9428eb50e82d7.tar.gz
gnunet-7d9f187d106394b2451660294df9428eb50e82d7.zip
fixing core API issues
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO b/TODO
index 156910858..5f031772a 100644
--- a/TODO
+++ b/TODO
@@ -12,18 +12,16 @@ away), in order in which they will likely be done:
12* UPNP [Milan] 12* UPNP [Milan]
13 13
14Urgent items (before announcing ng.gnunet.org): 14Urgent items (before announcing ng.gnunet.org):
15* CORE:
16 - test currently fails spectacularly
17 - request disconnect not implemented (needs better transport API)
15* topology 18* topology
16 - considers peers 'connected' well before they actually are
17 (since core notifies about it too early?);
18 - (forced) disconnect does not work (also CORE API issue) 19 - (forced) disconnect does not work (also CORE API issue)
19 - needs testing (not sure the current testcase does much...) 20 - needs testing (not sure the current testcase does much...)
20* hostlist 21* hostlist
21 - test fails (looks like it works, but that's because of a bad 22 - test fails (looks like it works, but that's because of a bad
22 connectivity notification; somehow core is unable to send 23 connectivity notification; somehow core is unable to send
23 messages successfully via transport) 24 messages successfully via transport)
24* CORE:
25 - core notifies about connects "too early" (when we have not yet
26 succeeded with the full key exchange) [see also: BUGS]
27* FS (basic anonymous FS only) 25* FS (basic anonymous FS only)
28 - implement FS service (P2P operations) 26 - implement FS service (P2P operations)
29 + how to send queries (soliciting is not there in core; do we 27 + how to send queries (soliciting is not there in core; do we
@@ -51,6 +49,8 @@ Urgent items (before announcing ng.gnunet.org):
51 [=> eliminate for need to tell ARM about service starts most of the time!] 49 [=> eliminate for need to tell ARM about service starts most of the time!]
52* HELLO: 50* HELLO:
53 - need function to test "equivalency" of HELLOs; use in topology! 51 - need function to test "equivalency" of HELLOs; use in topology!
52* CORE:
53 - outbound message monitoring not supported
54* Module features to implement: 54* Module features to implement:
55 - advanced FS API parts 55 - advanced FS API parts
56 + namespaces: fundamental namespace API 56 + namespaces: fundamental namespace API