14f1d5ce61c710e572a532640c8f1e4be5617a2d
[oweals/gnunet.git] / TODO
1 0.9.0pre1:
2 * FS: [CG]
3   - actually call 'sync' functions (publish, unindex, search, download)
4   - code review:
5     => refactor fs.c to join common code segments!
6     => document directory structure (and use #define's for the directory names!)
7     => ensure all files & dirs are cleaned up! (at least during 'clean' runs)
8   - persistence testing (publish, unindex, search, download):
9     => need driver!
10     => schedule suspending tasks DURING event handler => good coverage!
11     => test SUSPEND events
12   - gnunet-service-fs (hot-path routing, load-based routing, nitpicks)  
13   - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used
14   - [gnunet-service-fs.c:501]: member 'PendingRequest::used_pids_size' is never used
15   - [gnunet-service-fs.c:654]: member 'ConnectedPeer::last_client_replies' is never used
16   - [gnunet-service-fs.c:669]: member 'ConnectedPeer::avg_delay' is never used
17   - [gnunet-service-fs.c:675]: member 'ConnectedPeer::avg_priority' is never used
18   - [gnunet-service-fs.c:688]: member 'ConnectedPeer::pending_requests' is never used
19   - [gnunet-service-fs.c:694]: member 'ConnectedPeer::last_p2p_replies_woff' is never used
20   - [gnunet-service-fs.c:700]: member 'ConnectedPeer::last_client_replies_woff' is never used
21   - GAP improvements:
22     + active reply route caching design & implementation of service; gap extension!
23 * MIGRATION [CG]
24   - on-demand encoding => move logic to block-library!?
25   - peer selection => how to consider latency/bw/etc?
26   - content transmission => how often the same block?
27   - how to select delay before next migration? 
28   - migration to us
29   - testing
30   - integrate with FS or not? (peer list, index/on-demand encoding, block code,
31     inbound priority assignment; all would be easier with tight integration!)
32 * TBENCH: [MW]
33   - good to have for transport/DV evaluation! 
34 * DV: [Nate]
35   - write DV API (need to move declarations from dv_api.c to gnunet_dv_service.h!)
36   - implement DV service 
37   - implement DV library (looks done)
38   - implement DV transport plugin
39   - implement testcases 
40   - implement performance tests (needs tbench)
41 * TOPOLOGY:
42   - needs more testing (especially F2F topology) & transport blacklisting
43 * UTIL:
44   - only connect() sockets that are ready (select()) [Nils]
45     [On W32, we need to select after calling socket before doing connect etc.]
46 * GNUNET-GTK:
47   - use g_main_context_set_poll_func to integrate GTK with GNUnet Scheduler!? (YUCK!)
48   - OR: add scheduler API to enable integration with GTK main loop instead of doing our own select
49   - use g_main_context_pending, g_main_context_query / g_main_context_check / g_main_context_dispatch
50     and NEVER g_main_loop_run (can this be done? might be the clean way to do this! But how
51     to integrate this with "gtk_main"?  Docu says:
52     "It's OK to use the GLib main loop directly instead of gtk_main(), though it involves 
53      slightly more typing. See GMainLoop in the GLib documentation."
54     => so maybe it "just works"?
55 * SETUP:
56   - design & implement new setup tool
57
58 0.9.0pre2:
59 * TRACEKIT: [MW]
60   - good to have for DV/DHT evaluation!
61 * DHT: [Nate]
62   - implement DHT service 
63   - implement testcases
64   - implement performance tests
65 * TRANSPORT:
66   - HTTP backend [MW]
67 * ARM: [Safey]
68   - need to get rid of synchronous API for service starts (cause all kinds of problems)
69     [=> eliminate for need to tell ARM about service starts most of the time!] [Safey]
70   - better tracking of which config changes actually need to cause process restarts by ARM.
71   - listen for requests to discover dependencies between services (and avoid
72     having to explicitly program start requests)
73   - better crash management (attach debugging support, capture and analyze
74     debug output, detect random vs. deterministic crashes)
75   - shutdown sequence?
76 * FS: [CG]
77   - datastore reservation (publishing)
78   - location URIs (publish, search, download)
79   - utilize in-line files in meta data always (including in search results or
80     when download is triggered manually and for probes); currently the data is
81     only used when users do a general 'recursive' download
82   - non-anonymous FS service (needs DHT)
83     + DHT integration for search
84     + CS-DHT-functions (DHT-put of LOC)
85     + P2P-functions (DHT-get)
86   - collection API & tests
87     + gnunet-pseudonym (collection support)
88   - implement FS performance tests
89     + insert
90     + download
91     + search
92     + unindex
93 * MIGRATION:
94   - improved content selection (not just 'get_random')
95
96 0.9.0pre3:
97 * Determine RC bugs and fix those!
98 * TESTING: [Nate]
99   - modify configuration to allow controlling connections for non-local starts
100   - testbed creation with topology (needs working F2F topology) 
101   - testbed with churn 
102   - implement testcases for distributed testing
103   - test basic peer re-configure 
104   - test topology creation 
105   - test churn generation 
106   - consider changing API for peer-group termination to 
107     call continuation when done
108 * NAT/UPNP: [MW]
109   - finalize API design
110   - code clean up
111   - testing
112   - integration with transport service
113 * MYSQL database backends: [CG]
114   - datacache
115   - datastore
116 * FS:
117   - reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download)
118
119
120 0.9.0:
121 * new webpage:
122   - expand bibliography
123   - convert documentation pages to books
124   - update books (especially for developers)
125   - create good Drupal theme for GNUnet
126   - make a NICE download page and figure out how to enable developers to publish TGZs nicely
127   - port "contact" page
128   - add content type for "todo" items?
129 * POSTGRES database backends: [CG]
130   - datacache
131   - datastore
132 * Determine RC bugs and fix those!
133
134 0.9.x:
135 * TRANSPORT: [MW]
136   - SMTP transport backend
137   - HTTPS transport backend
138     + improved HTTPS support in MHD
139     + actual plugin
140   - Implement method of learning our external addresses from
141     other peers; need some kind of threshold-based
142     scheme, limiting both the total number of addresses that we accept 
143     this way as well as requiring multiple confirmations; also, we
144     should possibly try to confirm that the given address works for
145     us ourselves (loopback-style) before adding it to the list
146     + we may be able to simplify WELCOME messages (no need to add 
147       addresses there anymore, but may help to learn them there anyway...).
148     + we probably want some kind of voting/counting for learning IP addresses
149       (maybe including IP addresses in ads proportional to how often others
150        report them? we at least need some protection against >64k HELLOs!),
151     + provide a way to give the user a list of "learned" IP addresses and
152       a way to easily "veto" addresses off the list!
153       => If MiM attacker uses vetoed address, blacklist the specific IP for
154          the presumed neighbour!
155   - implement gnunet-transport (transport configurator / tester)
156   - UPnP-based IP detection
157     (Note: build library always, build service when libxml2/etc. are available)
158 * FS: [CG]
159   - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
160 * PEERINFO: [CG]
161   - expire 'ancient' HELLOs (those without valid addresses AND that 
162     we have not 'used' (for their public keys) in a while; need a way
163     to track actual 'use')
164   - make sue we also trigger notifications whenever HELLOs expire
165 * VPN
166
167
168
169 Optimizations:
170 * TCP:
171   - should use hash map to look up sessions
172 * STATISTICS:
173   - should use BIO instead of mmap
174 * TRANSPORT:
175   - need to periodically probe latency/transport cost changes & possibly switch transport
176   - should use hash map to look up Neighbours (service AND plugins!)
177 * DATASTORE (?):
178   - check for duplicates on insertion (currently, same content is frequently
179     stored again [seen with KBLOCKS and SBLOCKS]!)
180 * PEERINFO:
181   - merge multiple HELLOs of the same peer in the transmission queue
182     (theoretically reduces overhead; bounds message queue size)
183   - merge multiple iteration requests over "all" peers in the queue
184     (theoretically reduces overhead; bounds messgae queue size)
185 * FS:
186   - use different queue prioritization for probe-downloads vs. normal downloads (!?)
187
188 Minor features:
189 * TCP:
190   - repeatedly resolve hostname and look up interfaces to determine our own IP
191   - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
192 * TRANSPORT:
193   - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
194 * BLOCKS:
195   - testcase would be nice...