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