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