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