Fixed compile warnings under windows
[oweals/gnunet.git] / TODO
1 0.9.0pre2:
2 * UTIL:
3   - only connect() sockets that are ready (select()) [Nils]
4     [On W32, we need to select after calling socket before doing connect etc.]
5 * TRANSPORT:
6   - HTTP backend [MW]
7   - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
8     (transport notified us that we connected to ourselves!!!)
9 * CORE:
10   - transport-level disconnect (i.e. TCP) does not cause core-level
11     disconnect in a timely fashion (waits for connection timeout);
12     need to figure a way to make it near-instant in those cases 
13     (i.e. rapid reduction in timeout on transport-level disconnect) [CG]
14   - derived key generation [Nils]
15 * DHT: [Nate]
16   - implement DHT service 
17   - implement testcases
18   - implement performance tests
19 * FS: [CG]
20   - trust: do not charge when "idle" / load considerations (migration, routing)
21   - unindex on index failure
22   - listing of learned namespaces
23   - artificial delays
24   - active reply route caching design & implementation of service; gap extension!
25   - utilize in-line files in meta data always (including in search results or
26     when download is triggered manually and for probes); currently the data is
27     only used when users do a general 'recursive' download
28   - location URIs (publish, search, download)
29   - non-anonymous FS service (needs DHT)
30     + DHT integration for search
31     + CS-DHT-functions (DHT-put of LOC)
32     + P2P-functions (DHT-get)
33   - implement FS performance tests
34     + insert
35     + download
36     + search
37     + unindex
38 * GNUNET-GTK: [CG]
39   - implement publish dialog details:
40     + open (import directory structure)
41     + normalize keywords (edit subdialog)
42     + set/view previews (edit subdialog)
43     + mark 'insert file' button inconsistent for directories (edit subdialog)
44   - right-clicking on search result should open menu that allows:
45     + starting recursive download 
46     + aborting active download 
47     + copy URI to clipboard 
48     + save-as gnunet-directory
49   - events:
50     + implement clear button in search tabs (to stop downloads)
51     + search resume
52     + search error
53     + download error
54     + download resume
55     + publish resume
56     + publish error
57   - implement new-pseudonym dialog
58   - namespace search
59   - NS list in search dialog should use colors to offset our own namespaces from the others
60   - double-clicking on NS list in search dialog should move 'root' to keyword line
61   - right-clicking on NS list in search dialog should open menu that allows 
62     + viewing full meta data 
63     + deletion of namespace info
64   - extend peer dialog with green-yellow-red connectivity status lights
65   - extend peer dialog with country flags and names
66   - implement statistics tabs
67   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
68   - implement unindex operation (use dialog with all indexed files for selection)
69   - implement download by URI dialog; figure out where to display those downloads!
70   - figure out where in the GUI we should show active uploads/unindex operations and allow aborts
71   - handle 'lost parent' case for recursive downloads (need to move children!)
72 * MONKEY: [Safey]
73   - better crash management (attach debugging support, capture and analyze
74     debug output, detect random vs. deterministic crashes)
75 * TBENCH: [MW]
76   - good to have for transport/DV evaluation! 
77 * DV: [Nate]
78   - implement performance tests (needs tbench)
79
80
81 0.9.0pre3:
82 * TRACEKIT: [MW]
83   - good to have for DV/DHT evaluation!
84 * Determine RC bugs and fix those!
85 * DATASTORE:
86   - GNUNET_DATASTORE_cancel method not tested
87 * TESTING: [Nate]
88   - test basic peer re-configure 
89   - consider changing API for peer-group termination to 
90     call continuation when done
91 * TOPOLOGY:
92   - needs more testing (especially F2F topology) & transport blacklisting
93 * NAT/UPNP: [MW]
94   - finalize API design
95   - code clean up
96   - testing
97   - integration with transport service
98 * MYSQL database backends: [CG]
99   - datacache
100   - datastore
101 * FS: [CG]
102   - reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download)
103   - add support for pushing "already seen" search results to FS service for bloomfilter (can wait)
104   - use different 'priority' for probe downloads vs. normal downloads
105 * ARM: [CG/Safey]
106   - better tracking of which config changes actually need to cause process restarts by ARM.
107   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
108   - discover dependencies between services
109 * STATISTICS:
110   - test notification-based statistics API
111 * SETUP:
112   - design & implement new setup tool
113
114 0.9.0:
115 * new webpage:
116   - convert documentation pages to books
117   - update books (especially for developers)
118   - create good Drupal theme for GNUnet
119   - make a NICE download page and figure out how to enable developers to publish TGZs nicely
120   - port "contact" page
121   - add content type for "todo" items?
122 * POSTGRES database backends: [CG]
123   - datacache
124   - datastore
125 * Determine RC bugs and fix those!
126
127 0.9.x:
128 * TRANSPORT: [MW]
129   - SMTP transport backend
130   - HTTPS transport backend
131     + improved HTTPS support in MHD
132     + actual plugin
133   - Implement method of learning our external addresses from
134     other peers; need some kind of threshold-based
135     scheme, limiting both the total number of addresses that we accept 
136     this way as well as requiring multiple confirmations; also, we
137     should possibly try to confirm that the given address works for
138     us ourselves (loopback-style) before adding it to the list
139     + we may be able to simplify WELCOME messages (no need to add 
140       addresses there anymore, but may help to learn them there anyway...).
141     + we probably want some kind of voting/counting for learning IP addresses
142       (maybe including IP addresses in ads proportional to how often others
143        report them? we at least need some protection against >64k HELLOs!),
144     + provide a way to give the user a list of "learned" IP addresses and
145       a way to easily "veto" addresses off the list!
146       => If MiM attacker uses vetoed address, blacklist the specific IP for
147          the presumed neighbour!
148   - implement gnunet-transport (transport configurator / tester)
149   - UPnP-based IP detection
150     (Note: build library always, build service when libxml2/etc. are available)
151 * FS: [CG]
152   - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
153 * PEERINFO: [CG]
154   - expire 'ancient' HELLOs (those without valid addresses AND that 
155     we have not 'used' (for their public keys) in a while; need a way
156     to track actual 'use')
157   - make sue we also trigger notifications whenever HELLOs expire
158 * VPN
159 * UTIL:
160   - allow limiting UNIX socket access by UID/GID
161
162
163
164 Optimizations:
165 * TCP:
166   - should use hash map to look up sessions
167 * STATISTICS:
168   - should use BIO instead of mmap
169 * TRANSPORT:
170   - need to periodically probe latency/transport cost changes & possibly switch transport
171   - should use hash map to look up Neighbours (service AND plugins!)
172 * PEERINFO:
173   - merge multiple HELLOs of the same peer in the transmission queue
174     (theoretically reduces overhead; bounds message queue size)
175   - merge multiple iteration requests over "all" peers in the queue
176     (theoretically reduces overhead; bounds messgae queue size)
177 * FS:
178   - use different queue prioritization for probe-downloads vs. normal downloads (!?)
179 * CORE:
180   - encrypted P2P transmission (loopback) tops at 2 MB/s on my quad-core;
181     why is it so slow? Fix! (see core_api_reliability test)
182
183 Minor features:
184 * TCP:
185   - repeatedly resolve hostname and look up interfaces to determine our own IP
186   - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
187 * TRANSPORT:
188   - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
189 * BLOCKS:
190   - testcase would be nice...