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