9349189b36b9fe2b5846be6c858b50bab0e63b17
[oweals/gnunet.git] / TODO
1 0.9.0pre2:
2 * BLOCK:
3   - implement FS plugin
4   - design new block-lib API
5   - move FS serivce to new block API
6 * FS:
7   - integrate with DHT
8   - measure latencies (core, datastore) => trust economy
9   - refuse content migration message (or solicit?)
10   - FS performance benchmarking
11 * DHT:
12   - use new block lib
13 * CORE:
14   - derived key generation [Nils]
15   - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
16     (transport notified us that we connected to ourselves!!!)
17   - transport-level disconnect (i.e. TCP) does not cause core-level
18     disconnect in a timely fashion (waits for connection timeout);
19     need to figure a way to make it near-instant in those cases 
20     (i.e. rapid reduction in timeout on transport-level disconnect) [CG]
21     => may have been fixed with instant-notification of disconnect
22        to core on session-oriented connection hick-up; not perfect but
23        likely good enough until we get ATS going; still should be tested...
24     => "peers connected (transport)" now instantly goes to ZERO (core statistic),
25        but "established sessions" stays up...
26
27 0.9.0pre3:
28 * Determine RC bugs and fix those (release should have no known real bugs)
29 * DATASTORE: [LT]
30   - GNUNET_DATASTORE_cancel method not tested [LT]
31 * TESTING: [Nate]
32   - test basic peer re-configure 
33 * TOPOLOGY: [Nate]
34   - needs more testing (especially F2F topology) & transport blacklisting
35 * TRANSPORT-TCP [MW]:
36   - should use hash map to look up sessions
37 * NAT/UPNP: [Milan]
38   - finalize API design
39   - code clean up
40   - testing
41   - integration with transport service
42   - also do UPnP-based (external) IP detection
43     (Note: build library always, build UPnP service when dependencies like libxml2 are available)
44 * FS: [CG]
45   - library:
46     + reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download)
47     + add support for pushing "already seen" search results to FS service for bloomfilter
48     + use different 'priority' for probe downloads vs. normal downloads
49   - service:
50     + trust: do not charge when "idle" / load considerations (migration, routing)
51     + artificial delays
52     + active reply route caching design & implementation; gap extension!
53   - non-anonymous FS service (needs DHT)
54     + DHT integration for search
55     + CS-DHT-functions (DHT-put of LOC)
56     + P2P-functions (DHT-get)
57   - implement FS performance tests
58     + insert
59     + download
60     + search
61     + unindex
62   - re-implement gnunet-auto-share
63 * GNUNET-GTK:
64   - optimize meta-data for directories in 'add_dir_at_iter'
65   - finish publish dialog details:
66     + normalize keywords (edit subdialog)
67     + set/view previews (edit subdialog)
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   - implement unindex operation (use dialog with all indexed files for selection)
71   - events:
72     + search error
73     + publish error
74     + unindex error
75 * ARM: [CG/Safey]
76   - better tracking of which config changes actually need to cause process restarts by ARM.
77   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
78   - discover dependencies between services
79 * MONKEY: [Safey]
80   - better crash management (attach debugging support, capture and analyze
81     debug output, detect random vs. deterministic crashes)
82   - '-m EMAIL' option for alternative e-mail TO
83   - '-f FILENAME' option to write  report to file instead of e-mail (for testing!)
84
85 0.9.0:
86 * Determine RC bugs and fix those  (release should have no known real bugs)
87 * UTIL:
88   - only connect() sockets that are ready (select()) [Nils]
89     [On W32, we need to select after calling socket before doing connect etc.]
90 * new webpage: [BL]
91   - convert documentation pages to books
92   - update books (especially for developers)
93   - make a NICE download page and figure out how to enable developers to publish TGZs nicely
94   - port "contact" page
95   - add content type for "todo" items
96 * SETUP: [CG]
97   - design & implement new setup tool
98 * TBENCH: [MW]
99   - good to have for transport/DV evaluation! 
100 * TRACEKIT: [MW]
101   - good to have for DHT evaluation!
102 * DHT: [Nate]
103   - performance tests
104
105 0.9.1:
106 * TRANSPORT: [MW]
107   - WiFi transport backend [DB]
108   - implement gnunet-transport (transport configurator / tester)
109   - Implement method of learning our external addresses from
110     other peers; need some kind of threshold-based
111     scheme, limiting both the total number of addresses that we accept 
112     this way as well as requiring multiple confirmations; also, we
113     should possibly try to confirm that the given address works for
114     us ourselves (loopback-style) before adding it to the list
115     + we may be able to simplify WELCOME messages (no need to add 
116       addresses there anymore, but may help to learn them there anyway...).
117     + we probably want some kind of voting/counting for learning IP addresses
118       (maybe including IP addresses in ads proportional to how often others
119        report them? we at least need some protection against >64k HELLOs!),
120     + provide a way to give the user a list of "learned" IP addresses and
121       a way to easily "veto" addresses off the list!
122       => If MiM attacker uses vetoed address, blacklist the specific IP for
123          the presumed neighbour!
124   - need to periodically probe latency/transport cost changes & possibly switch transport
125   - should use hash map to look up Neighbours (service AND plugins!)
126 * DV: [Nate]
127   - proper bandwidth allocation
128   - performance tests
129 * PEERINFO:     
130   - merge multiple HELLOs of the same peer in the transmission queue
131     (theoretically reduces overhead; bounds message queue size)
132   - merge multiple iteration requests over "all" peers in the queue
133     (theoretically reduces overhead; bounds messgae queue size)
134 * STATISTICS: [CG]
135   - should use BIO instead of mmap
136 * FS: [CG]
137   - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
138   - use different queue prioritization for probe-downloads vs. normal downloads
139 * UTIL: [CG]
140   - allow limiting UNIX socket access by UID/GID
141 * GNUNET-GTK: [CG]
142   - add tool bar
143   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
144   - add progress dialog for 'add_dir_at_iter' scan (can take a while...)
145   - NS list in search dialog should use colors to offset our own namespaces from the others
146   - right-clicking on NS list in search dialog should open menu that allows 
147     * viewing full meta data 
148     * deletion of namespace info
149
150 0.9.2:
151 * PEERINFO: [NN]
152   - expire 'ancient' HELLOs (those without valid addresses AND that 
153     we have not 'used' (for their public keys) in a while; need a way
154     to track actual 'use')
155   - make sue we also trigger notifications whenever HELLOs expire
156 * TCP:
157   - repeatedly resolve hostname and look up interfaces to determine our own IP
158   - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
159 * TRANSPORT:
160   - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
161   - WiFi transport backend
162     * nice signal strength adjustment [MW]
163     * energy cost in ATS [MW]
164 * BLOCKS:
165   - testcase would be nice
166   - generic block support for DHT
167 * STATISTICS:
168   - test notification-based statistics API [LT]
169   - implement statistics GUI (=> start from gnunet-gtk by button!)
170 * PEERINFO: [NN]
171   - move peerinfo to new GUI (=> start from gnunet-gtk by button!)
172   - extend peer dialog with green-yellow-red connectivity status lights
173   - extend peer dialog with country flags and names
174
175 0.9.3:
176 * SMTP transport backend:
177   - sending (SMTP/SMTPS)
178   - receiving (IMAP/IMAPS/POP?)
179   - rate limiting
180   - improved batching
181   - resource limit integration with ATS
182 * VPN [PT]
183   - DNS hijacking
184   - DNS exit
185   - TCP entry/exit
186   - UDP entry/exit
187   - internal services
188   - integration with DHT routing
189   - optimized routes (beyond DHT/DV)
190   - "DNS" .gnunet