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