aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: faa615e40f913c09f1767a0d46bc15a199b2cf0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
This is just the current plan, plans change.

Annotations:
  RC == Release Critical


0.7.4 (goal: polish):
- CRASH:
(gdb) ba
#0  0xb73d3057 in adns__internal_check () from /usr/lib/libadns.so.1
#1  0xb73d33a9 in adns_check () from /usr/lib/libadns.so.1
#2  0xb78937ba in cache_resolve (cache=0x844bf90) at dns.c:89
#3  0xb7893dc2 in GNUNET_get_ip_as_string (sav=0x84518b4, salen=16, do_resolve=1) at dns.c:256
#4  0xb6ec3714 in collector (data=0x83e9640, identity=0x8451868, address=0x84518b4,
    addr_len=16, last_message=0, trust=59, bpmFromPeer=0) at peers.c:115
#5  0xb6e4c177 in GNUNET_IDENTITY_request_peer_infos (sock=0x844a478,
    callback=0xb6ec34fc <collector>, cls=0x83e9640) at clientapi.c:216
#6  0xb6ec3db1 in getPeerModel () at peers.c:227
#7  0xb6ec3f02 in updatePeerInfo (dummy=0x0) at peers.c:268
#8  0xb7884ec3 in runJob (cron=0x806cf08) at cron.c:529
#9  0xb7884fad in cron_main_method (ctx=0x806cf08) at cron.c:569
#10 0xb76b2383 in start_thread () from /lib/libpthread.so.0
#11 0xb763673e in clone () from /lib/libc.so.6

- improve collection handling [RC]
  + show content of current collection somewhere
  + does it make sense to have "no update" for collections?
  + for sporadically updated collection, have 'publish now' button
- design and use of short/nice namespace names/search URIs
- pop-up dialogs / context menus (show extra information, in particular full metadata) [RC]
- add right button popup menu operations for "Select by pattern" in the search result list.
- for potentially long clists, add option to specify a string
  pattern that must be matched for the lines to be displayed
  (to further prune search results, for example)
- #747: sharing stats for gnunet-gtk

0.8.0 (goal: expand features):
- chat [RC]
- add option to list all indexed files and delete from them
  (ECRS now supports listing of indexed files!
    => but this ECRS functionality may need to be tested!) [RC]
- implement search bookmarking (e.g. user could add/edit/delete
  favourite namespace/key etc combinations)

1.0.0 (goal: "userfriendly"):
- a completely new interactive directory building
  module that would allow importing files/directories from
  disk and edit various parameters, file descriptions and
  the dir tree structure before the insertion.
- also allow creation of directory from known file IDs [RC]
  + have sortability
  + have multiselection
  + print filenames as well
- gnunet-tracekit plugin [RC]