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