comparison ChangeLog.API @ 27711:7fbf964c6c6c

Move the IDN support into the DNS routines. This turned out to be cleaner than I first thought, so here we go. All libpurple DNS routines support IDN when built against GNU libidn.
author Paul Aurich <paul@darkrain42.org>
date Sun, 19 Jul 2009 23:45:13 +0000
parents 36aa9ed8cd39
children 99baf778e0b9
comparison
equal deleted inserted replaced
27710:91333c6c16ef 27711:7fbf964c6c6c
40 * purple_ipv4_address_is_valid 40 * purple_ipv4_address_is_valid
41 * purple_ipv6_address_is_valid 41 * purple_ipv6_address_is_valid
42 * purple_log_get_activity_score 42 * purple_log_get_activity_score
43 * purple_markup_is_rtl 43 * purple_markup_is_rtl
44 * purple_markup_escape_text 44 * purple_markup_escape_text
45 * purple_network_convert_idn_to_ascii
45 * purple_network_force_online 46 * purple_network_force_online
46 * purple_network_set_stun_server 47 * purple_network_set_stun_server
47 * purple_network_set_turn_server 48 * purple_network_set_turn_server
48 * purple_network_get_stun_ip 49 * purple_network_get_stun_ip
49 * purple_network_get_turn_ip 50 * purple_network_get_turn_ip
81 core.h for details. 82 core.h for details.
82 * Added introspection of signals exposed via the D-Bus API. 83 * Added introspection of signals exposed via the D-Bus API.
83 * purple_find_buddies is now more efficient in the case where 84 * purple_find_buddies is now more efficient in the case where
84 it is enumerating all the buddies for an account. 85 it is enumerating all the buddies for an account.
85 * purple_find_group is now more efficient for large numbers of groups. 86 * purple_find_group is now more efficient for large numbers of groups.
87 * All DNS routines support internationalized domain names (IDNs) when
88 libpurple is compiled with GNU libidn.
86 89
87 Deprecated: 90 Deprecated:
88 * buddy-added and buddy-removed blist signals 91 * buddy-added and buddy-removed blist signals
89 * purple_blist_destroy 92 * purple_blist_destroy
90 * purple_blist_new 93 * purple_blist_new