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