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