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