cfeec44d18397f63a2fb072971f9aa67635b66c5
[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) [Radhika]
12 * UPNP [Milan]
13
14 Urgent items (before announcing ng.gnunet.org):
15 * UTIL:
16   - provide higher-level convenience API for servers/services that
17     need to send a stream of notifications to clients; instead
18     of having each service queue messages and "send when ready", 
19     simply have a way to add a client to the notification set
20     and to 'notify client' or 'notify all clients'
21     (transport (our hello), 
22      core (misc monitoring features)
23      and likely others)
24   - server/service API change for ARM inetd'ing
25     (listen as well as support for start with multiple, already
26      bound & listening sockets!)
27 * TRANSPORT:
28   - main service not implemented [Nate]
29   - blacklist not implemented [Christian]
30   - testcases crash & burn (no surprise)
31 * CORE:
32   - request disconnect not implemented [Christian]
33   - various notification options not implemented [Christian]
34   - test currently fails spectacularly [segv of transport service]
35     => need transport to work first!
36   - request connect not working [Christian, need transport first]
37 * PEERINFO:
38   - make sue we also trigger notifications whenever HELLOs expire
39 * TOPOLOGY:
40   - needs testing [need transport first]
41 * TESTING:
42   - check that 'GNUNET_TRANSPORT_get_hello' is associated with
43     a cancel request wherever appropriate (other testcases
44     in particular!) [Christian]
45 * HOSTLIST:
46   - test fails (looks like it works, but that's because of a bad
47     connectivity notification; somehow core is unable to send
48     messages successfully via transport) [need transport first]
49 * FS (basic anonymous FS only)
50   - implement FS service (P2P operations)
51     + how to send queries (soliciting is not there in core; do we
52       also want to do pushing sometimes?)
53     + need to bound queueing of replies for other peers    
54   - test multi-peer search/download
55 * new webpage
56   - run peer => have a 0.9.x hostlist
57   - improve basic documentation (configure, dependencies, what works, etc.)
58   - write minimal welcome/introduction to 0.9.x-development/webpage/status
59 => Deploy(able) development network
60
61
62 0.9.0pre0:
63 * UTIL:
64   - load: need way to determine network load (up/down)
65   - trust: need *fast* way to check/update trust in peers
66            (async peerinfo would not be right)
67   - OS: existing waitpid call is not nice (not integratable with scheduler! fix this!)
68 * STATISTICS:
69   - synchronous/asynchronous API (& implementation) is not nice;
70     => provide notification-based API
71   - does not seem to work with timeouts (especially if service is not running)
72 * ARM:
73   - need to get rid of synchronous API for service starts (cause all kinds of problems)
74     [=> eliminate for need to tell ARM about service starts most of the time!]
75 * HELLO:
76   - need function to test "equivalency" of HELLOs; use in topology!
77 * CORE:
78   - outbound message monitoring not supported
79 * Module features to implement:
80   - advanced FS API parts
81     + namespaces: fundamental namespace API
82     + search: SBlocks, KSBlocks, probes, notify FS-service of known results
83     + collection
84     + location URIs (publish, search, download)
85     + persistence support (publish, unindex, search, download)
86     + indexing: index-failure-cleanup
87     + download: management/bounding of parallel downloads (for recursive dl.)
88     + datastore reservation (publishing)
89     + gnunet-publish (URI args)
90     + gnunet-download (directory)
91     + gnunet-search (options, incl. namespace search)
92     + gnunet-download (many options)
93     + gnunet-directory (man page, options)
94     + gnunet-pseudonym (all of it)
95     + gnunet-service-fs (remove failing on-demand blocks, many other nitpicks/features/optimizations)
96     + datastore: do active migration support here?
97   - implement adv. FS testcases 
98     + getopt API
99     + insert: sblocks, loc uris
100     + download: loc uris
101     + search: sblocks, skblocks, loc uris
102     + namespaces
103     + collection
104   - implement FS performance tests (needs TESTING)
105     + insert
106     + download
107     + search
108     + unindex
109   - non-anonymous FS service (needs DHT)
110     + basic DHT integration
111     + CS-DHT-functions (DHT-put of LOC)
112     + P2P-functions (DHT-get)
113   - setup (RC-pre0)
114     + default generation
115     + need to settle basic design; do we want to keep guile?
116   - testing (RC-pre0)
117     + modify configuration to allow controlling connections for non-local starts
118     + testbed creation with topology (needs working F2F topology) [Nate]
119     + testbed with churn [Nate]
120     + implement library for distributed testing [Nate]
121     + implement testcases for distributed testing [Nate]
122     + test basic peer re-configure [Nate]
123     + test topology creation [Nate]
124     + test churn generation [Nate]
125
126 0.9.0pre1:
127 * Module features to implement:
128   - tbench (RC-pre1)
129     + good to have for DV evaluation!
130   - DV (RC-pre1)
131     + write DV API 
132     + implement DV service [Nate & CG]
133     + implement DV library [Nate]
134     + implement DV transport plugin [Nate & CG]
135     + implement testcases [Nate]
136     + implement performance tests [Nate]
137 * GUIs to implement:
138   - gtk (RC-pre1)
139     + how to integrate scheduler with GTK event loop!
140
141 0.9.0pre2:
142 * Module features to implement:
143   - tracekit (RC-pre2)
144     + good to have for DV/DHT evaluation!
145   - DHT (RC-pre2)
146     + implement DHT service (needs DV, DATACACHE)
147     + implement DHT library
148     + implement testcases
149     + implement performance tests
150 * GUIs to implement:
151   - fuse (RC-pre2)
152 * Plugins to implement:
153   - UDP backend (RC-pre2)
154     + Fragmentation library 
155     + actual plugin
156   - HTTP backend (RC-pre2)
157
158 0.9.0pre3:
159 * GUIs to implement:
160   - qt (RC-pre3)
161     + see discussions @ FISL about integration with event loop!
162 * Determine RC bugs and fix those!
163
164 0.9.0:
165 * Documentation
166   - update man pages
167   - update webpage documentation
168 * new webpage:
169   - expand bibliography
170   - convert documentation pages to books
171   - update books (especially for developers)
172   - create good Drupal theme for GNUnet
173   - make a NICE download page and figure out how to 
174     enable developers to publish TGZs nicely
175   - port "contact" page
176   - add content type for "todo" items?
177   - DNS activation
178 * Plugins to implement:
179   - MySQL database backends
180     + datacache
181     + datastore
182   - Postgres database backends
183     + datacache
184     + datastore
185   - vpn
186 * Determine RC bugs and fix those!
187
188
189 0.9.x:
190 * Plugins to implement:
191   - SMTP transport backend
192   - HTTPS transport backend
193     + improved HTTPS support in MHD
194     + actual plugin
195 * Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
196 * Allow checking of presence of search results and/or content via command-line tools
197   (add options to gnunet-search / gnunet-download to limit search to local peer)
198 * STATISTICS:
199   - should use BIO instead of mmap