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