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