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