]> git.meshlink.io Git - catta/blob - docs/TODO
update TODO
[catta] / docs / TODO
1 for 0.6:
2 * Add sensible record updating API
3 * add subtype browsing
4 * add simplification routine for adding services 
5 * add API to add addresses without reverse PTR record
6
7 * remove queries from queue if the browse object they were issued from is destroyed
8
9 * add API to allow user to tell the server that some service is not reachable
10
11 * Add static host configuration like static services [lathiat]
12 * wrap avahi_server_add_record() via DBUS and in avahi-client  [lathiat]
13
14 * add option to disable SO_REUSEADDR to disallow binding of multiple processes to port 5353
15
16 * add flags argument to disable cookies-setting for local services
17
18 * reset commit throttling for entry groups after a while
19
20
21 later:
22 * support for special domain PTR records based on local IP subnet address
23 * Changes resulting in updated RFC of 7th June 2005:
24   * Defer responses to replies with TC bit set by 400-500msec
25   * Defer unicast responses the same way as multicast responses 
26 * DNSSEC
27 * Wide area DNS Update
28 * long lived queries
29   
30 done:
31 * drop glib from avahi-daemon
32 * doxygen updates
33 * deal with no local interface
34 * Probing/Conflict resolution
35 * uniqueness
36 * respect escaping in name serialization
37 * really send goodbye packets
38 * refresh subscribed records only
39 * FLX_DNS_TYPE_ANY support
40 * Known-Answer suppression client part
41 * Known-Answer suppression server part
42 * make flx_server_add_text() and flx_server_add_service() variadic functions
43 * name compression
44 * remove expression "rrset" from source files
45 * defend our entries on incoming goodbye
46 * allow NULL bytes in TXT records
47 * add flx_server_add_service_strlst() and friends
48 * change flx_* to avahi_*
49 * Unicast responses/queries
50 * Legacy unicast
51 * no flush bit in known answer
52 * always set AA
53 * check: TC bit is valid for queries ONLY
54 * add SRV and TXT records referenced from PTR records automatically to packet
55 * add A and AAAA records referenced from SRV records automatically to packet
56 * support known answer suppresion for incoming unicast queries
57 * check wether RRsets are supported correctly (i.e. that all records of an
58   RRset are really sent if it is requested) (rfc 2181)
59 * case insensitve comparison
60 * drop records from cache only one second after flush cache bit entry was received
61 * either send entire RRSET or don't set flush cache bit!
62 * mantain flush cache bit correctly in psched
63 * Return to probing state on conflict
64 * response job dependencies
65 * enlarge packet in case a record/query is too large to fit in a normal packet
66 * reflector
67 * test against apple test suite
68 * sensible logging
69 * c++ support
70 * drop trailing dot on avahi_normalize_name()
71 * add entry_group::reset()
72 * add internal error codes
73 * finish DBUS stuff: allow NUL bytes in TXT records
74 * allow srv port == 0
75 * avahi-client:
76    * service resolving
77    * examples
78 * publish IP addresses with scope "link" only, unless ther are the only one the interface
79 * release 0.2!
80 * add identical service detection cookie
81 * add API to detect if a service is local
82 * make AVAHI_PROTO_xxx well defined constants
83 * if two local clients browse for the same RRs, only send out query series once
84 * handle multicast/wide area resolving for reverse host name looups
85 * add wide area support (i.e. DNS-SD over unicast DNS) 
86 * add a way to notify the user that all cache entries have been read when browsing
87 * allow resolving of services without name
88 * add sever version check to avahi-client
89 * Passive observation of failures