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