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