4bb13870cafe17c67d778d4330a6c800c843ab14
[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 * TEST:
16   - topology
17   - hostlist
18     * is 'update_response' / 'finish_response' etc ever called? (hostlist-server)
19     * we still have serious shutdown problems in the testcase (on failure)
20 * CORE:
21   - soliciting traffic for clients that registered for it is not implemented
22     (in the service, client API supports GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC
23      but never receives any such messages); how to avoid busy-waiting here
24      is a good question (solicit => nothing, when to solicit again???)
25 * FS (basic anonymous FS only)
26   - implement FS service (P2P operations)
27     + how to send queries (soliciting is not there in core; do we
28       also want to do pushing sometimes?)
29     + need to bound queueing of replies for other peers    
30   - test multi-peer search/download
31 * new webpage
32   - run peer => have a 0.9.x hostlist
33   - improve basic documentation (configure, dependencies, what works, etc.)
34   - write minimal welcome/introduction to 0.9.x-development/webpage/status
35 => Deploy(able) development network
36
37
38 0.9.0pre0:
39 * UTIL:
40   - load: need way to determine network load (up/down)
41   - trust: need *fast* way to check/update trust in peers
42            (async peerinfo would not be right)
43   - OS: existing waitpid call is not nice (not integratable with scheduler! fix this!)
44 * STATISTICS:
45   - synchronous/asynchronous API (& implementation) is not nice
46   - does not seem to work with timeouts (especially if service is not running)
47 * ARM:
48   - need to get rid of synchronous API for service starts (cause all kinds of problems)
49     [=> eliminate for need to tell ARM about service starts most of the time!]
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, many other nitpicks/features/optimizations)
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