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