done
[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
5 * FS (DHT not available)
6 * SETUP
7 * DV (distributed testing not available)
8 * TBENCH (distributed testing not available)
9 * TRACEKIT (distributed testing not available)
10 * HTTP transport
11 * FRAGMENTATION
12 * MySQL / Postgres plugins (datastore, datacache)
13 * UPNP
14
15
16 Urgent items (before announcing ng.gnunet.org):
17 * TESTING (needed for DV, DHT, Topology)
18   - implement library for local testing
19     + modify configuration to allow controlling
20       connections for non-local starts
21     + CORE service does not start with valid peer ID (all zeros)
22       -- testcase fails!
23     + consider changing API for peer-group termination
24       to call continuation when done
25     + testbed creation with topology (needs working F2F topology) [Nate]
26     + testbed with churn [Nate]
27   - implement testcases for library
28     + get test for basic peer start to work!
29     + test basic peer connect
30     + test group start
31     + test basic peer re-configure [Nate]
32     + test topology creation [Nate]
33     + test churn generation [Nate]
34 * TOPOLOGY:
35   - implement testcases (needs TESTING)
36 * HOSTLIST:
37   - implement testcases
38 * FS (basic anonymous FS only)
39   - design network structs (P2P)
40     + query
41     + response
42   - implement FS service
43     + CS-functions (query BF, on-demand encoding, indexed-list serialization/deserialization)
44     + P2P-functions (query, response)
45   - implement testcases 
46     + URI API
47     + getopt API
48     + sharing API
49       ~ file-information
50       ~ publish (insert, index)
51       ~ download
52       ~ search
53       ~ unindex
54     + directory API
55 * new webpage
56   - prevent?
57   - migrate Mantis!?
58   - run peer => have a 0.9.x hostlist
59   - improve basic documentation (configure, dependencies, what works, etc.)
60   - write minimal welcome/introduction to 0.9.x-development/webpage/status
61 => Deploy(able) development network
62
63
64 0.9.0pre0:
65 * Module features to implement:
66   - advanced FS API parts
67     + namespaces
68       ~ fundamental namespace API
69     + search: SBlocks, KSBlocks, probes
70     + collection
71     + location URIs (publish, search, download)
72     + persistence support (publish, unindex, search, download)
73     + indexing: index-failure-cleanup
74     + download: management/bounding of parallel downloads (for recursive dl.)
75     + datastore reservation (publishing)
76     + gnunet-publish (URI args)
77     + gnunet-download (directory)
78     + gnunet-search (options, incl. namespace search)
79     + gnunet-download (many options)
80     + gnunet-directory (man page, options)
81     + gnunet-pseudonym (all of it)
82   - implement adv. FS testcases 
83     + insert: sblocks, loc uris
84     + download: loc uris
85     + search: sblocks, skblocks, loc uris
86     + namespaces
87     + collection
88   - implement FS performance tests (needs TESTING)
89     + insert
90     + download
91     + search
92     + unindex
93   - non-anonymous FS service (needs DHT)
94     + basic DHT integration
95     + CS-DHT-functions (DHT-put of LOC)
96     + P2P-functions (DHT-get)
97   - setup (RC-pre0)
98     + default generation
99     + need to settle basic design; do we want to keep guile?
100   - testing (RC-pre0)
101     + implement library for distributed testing [Nate]
102     + implement testcases for distributed testing [Nate]
103
104 0.9.0pre1:
105 * Module features to implement:
106   - tbench (RC-pre1)
107     + good to have for DV evaluation!
108   - DV (RC-pre1)
109     + write DV API 
110     + implement DV service [Nate & CG]
111     + implement DV library [Nate]
112     + implement DV transport plugin [Nate & CG]
113     + implement testcases [Nate]
114     + implement performance tests [Nate]
115 * GUIs to implement:
116   - gtk (RC-pre1)
117     + how to integrate scheduler with GTK event loop!
118
119 0.9.0pre2:
120 * Module features to implement:
121   - tracekit (RC-pre2)
122     + good to have for DV/DHT evaluation!
123   - DHT (RC-pre2)
124     + implement DHT service (needs DV, DATACACHE)
125     + implement DHT library
126     + implement testcases
127     + implement performance tests
128 * GUIs to implement:
129   - fuse (RC-pre2)
130 * Plugins to implement:
131   - UDP backend (RC-pre2)
132     + Fragmentation library 
133     + actual plugin
134   - HTTP backend (RC-pre2)
135
136 0.9.0pre3:
137 * GUIs to implement:
138   - qt (RC-pre3)
139     + see discussions @ FISL about integration with event loop!
140 * Determine RC bugs and fix those!
141
142 0.9.0:
143 * Documentation
144   - update man pages
145   - update webpage documentation
146 * new webpage:
147   - expand bibliography
148   - convert documentation pages to books
149   - update books (especially for developers)
150   - create good Drupal theme for GNUnet
151   - make a NICE download page and figure out how to 
152     enable developers to publish TGZs nicely
153   - port "contact" page; add impressum
154   - add content type for "todo" items?
155   - DNS activation
156 * Plugins to implement:
157   - MySQL database backends
158     + datacache
159     + datastore
160   - Postgres database backends
161     + datacache
162     + datastore
163   - vpn
164 * Determine RC bugs and fix those!
165
166
167 0.9.x:
168 * Plugins to implement:
169   - SMTP transport backend
170   - HTTPS transport backend
171     + improved HTTPS support in MHD
172     + actual plugin