aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-25 20:15:15 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-25 20:15:15 +0000
commit1fb78653e279e4ecca5c61846bd60e22f733f40a (patch)
tree694502bc40cf7578cfe6137c2fb81eeb7f653e28 /TODO
parent87e2ce99aaea2b25fd03f6f2b6c0948e8d731d4a (diff)
downloadgnunet-1fb78653e279e4ecca5c61846bd60e22f733f40a.tar.gz
gnunet-1fb78653e279e4ecca5c61846bd60e22f733f40a.zip
done
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 2 insertions, 8 deletions
diff --git a/TODO b/TODO
index 8f708df7e..fffd95605 100644
--- a/TODO
+++ b/TODO
@@ -14,20 +14,13 @@ away), in order in which they will likely be done:
14 14
15Urgent items (before announcing ng.gnunet.org): 15Urgent items (before announcing ng.gnunet.org):
16* FS (basic anonymous FS only) 16* FS (basic anonymous FS only)
17 - implement FS service 17 - implement FS service (P2P operations)
18 + how to send queries (soliciting is not there in core; do we 18 + how to send queries (soliciting is not there in core; do we
19 also want to do pushing sometimes?) 19 also want to do pushing sometimes?)
20 + need to bound queueing of replies for other peers 20 + need to bound queueing of replies for other peers
21 - implement testcases 21 - implement testcases
22 + URI API
23 + getopt API
24 + sharing API 22 + sharing API
25 ~ file-information 23 ~ file-information
26 ~ publish (insert, index)
27 ~ download
28 ~ search
29 ~ unindex
30 + directory API
31* CORE: 24* CORE:
32 - soliciting traffic for clients that registered for it is not implemented 25 - soliciting traffic for clients that registered for it is not implemented
33 (in the service, client API supports GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC 26 (in the service, client API supports GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC
@@ -79,6 +72,7 @@ Urgent items (before announcing ng.gnunet.org):
79 + gnunet-service-fs (remove failing on-demand blocks, many other nitpicks/features/optimizations) 72 + gnunet-service-fs (remove failing on-demand blocks, many other nitpicks/features/optimizations)
80 + datastore: do active migration support here? 73 + datastore: do active migration support here?
81 - implement adv. FS testcases 74 - implement adv. FS testcases
75 + getopt API
82 + insert: sblocks, loc uris 76 + insert: sblocks, loc uris
83 + download: loc uris 77 + download: loc uris
84 + search: sblocks, skblocks, loc uris 78 + search: sblocks, skblocks, loc uris