update
[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   - HELLO advertising does not work (no solicitation!)
17   - considers peers 'connected' well before they actually are
18     (since core notifies about it too early?)
19   - needs testing
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 * Module features to implement:
53   - advanced FS API parts
54     + namespaces: fundamental namespace API
55     + search: SBlocks, KSBlocks, probes, notify FS-service of known results
56     + collection
57     + location URIs (publish, search, download)
58     + persistence support (publish, unindex, search, download)
59     + indexing: index-failure-cleanup
60     + download: management/bounding of parallel downloads (for recursive dl.)
61     + datastore reservation (publishing)
62     + gnunet-publish (URI args)
63     + gnunet-download (directory)
64     + gnunet-search (options, incl. namespace search)
65     + gnunet-download (many options)
66     + gnunet-directory (man page, options)
67     + gnunet-pseudonym (all of it)
68     + gnunet-service-fs (remove failing on-demand blocks, many other nitpicks/features/optimizations)
69     + datastore: do active migration support here?
70   - implement adv. FS testcases 
71     + getopt API
72     + insert: sblocks, loc uris
73     + download: loc uris
74     + search: sblocks, skblocks, loc uris
75     + namespaces
76     + collection
77   - implement FS performance tests (needs TESTING)
78     + insert
79     + download
80     + search
81     + unindex
82   - non-anonymous FS service (needs DHT)
83     + basic DHT integration
84     + CS-DHT-functions (DHT-put of LOC)
85     + P2P-functions (DHT-get)
86   - setup (RC-pre0)
87     + default generation
88     + need to settle basic design; do we want to keep guile?
89   - testing (RC-pre0)
90     + modify configuration to allow controlling connections for non-local starts
91     + testbed creation with topology (needs working F2F topology) [Nate]
92     + testbed with churn [Nate]
93     + implement library for distributed testing [Nate]
94     + implement testcases for distributed testing [Nate]
95     + test basic peer re-configure [Nate]
96     + test topology creation [Nate]
97     + test churn generation [Nate]
98
99 0.9.0pre1:
100 * Module features to implement:
101   - tbench (RC-pre1)
102     + good to have for DV evaluation!
103   - DV (RC-pre1)
104     + write DV API 
105     + implement DV service [Nate & CG]
106     + implement DV library [Nate]
107     + implement DV transport plugin [Nate & CG]
108     + implement testcases [Nate]
109     + implement performance tests [Nate]
110 * GUIs to implement:
111   - gtk (RC-pre1)
112     + how to integrate scheduler with GTK event loop!
113
114 0.9.0pre2:
115 * Module features to implement:
116   - tracekit (RC-pre2)
117     + good to have for DV/DHT evaluation!
118   - DHT (RC-pre2)
119     + implement DHT service (needs DV, DATACACHE)
120     + implement DHT library
121     + implement testcases
122     + implement performance tests
123 * GUIs to implement:
124   - fuse (RC-pre2)
125 * Plugins to implement:
126   - UDP backend (RC-pre2)
127     + Fragmentation library 
128     + actual plugin
129   - HTTP backend (RC-pre2)
130
131 0.9.0pre3:
132 * GUIs to implement:
133   - qt (RC-pre3)
134     + see discussions @ FISL about integration with event loop!
135 * Determine RC bugs and fix those!
136
137 0.9.0:
138 * Documentation
139   - update man pages
140   - update webpage documentation
141 * new webpage:
142   - expand bibliography
143   - convert documentation pages to books
144   - update books (especially for developers)
145   - create good Drupal theme for GNUnet
146   - make a NICE download page and figure out how to 
147     enable developers to publish TGZs nicely
148   - port "contact" page
149   - add content type for "todo" items?
150   - DNS activation
151 * Plugins to implement:
152   - MySQL database backends
153     + datacache
154     + datastore
155   - Postgres database backends
156     + datacache
157     + datastore
158   - vpn
159 * Determine RC bugs and fix those!
160
161
162 0.9.x:
163 * Plugins to implement:
164   - SMTP transport backend
165   - HTTPS transport backend
166     + improved HTTPS support in MHD
167     + actual plugin
168 * Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
169 * Allow checking of presence of search results and/or content via command-line tools
170   (add options to gnunet-search / gnunet-download to limit search to local peer)
171 * STATISTICS:
172   - should use BIO instead of mmap