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