log libpurple/conversation.c @ 32827:4a34689eeb33 default tip

age author description
Sat, 19 Nov 2011 14:42:54 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin default tip
Mon, 24 Oct 2011 05:37:19 +0000 Elliott Sales de Andrade Our API really shouldn't have a 'gc' in it anymore.
Fri, 21 Oct 2011 20:39:29 +0000 andrew victor Hide struct _PurpleConvMessage.
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sun, 02 Oct 2011 00:14:08 +0000 Kevin Stange Restore a union member lost in the merge due to struct hiding.
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Sat, 01 Oct 2011 16:48:40 +0000 andrew victor Hide struct _PurpleConversation.
Sat, 01 Oct 2011 13:03:38 +0000 andrew victor Hide struct _PurpleConvChatBuddy.
Sat, 01 Oct 2011 11:35:15 +0000 andrew victor Hide struct _PurpleConvIm.
Sat, 01 Oct 2011 11:29:43 +0000 andrew victor Hide struct _PurpleConvChat.
Mon, 26 Sep 2011 14:57:21 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 05 Sep 2011 20:16:47 +0000 andrew victor purple_conv_chat_set_users() has been deprecated since 2.9.0, and can be removed for 3.0.0.
Mon, 29 Aug 2011 12:28:49 +0900 Yoshiki Yazawa merge to upstream
Fri, 26 Aug 2011 21:25:25 +0000 andrew victor These pointers should rather be marked const.
Fri, 26 Aug 2011 20:51:39 +0000 andrew victor Add accessor functions purple_conversation_get_ui_data() and purple_conversation_set_ui_data().
Mon, 22 Aug 2011 11:20:05 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 27 Jun 2011 07:01:10 +0000 Paul Aurich conversation: Hmm, this shouldn't be set to NULL; tends to break stuff.
Wed, 22 Jun 2011 02:35:45 +0000 Paul Aurich conversation: Use the right comparison type (case-sensitive) for the hash table
Tue, 21 Jun 2011 05:45:24 +0000 Paul Aurich conversation: Okay, one final fix.
Tue, 21 Jun 2011 04:35:04 +0000 Paul Aurich Add constant-time lookup of row in the userlist by way of PurpleConvChatBuddy ui_data
Tue, 21 Jun 2011 03:34:50 +0000 Paul Aurich conversation: Use a copy of the name and clear hash after emitting "left" signals
Tue, 21 Jun 2011 01:40:54 +0000 Paul Aurich conversation: Strip off the exposed function pointers.
Mon, 20 Jun 2011 05:24:30 +0000 Paul Aurich conversation: O(1) purple_conv_chat_cb_find
Sun, 26 Jun 2011 02:27:01 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Wed, 22 Jun 2011 02:48:46 +0000 Paul Aurich Pluck the performance improvement code needed for large IRC channels.
Fri, 01 Apr 2011 13:47:51 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Thu, 31 Mar 2011 04:41:27 +0000 Paul Aurich Add a cleared-message-history conversation signal, and use it in Pidgin and Finch
Mon, 21 Mar 2011 00:10:53 +0000 Elliott Sales de Andrade Fix indenting.
Thu, 17 Mar 2011 20:25:26 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin