de4637008bae7b5d1e05d5f1f49a84d1e74e1072
[oweals/gnunet.git] / TODO
1 Implementable right now (but not necessarily important), with caveats
2 (unavailable components that will limit what can be implemented right
3 away), in order in which they will likely be done:
4 * TESTING-TESTBED [Nate]
5 * SETUP
6 * DV [Nate]
7 * TBENCH
8 * TRACEKIT
9 * FRAGMENTATION [Ji Lu]
10 * HTTP transport
11 * MySQL / Postgres plugins (datastore, datacache)
12 * UPNP [Milan]
13 * ARM [Safey]
14
15 0.9.0pre0:
16 * UTIL:
17   - load: need way to determine network load (up/down)
18   - trust: need *fast* way to check/update trust in peers
19            (async peerinfo would not be right)
20 * TRANSPORT:
21   - disconnect notifications from TCP not always as nice as we might want
22     them to be (but how can we do this cleanly given that UDP is connectionless?)
23   - TCP not used bi-directionally (especially important also for PONG!)
24   - hostlist testcase shows that (randomly) we jump to an address that
25     seems to be a plugin function *after* the plugin has been unloaded
26     (directly from scheduler); check that *all* plugin tasks are cancelled
27     after plugin is unloaded! (need better testcases for that...)
28 * STATISTICS:
29   - synchronous/asynchronous API (& implementation) is not nice;
30     => provide notification-based API
31   - does not seem to work with timeouts (especially if service is not running)
32 * ARM:
33   - need to get rid of synchronous API for service starts (cause all kinds of problems)
34     [=> eliminate for need to tell ARM about service starts most of the time!] [Safey]
35 * HELLO:
36   - need function to test "equivalency" of HELLOs; use in topology!
37 * TOPOLOGY:
38   - needs more testing (especially F2F topology)
39 * CORE:
40   - needs more testing
41 * FS:
42   - gnunet-publish cannot be aborted using CTRL-C
43   - 2-peer download is still too slow (why?)
44 * Module features to implement:
45   - advanced FS API parts
46     + namespaces: fundamental namespace API
47     + search: SBlocks, KSBlocks, probes, notify FS-service of known results
48     + collection
49     + location URIs (publish, search, download)
50     + persistence support (publish, unindex, search, download)
51     + indexing: index-failure-cleanup
52     + download: management/bounding of parallel downloads (for recursive dl.)
53     + datastore reservation (publishing)
54     + gnunet-publish (URI args)
55     + gnunet-download (directory)
56     + gnunet-search (options, incl. namespace search)
57     + gnunet-download (many options)
58     + gnunet-directory (man page, options)
59     + gnunet-pseudonym (all of it)
60     + gnunet-service-fs (remove failing on-demand blocks, stats, hot-path routing, load-based routing, nitpicks)
61     + datastore: do active migration support here?   
62   - implement adv. FS testcases 
63     + getopt API
64     + insert: sblocks, loc uris
65     + download: loc uris
66     + search: sblocks, skblocks, loc uris
67     + namespaces
68     + collection
69   - implement FS performance tests (needs TESTING)
70     + insert
71     + download
72     + search
73     + unindex
74   - non-anonymous FS service (needs DHT)
75     + basic DHT integration
76     + CS-DHT-functions (DHT-put of LOC)
77     + P2P-functions (DHT-get)
78   - setup (RC-pre0)
79     + default generation
80     + need to settle basic design; do we want to keep guile?
81   - testing (RC-pre0)
82     + modify configuration to allow controlling connections for non-local starts
83     + testbed creation with topology (needs working F2F topology) [Nate]
84     + testbed with churn [Nate]
85     + implement library for distributed testing [Nate]
86     + implement testcases for distributed testing [Nate]
87     + test basic peer re-configure [Nate]
88     + test topology creation [Nate]
89     + test churn generation [Nate]
90 * WWW:
91   - Get IPv6 hooked up
92   - change DNS
93
94 0.9.0pre1:
95 * Module features to implement:
96   - tbench (RC-pre1)
97     + good to have for DV evaluation!
98   - DV (RC-pre1)
99     + write DV API 
100     + implement DV service [Nate & CG]
101     + implement DV library [Nate]
102     + implement DV transport plugin [Nate & CG]
103     + implement testcases [Nate]
104     + implement performance tests [Nate]
105 * GUIs to implement:
106   - gtk (RC-pre1)
107     + how to integrate scheduler with GTK event loop!
108
109 0.9.0pre2:
110 * Module features to implement:
111   - tracekit (RC-pre2)
112     + good to have for DV/DHT evaluation!
113   - DHT (RC-pre2)
114     + implement DHT service (needs DV, DATACACHE)
115     + implement DHT library
116     + implement testcases
117     + implement performance tests
118 * GUIs to implement:
119   - fuse (RC-pre2)
120 * Plugins to implement:
121   - UDP backend (RC-pre2)
122     + Fragmentation library 
123     + actual plugin
124   - HTTP backend (RC-pre2)
125
126 0.9.0pre3:
127 * GUIs to implement:
128   - qt (RC-pre3)
129     + see discussions @ FISL about integration with event loop!
130 * Determine RC bugs and fix those!
131
132 0.9.0:
133 * Documentation
134   - update man pages
135   - update webpage documentation
136 * new webpage:
137   - expand bibliography
138   - convert documentation pages to books
139   - update books (especially for developers)
140   - create good Drupal theme for GNUnet
141   - make a NICE download page and figure out how to 
142     enable developers to publish TGZs nicely
143   - port "contact" page
144   - add content type for "todo" items?
145   - DNS activation
146 * Plugins to implement:
147   - MySQL database backends
148     + datacache
149     + datastore
150   - Postgres database backends
151     + datacache
152     + datastore
153   - vpn
154 * Determine RC bugs and fix those!
155
156
157 0.9.x:
158 * Plugins to implement:
159   - SMTP transport backend
160   - HTTPS transport backend
161     + improved HTTPS support in MHD
162     + actual plugin
163 * Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
164 * Allow checking of presence of search results and/or content via command-line tools
165   (add options to gnunet-search / gnunet-download to limit search to local peer)
166 * STATISTICS:
167   - should use BIO instead of mmap
168 * PEERINFO:
169   - expire 'ancient' HELLOs (those without valid addresses AND that 
170     we have not 'used' (for their public keys) in a while; need a way
171     to track actual 'use')
172   - make sue we also trigger notifications whenever HELLOs expire