a67b83bb86fde7d7bf0a578dddee211c187fc763
[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 [Nate]
5 * SETUP
6 * DV (distributed testing not available) [Nate]
7 * TBENCH (distributed testing not available) 
8 * TRACEKIT (distributed testing not available)
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 * TESTING (needed for DV, DHT, Topology)
16   - implement library for local testing
17     + consider changing API for peer-group termination to 
18       call continuation when done
19   - implement testcases for library
20     + test basic peer connect
21     + test group start
22 * TEST:
23   - topology (needs TESTING)
24   - hostlist (maybe easier with TESTING?)
25 * CORE:
26   - soliciting traffic for clients that registered for it is not implemented
27     (in the service, client API supports GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC
28      but never receives any such messages); how to avoid busy-waiting here
29      is a good question (solicit => nothing, when to solicit again???)
30 * FS (basic anonymous FS only)
31   - implement FS service (P2P operations)
32     + how to send queries (soliciting is not there in core; do we
33       also want to do pushing sometimes?)
34     + need to bound queueing of replies for other peers    
35   - test multi-peer search/download
36 * new webpage
37   - prevent?
38   - migrate Mantis!?
39   - run peer => have a 0.9.x hostlist
40   - improve basic documentation (configure, dependencies, what works, etc.)
41   - write minimal welcome/introduction to 0.9.x-development/webpage/status
42 => Deploy(able) development network
43
44
45 0.9.0pre0:
46 * UTIL:
47   - heap: "remove_node" can hardly be O(1) given the API, but it should be (!)
48   - load: need way to determine network load (up/down)
49   - trust: need *fast* way to check/update trust in peers
50            (async peerinfo would not be right)
51 * Module features to implement:
52   - advanced FS API parts
53     + namespaces: fundamental namespace API
54     + search: SBlocks, KSBlocks, probes, notify FS-service of known results
55     + collection
56     + location URIs (publish, search, download)
57     + persistence support (publish, unindex, search, download)
58     + indexing: index-failure-cleanup
59     + download: management/bounding of parallel downloads (for recursive dl.)
60     + datastore reservation (publishing)
61     + gnunet-publish (URI args)
62     + gnunet-download (directory)
63     + gnunet-search (options, incl. namespace search)
64     + gnunet-download (many options)
65     + gnunet-directory (man page, options)
66     + gnunet-pseudonym (all of it)
67     + gnunet-service-fs (remove failing on-demand blocks, many other nitpicks/features/optimizations)
68     + datastore: do active migration support here?
69   - implement adv. FS testcases 
70     + getopt API
71     + insert: sblocks, loc uris
72     + download: loc uris
73     + search: sblocks, skblocks, loc uris
74     + namespaces
75     + collection
76   - implement FS performance tests (needs TESTING)
77     + insert
78     + download
79     + search
80     + unindex
81   - non-anonymous FS service (needs DHT)
82     + basic DHT integration
83     + CS-DHT-functions (DHT-put of LOC)
84     + P2P-functions (DHT-get)
85   - setup (RC-pre0)
86     + default generation
87     + need to settle basic design; do we want to keep guile?
88   - testing (RC-pre0)
89     + modify configuration to allow controlling connections for non-local starts
90     + testbed creation with topology (needs working F2F topology) [Nate]
91     + testbed with churn [Nate]
92     + implement library for distributed testing [Nate]
93     + implement testcases for distributed testing [Nate]
94     + test basic peer re-configure [Nate]
95     + test topology creation [Nate]
96     + test churn generation [Nate]
97
98 0.9.0pre1:
99 * Module features to implement:
100   - tbench (RC-pre1)
101     + good to have for DV evaluation!
102   - DV (RC-pre1)
103     + write DV API 
104     + implement DV service [Nate & CG]
105     + implement DV library [Nate]
106     + implement DV transport plugin [Nate & CG]
107     + implement testcases [Nate]
108     + implement performance tests [Nate]
109 * GUIs to implement:
110   - gtk (RC-pre1)
111     + how to integrate scheduler with GTK event loop!
112
113 0.9.0pre2:
114 * Module features to implement:
115   - tracekit (RC-pre2)
116     + good to have for DV/DHT evaluation!
117   - DHT (RC-pre2)
118     + implement DHT service (needs DV, DATACACHE)
119     + implement DHT library
120     + implement testcases
121     + implement performance tests
122 * GUIs to implement:
123   - fuse (RC-pre2)
124 * Plugins to implement:
125   - UDP backend (RC-pre2)
126     + Fragmentation library 
127     + actual plugin
128   - HTTP backend (RC-pre2)
129
130 0.9.0pre3:
131 * GUIs to implement:
132   - qt (RC-pre3)
133     + see discussions @ FISL about integration with event loop!
134 * Determine RC bugs and fix those!
135
136 0.9.0:
137 * Documentation
138   - update man pages
139   - update webpage documentation
140 * new webpage:
141   - expand bibliography
142   - convert documentation pages to books
143   - update books (especially for developers)
144   - create good Drupal theme for GNUnet
145   - make a NICE download page and figure out how to 
146     enable developers to publish TGZs nicely
147   - port "contact" page
148   - add content type for "todo" items?
149   - DNS activation
150 * Plugins to implement:
151   - MySQL database backends
152     + datacache
153     + datastore
154   - Postgres database backends
155     + datacache
156     + datastore
157   - vpn
158 * Determine RC bugs and fix those!
159
160
161 0.9.x:
162 * Plugins to implement:
163   - SMTP transport backend
164   - HTTPS transport backend
165     + improved HTTPS support in MHD
166     + actual plugin
167 * Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
168 * Allow checking of presence of search results and/or content via command-line tools
169   (add options to gnunet-search / gnunet-download to limit search to local peer)
170 * STATISTICS:
171   - should use BIO instead of mmap