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