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