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