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