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