fix compile warning
[oweals/gnunet.git] / TODO
1 0.9.0pre2:
2  FS:
3   - measure latencies (core, datastore) => trust economy
4   - refuse content migration message (or solicit?)
5   - FS performance benchmarking
6   - integrate with DHT (need DHT API to fit block API better first; also, get rid of the continuation!)
7 * DHT: [Nate]
8   - use new block lib in service
9   - provide block-lib compatible API in gnunet_dht_service.h
10   - eliminate continuations in DHT API (not needed, we have auto-retransmit!)
11 * CORE:
12   - derived key generation [Nils]
13   - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
14     (transport notified us that we connected to ourselves!!!)
15   - transport-level disconnect (i.e. TCP) does not cause core-level
16     disconnect in a timely fashion (waits for connection timeout);
17     need to figure a way to make it near-instant in those cases 
18     (i.e. rapid reduction in timeout on transport-level disconnect) [CG]
19     => may have been fixed with instant-notification of disconnect
20        to core on session-oriented connection hick-up; not perfect but
21        likely good enough until we get ATS going; still should be tested...
22     => "peers connected (transport)" now instantly goes to ZERO (core statistic),
23        but "established sessions" stays up...
24
25 0.9.0pre3:
26 * Determine RC bugs and fix those (release should have no known real bugs)
27 * DATASTORE: [LT]
28   - GNUNET_DATASTORE_cancel method not tested [LT]
29 * TESTING: [Nate]
30   - test basic peer re-configure 
31 * TOPOLOGY: [Nate]
32   - needs more testing (especially F2F topology) & transport blacklisting
33 * TRANSPORT-TCP [MW]:
34   - should use hash map to look up sessions
35 * NAT/UPNP: [Milan]
36   - finalize API design
37   - code clean up
38   - testing
39   - integration with transport service
40   - also do UPnP-based (external) IP detection
41     (Note: build library always, build UPnP service when dependencies like libxml2 are available)
42 * FS: [CG]
43   - library:
44     + reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download)
45     + add support for pushing "already seen" search results to FS service for bloomfilter
46     + use different 'priority' for probe downloads vs. normal downloads
47   - service:
48     + trust: do not charge when "idle" / load considerations (migration, routing)
49     + artificial delays
50     + active reply route caching design & implementation; gap extension!
51   - non-anonymous FS service (needs DHT)
52     + DHT integration for search
53     + CS-DHT-functions (DHT-put of LOC)
54     + P2P-functions (DHT-get)
55   - implement FS performance tests
56     + insert
57     + download
58     + search
59     + unindex
60   - re-implement gnunet-auto-share
61 * GNUNET-GTK:
62   - optimize meta-data for directories in 'add_dir_at_iter'
63   - finish publish dialog details:
64     + normalize keywords (edit subdialog)
65     + set/view previews (edit subdialog)
66   - implement download by URI dialog; figure out where to display those downloads!
67   - figure out where in the GUI we should show active uploads/unindex operations and allow aborts
68   - implement unindex operation (use dialog with all indexed files for selection)
69   - events:
70     + search error
71     + publish error
72     + unindex error
73 * ARM: [CG/Safey]
74   - better tracking of which config changes actually need to cause process restarts by ARM.
75   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
76   - discover dependencies between services
77 * MONKEY: [Safey]
78   - better crash management (attach debugging support, capture and analyze
79     debug output, detect random vs. deterministic crashes)
80   - '-m EMAIL' option for alternative e-mail TO
81   - '-f FILENAME' option to write  report to file instead of e-mail (for testing!)
82
83 0.9.0:
84 * Determine RC bugs and fix those  (release should have no known real bugs)
85 * UTIL:
86   - only connect() sockets that are ready (select()) [Nils]
87     [On W32, we need to select after calling socket before doing connect etc.]
88 * new webpage: [BL]
89   - convert documentation pages to books
90   - update books (especially for developers)
91   - make a NICE download page and figure out how to enable developers to publish TGZs nicely
92   - port "contact" page
93   - add content type for "todo" items
94 * SETUP: [CG]
95   - design & implement new setup tool
96 * TBENCH: [MW]
97   - good to have for transport/DV evaluation! 
98 * TRACEKIT: [MW]
99   - good to have for DHT evaluation!
100 * DHT: [Nate]
101   - performance tests
102 * BLOCK:
103   - more testing (KBlock, SBlock, NBlock)
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