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