1ab270a6677d8c99db15f372db461739ccb43530
[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)
12 * UPNP [Milan]
13 * ARM [Safey]
14
15 0.9.0pre0:
16 * HOSTLIST/PEERINFO/CORE/TRANSPORT/TOPOLOGY:
17   - hostlist server learns about 2nd peer, but soon forgets!
18   - peers do not seem to connect (at least not for long!)
19   - urgently need statistics!
20 * UTIL:
21   - load: need way to determine network load (up/down)
22   - trust: need *fast* way to check/update trust in peers
23            (async peerinfo would not be right)
24 * TRANSPORT:
25   - disconnect notifications from TCP not always as nice as we might want
26     them to be (but how can we do this cleanly given that UDP is connectionless?)
27   - TCP not used bi-directionally (especially important also for PONG!)
28   - hostlist testcase shows that (randomly) we jump to an address that
29     seems to be a plugin function *after* the plugin has been unloaded
30     (directly from scheduler); check that *all* plugin tasks are cancelled
31     after plugin is unloaded! (need better testcases for that...)
32 * STATISTICS:
33   - synchronous/asynchronous API (& implementation) is not nice;
34     => provide notification-based API
35   - does not seem to work with timeouts (especially if service is not running)
36   - add stats to transports (service & plugins; # connected, # bytes in, # bytes out)
37   - add stats to datastore (# bloomfilter drop, # bloomfilter false-pos, # found, # avail, # used)
38   - add stats to dvstore (# bytes available, # bytes used, # PUTs, # GETs, # GETs satisfied)
39   - add stats to hostlist-server (# requests, # bytes sent, # hellos available)
40   - add stats to fs service (# queries, # replies, # routed, # found, # pending)
41   - add stats to topology (# connections, # connections requested, # peers blacklisted)
42   - add stats to peerinfo (# peers tracked)
43 * ARM:
44   - need to get rid of synchronous API for service starts (cause all kinds of problems)
45     [=> eliminate for need to tell ARM about service starts most of the time!] [Safey]
46 * HELLO:
47   - need function to test "equivalency" of HELLOs; use in topology!
48 * TOPOLOGY:
49   - needs more testing (especially F2F topology)
50 * CORE:
51   - needs more testing
52 * FS:
53   - gnunet-publish cannot be aborted using CTRL-C
54   - gnunet-publish segfaults if file does not exist
55   - on some systems, keyword search does not find locally published content
56     (need testcase of command-line tools!)
57   - 2-peer download is still too slow (why?)
58 * Module features to implement:
59   - advanced FS API parts
60     + namespaces: fundamental namespace API
61     + search: SBlocks, KSBlocks, probes, notify FS-service of known results
62     + collection
63     + location URIs (publish, search, download)
64     + persistence support (publish, unindex, search, download)
65     + indexing: index-failure-cleanup
66     + download: management/bounding of parallel downloads (for recursive dl.)
67     + datastore reservation (publishing)
68     + gnunet-publish (URI args)
69     + gnunet-download (directory)
70     + gnunet-search (options, incl. namespace search)
71     + gnunet-download (many options)
72     + gnunet-directory (man page, options)
73     + gnunet-pseudonym (all of it)
74     + gnunet-service-fs (remove failing on-demand blocks, stats, hot-path routing, load-based routing, nitpicks)
75     + datastore: do active migration support here?   
76   - implement adv. FS testcases 
77     + getopt API
78     + insert: sblocks, loc uris
79     + download: loc uris
80     + search: sblocks, skblocks, loc uris
81     + namespaces
82     + collection
83   - implement FS performance tests (needs TESTING)
84     + insert
85     + download
86     + search
87     + unindex
88   - non-anonymous FS service (needs DHT)
89     + basic DHT integration
90     + CS-DHT-functions (DHT-put of LOC)
91     + P2P-functions (DHT-get)
92   - setup (RC-pre0)
93     + default generation
94     + need to settle basic design; do we want to keep guile?
95   - testing (RC-pre0)
96     + modify configuration to allow controlling connections for non-local starts
97     + testbed creation with topology (needs working F2F topology) [Nate]
98     + testbed with churn [Nate]
99     + implement library for distributed testing [Nate]
100     + implement testcases for distributed testing [Nate]
101     + test basic peer re-configure [Nate]
102     + test topology creation [Nate]
103     + test churn generation [Nate]
104 * WWW:
105   - Get IPv6 hooked up
106   - change DNS
107
108 0.9.0pre1:
109 * Module features to implement:
110   - tbench (RC-pre1)
111     + good to have for DV evaluation!
112   - DV (RC-pre1)
113     + write DV API 
114     + implement DV service [Nate & CG]
115     + implement DV library [Nate]
116     + implement DV transport plugin [Nate & CG]
117     + implement testcases [Nate]
118     + implement performance tests [Nate]
119 * GUIs to implement:
120   - gtk (RC-pre1)
121     + how to integrate scheduler with GTK event loop!
122
123 0.9.0pre2:
124 * Module features to implement:
125   - tracekit (RC-pre2)
126     + good to have for DV/DHT evaluation!
127   - DHT (RC-pre2)
128     + implement DHT service (needs DV, DATACACHE)
129     + implement DHT library
130     + implement testcases
131     + implement performance tests
132 * GUIs to implement:
133   - fuse (RC-pre2)
134 * Plugins to implement:
135   - UDP backend (RC-pre2)
136     + Fragmentation library 
137     + actual plugin
138   - HTTP backend (RC-pre2)
139
140 0.9.0pre3:
141 * GUIs to implement:
142   - qt (RC-pre3)
143     + see discussions @ FISL about integration with event loop!
144 * Determine RC bugs and fix those!
145
146 0.9.0:
147 * Documentation
148   - update man pages
149   - update webpage documentation
150 * new webpage:
151   - expand bibliography
152   - convert documentation pages to books
153   - update books (especially for developers)
154   - create good Drupal theme for GNUnet
155   - make a NICE download page and figure out how to 
156     enable developers to publish TGZs nicely
157   - port "contact" page
158   - add content type for "todo" items?
159   - DNS activation
160 * Plugins to implement:
161   - MySQL database backends
162     + datacache
163     + datastore
164   - Postgres database backends
165     + datacache
166     + datastore
167   - vpn
168 * Determine RC bugs and fix those!
169
170
171 0.9.x:
172 * Plugins to implement:
173   - SMTP transport backend
174   - HTTPS transport backend
175     + improved HTTPS support in MHD
176     + actual plugin
177 * Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
178 * Allow checking of presence of search results and/or content via command-line tools
179   (add options to gnunet-search / gnunet-download to limit search to local peer)
180 * STATISTICS:
181   - should use BIO instead of mmap
182 * PEERINFO:
183   - expire 'ancient' HELLOs (those without valid addresses AND that 
184     we have not 'used' (for their public keys) in a while; need a way
185     to track actual 'use')
186   - make sue we also trigger notifications whenever HELLOs expire