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