comparison ChangeLog @ 27700:5299547556ae

move MSN stuff to its own section
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 19 Jul 2009 17:35:06 +0000
parents f95bcb5eb047
children 4fb5e292de75
comparison
equal deleted inserted replaced
27699:2cd9560f9795 27700:5299547556ae
28 or "off" variable. Set it to any value to turn it on and unset it to 28 or "off" variable. Set it to any value to turn it on and unset it to
29 turn it off. This will be used to perform various actions that are 29 turn it off. This will be used to perform various actions that are
30 useful when running libpurple inside of Valgrind or similar programs. 30 useful when running libpurple inside of Valgrind or similar programs.
31 Currently, it keeps plugins in memory, allowing Valgrind to perform 31 Currently, it keeps plugins in memory, allowing Valgrind to perform
32 symbol resolution of leak traces at shutdown. 32 symbol resolution of leak traces at shutdown.
33 * Add support for receiving handwritten (ink) messages on MSN.
34 * Don't do IPv6 address lookups if the computer does not have an IPv6 33 * Don't do IPv6 address lookups if the computer does not have an IPv6
35 address configured. 34 address configured.
36 * Add support for receiving audio clips on MSN.
37 * Fix a leak when the UI provides its own DNS resolving UI op. 35 * Fix a leak when the UI provides its own DNS resolving UI op.
38 (Aman Gupta) 36 (Aman Gupta)
39 * Don't fork a DNS resolver process to resolve IP addresses. (Aman Gupta) 37 * Don't fork a DNS resolver process to resolve IP addresses. (Aman Gupta)
40 * Show the invite message for buddies that requested authorization
41 from you on MSN.
42 * Support sending an invite message to buddies when requesting authorization
43 from them on MSN.
44 * Better handling of corrupt certificates in the TLS Peers cache. 38 * Better handling of corrupt certificates in the TLS Peers cache.
45 * More efficient purple_find_buddies() and purple_find_group() functions. 39 * More efficient purple_find_buddies() and purple_find_group() functions.
46 (Jan Kaluza and Aman Gupta) 40 (Jan Kaluza and Aman Gupta)
47 41
48 AIM and ICQ: 42 AIM and ICQ:
127 common protocol code. You can now have the same account on both 121 common protocol code. You can now have the same account on both
128 networks. 122 networks.
129 * Ability to set personal details for an account and for buddies in the 123 * Ability to set personal details for an account and for buddies in the
130 buddylist. 124 buddylist.
131 125
126 MSN:
127 * Add support for receiving handwritten (ink) messages on MSN.
128 * Add support for receiving audio clips on MSN.
129 * Show the invite message for buddies that requested authorization
130 from you on MSN.
131 * Support sending an invite message to buddies when requesting authorization
132 from them on MSN.
133
132 Pidgin: 134 Pidgin:
133 * Added -f command line option to tell Pidgin to ignore NetworkManager 135 * Added -f command line option to tell Pidgin to ignore NetworkManager
134 and assume it has a valid network connection. 136 and assume it has a valid network connection.
135 * Allow plugins to specify custom link types to the GtkIMHtml widget. 137 * Allow plugins to specify custom link types to the GtkIMHtml widget.
136 * The status message input box at the bottom of the buddy list expands 138 * The status message input box at the bottom of the buddy list expands