comparison ChangeLog.API @ 31699:5ffd5582f5fe

Pluck the performance improvement code needed for large IRC channels.
author Paul Aurich <paul@darkrain42.org>
date Wed, 22 Jun 2011 02:48:46 +0000
parents b1cceb8699fa
children ad61eb7068ab
comparison
equal deleted inserted replaced
31698:54ec596b599f 31699:5ffd5582f5fe
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.9.0: 3 version 2.9.0:
4 * No changes 4 libpurple:
5 Added:
6 * Hash table to PurpleConvChat struct, used to make
7 purple_conv_chat_cb_find O(1).
8 * ui_data pointer to PurpleConvChatBuddy struct.
9 * deleting-chat-buddy signal (conversation signals)
10
11 Deprecated:
12 * purple_conv_chat_set_users
13 * PurpleConvChat in_room list
5 14
6 version 2.8.0 (06/07/2011): 15 version 2.8.0 (06/07/2011):
7 libpurple: 16 libpurple:
8 Added: 17 Added:
9 * account-authorization-requested-with-message signal (Stefan Ott) 18 * account-authorization-requested-with-message signal (Stefan Ott)