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