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