backup previous changes before altering routing algorithm yet again
[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   - derived key generation [Nils]
12   - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
13     (transport notified us that we connected to ourselves!!!)
14   - transport-level disconnect (i.e. TCP) does not cause core-level
15     disconnect in a timely fashion (waits for connection timeout);
16     need to figure a way to make it near-instant in those cases 
17     (i.e. rapid reduction in timeout on transport-level disconnect) [CG]
18     => may have been fixed with instant-notification of disconnect
19        to core on session-oriented connection hick-up; not perfect but
20        likely good enough until we get ATS going; still should be tested...
21     => "peers connected (transport)" now instantly goes to ZERO (core statistic),
22        but "established sessions" stays up...
23
24 0.9.0pre3:
25 * Determine RC bugs and fix those (release should have no known real bugs)
26 * DATASTORE: [LT]
27   - GNUNET_DATASTORE_cancel method not tested [LT]
28 * TESTING: [Nate]
29   - test basic peer re-configure 
30 * TOPOLOGY: [Nate]
31   - needs more testing (especially F2F topology) & transport blacklisting
32 * TRANSPORT-TCP [MW]:
33   - should use hash map to look up sessions
34 * NAT/UPNP: [Milan]
35   - finalize API design
36   - code clean up
37   - testing
38   - integration with transport service
39   - also do UPnP-based (external) IP detection
40     (Note: build library always, build UPnP service when dependencies like libxml2 are available)
41 * FS: [CG]
42   - library:
43     + reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download)
44     + add support for pushing "already seen" search results to FS service for bloomfilter
45     + use different 'priority' for probe downloads vs. normal downloads
46   - service:
47     + trust: do not charge when "idle" / load considerations (migration, routing)
48     + artificial delays
49     + active reply route caching design & implementation; gap extension!
50   - non-anonymous FS service (needs DHT)
51     + DHT integration for search
52     + CS-DHT-functions (DHT-put of LOC)
53     + P2P-functions (DHT-get)
54   - implement FS performance tests
55     + insert
56     + download
57     + search
58     + unindex
59   - re-implement gnunet-auto-share
60 * GNUNET-GTK:
61   - optimize meta-data for directories in 'add_dir_at_iter'
62   - finish publish dialog details:
63     + normalize keywords (edit subdialog)
64     + set/view previews (edit subdialog)
65   - implement download by URI dialog; figure out where to display those downloads!
66   - figure out where in the GUI we should show active uploads/unindex operations and allow aborts
67   - implement unindex operation (use dialog with all indexed files for selection)
68   - events:
69     + search error
70     + publish error
71     + unindex error
72 * ARM: [CG/Safey]
73   - better tracking of which config changes actually need to cause process restarts by ARM.
74   - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
75   - discover dependencies between services
76 * MONKEY: [Safey]
77   - better crash management (attach debugging support, capture and analyze
78     debug output, detect random vs. deterministic crashes)
79   - '-m EMAIL' option for alternative e-mail TO
80   - '-f FILENAME' option to write  report to file instead of e-mail (for testing!)
81
82 0.9.0:
83 * Determine RC bugs and fix those  (release should have no known real bugs)
84 * UTIL:
85   - only connect() sockets that are ready (select()) [Nils]
86     [On W32, we need to select after calling socket before doing connect etc.]
87 * new webpage: [BL]
88   - convert documentation pages to books
89   - update books (especially for developers)
90   - make a NICE download page and figure out how to enable developers to publish TGZs nicely
91   - port "contact" page
92   - add content type for "todo" items
93 * SETUP: [CG]
94   - design & implement new setup tool
95 * TBENCH: [MW]
96   - good to have for transport/DV evaluation! 
97 * TRACEKIT: [MW]
98   - good to have for DHT evaluation!
99 * DHT: [Nate]
100   - performance tests
101 * BLOCK:
102   - more testing (KBlock, SBlock, NBlock)
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