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