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