3 - provide context menus to allow aborts of downloads/uploads
4 - provide way to handle errors (search, download, publish errors)
6 - write chapter on DHT/block [Nate]
7 - make a NICE download page
9 * Determine RC bugs and fix those (release should have no known real bugs)
11 - When receiving SESSION_CONNECT: actually consider switching session
14 - implement multi-peer FS performance tests + gauger them!
19 + should block plugins live in block/ or with fs/dht/vpn?
23 - 'TransmitFunction' requires plugins to have "unbounded" queue (or at least
24 queue of size > 2), might be better to have at MOST one message pending
25 per plugin/target and only send the next one after the continuation was
26 called (or use 'notify_transmit_ready-style API?)
27 - WLAN transport backend (code cleanup) [MW]
28 - need to periodically probe latency/transport cost changes & possibly switch transport
31 - proper bandwidth allocation
34 - merge multiple HELLOs of the same peer in the transmission queue
35 (theoretically reduces overhead; bounds message queue size)
36 - merge multiple iteration requests over "all" peers in the queue
37 (theoretically reduces overhead; bounds messgae queue size)
39 - should use BIO instead of mmap
41 - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
42 - use different queue prioritization for probe-downloads vs. normal downloads
43 - re-implement gnunet-auto-share
44 - implement 'GNUNET_FS_file_information_create_from_directory', avoiding
45 code duplication with gnunet-gtk's similar code (!)
48 - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
49 - add progress dialog for 'add_dir_at_iter' scan (can take a while...)
50 - NS list in search dialog should use colors to offset our own namespaces from the others
51 - right-clicking on NS list in search dialog should open menu that allows
52 * viewing full meta data
53 * deletion of namespace info
54 - implement unindex operation (use dialog with all indexed files for selection)
55 - finish publish dialog details:
56 + normalize keywords (edit subdialog)
57 - implement download by URI dialog; figure out where to display those downloads!
58 - add combo box to select desired mime type for search
60 - better tracking of which config changes actually need to cause process restarts by ARM.
61 - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
62 - discover dependencies between services
66 - expire 'ancient' HELLOs (those without valid addresses AND that
67 we have not 'used' (for their public keys) in a while; need a way
68 to track actual 'use')
69 - make sue we also trigger notifications whenever HELLOs expire
71 - nice signal strength adjustment [MW]
72 - energy cost in ATS [MW]
74 - testcase would be nice
76 - implement statistics GUI (=> start from gnunet-gtk by button!)
78 - move peerinfo to new GUI (=> start from gnunet-gtk by button!)
79 - extend peer dialog with green-yellow-red connectivity status lights
80 - extend peer dialog with country flags and names
83 * SMTP transport backend:
84 - sending (SMTP/SMTPS)
85 - receiving (IMAP/IMAPS/POP?)
88 - resource limit integration with ATS
92 - optimized routes (beyond DHT/DV)