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