c6906eef68eb3c3d0b4038324309575c1f322329
[oweals/gnunet.git] / TODO
1 0.9.0pre2:
2 * UTIL:
3   - only connect() sockets that are ready (select()) [Nils]
4     [On W32, we need to select after calling socket before doing connect etc.]
5 * CORE:
6   - derived key generation [Nils]
7   - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
8     (transport notified us that we connected to ourselves!!!)
9   - transport-level disconnect (i.e. TCP) does not cause core-level
10     disconnect in a timely fashion (waits for connection timeout);
11     need to figure a way to make it near-instant in those cases 
12     (i.e. rapid reduction in timeout on transport-level disconnect) [CG]
13     => may have been fixed with instant-notification of disconnect
14        to core on session-oriented connection hick-up; not perfect but
15        likely good enough until we get ATS going; still should be tested...
16 `    => "peers connected (transport)" now instantly goes to ZERO (core statistic),
17        but "established sessions" stays up...
18  * PWNAT: [Nate/MW/Nils]
19   - W32 port
20 * GNUNET-GTK: [CG]
21   - handle 'lost parent' case for recursive downloads (need to move children!)
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: [MW]
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 * POSTGRES database backends: [CG]
72   - datacache
73   - datastore
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 * 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
101 0.9.1:
102 * TRANSPORT: [MW]
103   - WiFi transport backend [DB]
104   - implement gnunet-transport (transport configurator / tester)
105   - Implement method of learning our external addresses from
106     other peers; need some kind of threshold-based
107     scheme, limiting both the total number of addresses that we accept 
108     this way as well as requiring multiple confirmations; also, we
109     should possibly try to confirm that the given address works for
110     us ourselves (loopback-style) before adding it to the list
111     + we may be able to simplify WELCOME messages (no need to add 
112       addresses there anymore, but may help to learn them there anyway...).
113     + we probably want some kind of voting/counting for learning IP addresses
114       (maybe including IP addresses in ads proportional to how often others
115        report them? we at least need some protection against >64k HELLOs!),
116     + provide a way to give the user a list of "learned" IP addresses and
117       a way to easily "veto" addresses off the list!
118       => If MiM attacker uses vetoed address, blacklist the specific IP for
119          the presumed neighbour!
120   - need to periodically probe latency/transport cost changes & possibly switch transport
121   - should use hash map to look up Neighbours (service AND plugins!)
122 * DV: [Nate]
123   - proper bandwidth allocation
124   - performance tests
125 * PEERINFO:
126   - merge multiple HELLOs of the same peer in the transmission queue
127     (theoretically reduces overhead; bounds message queue size)
128   - merge multiple iteration requests over "all" peers in the queue
129     (theoretically reduces overhead; bounds messgae queue size)
130 * STATISTICS: [CG]
131   - should use BIO instead of mmap
132 * FS: [CG]
133   - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
134   - use different queue prioritization for probe-downloads vs. normal downloads
135 * UTIL: [CG]
136   - allow limiting UNIX socket access by UID/GID
137 * GNUNET-GTK: [CG]
138   - add tool bar
139   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
140   - add progress dialog for 'add_dir_at_iter' scan (can take a while...)
141   - NS list in search dialog should use colors to offset our own namespaces from the others
142   - right-clicking on NS list in search dialog should open menu that allows 
143     * viewing full meta data 
144     * deletion of namespace info
145
146 0.9.2:
147 * PEERINFO: [NN]
148   - expire 'ancient' HELLOs (those without valid addresses AND that 
149     we have not 'used' (for their public keys) in a while; need a way
150     to track actual 'use')
151   - make sue we also trigger notifications whenever HELLOs expire
152 * TCP:
153   - repeatedly resolve hostname and look up interfaces to determine our own IP
154   - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
155 * TRANSPORT:
156   - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
157   - WiFi transport backend
158     * nice signal strength adjustment [MW]
159     * energy cost in ATS [MW]
160 * BLOCKS:
161   - testcase would be nice
162   - generic block support for DHT
163 * STATISTICS:
164   - test notification-based statistics API [LT]
165   - implement statistics GUI (=> start from gnunet-gtk by button!)
166 * PEERINFO: [NN]
167   - move peerinfo to new GUI (=> start from gnunet-gtk by button!)
168   - extend peer dialog with green-yellow-red connectivity status lights
169   - extend peer dialog with country flags and names
170
171 0.9.3:
172 * SMTP transport backend:
173   - sending (SMTP/SMTPS)
174   - receiving (IMAP/IMAPS/POP?)
175   - rate limiting
176   - improved batching
177   - resource limit integration with ATS
178 * VPN [PT]
179   - DNS hijacking
180   - DNS exit
181   - TCP entry/exit
182   - UDP entry/exit
183   - internal services
184   - integration with DHT routing
185   - optimized routes (beyond DHT/DV)
186   - "DNS" .gnunet