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