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