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