log libpurple/conversation.c @ 31716:94e1e3ed0bb0

age author description
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
Wed, 22 Jun 2011 02:48:46 +0000 Paul Aurich Pluck the performance improvement code needed for large IRC channels.
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.
Sun, 13 Mar 2011 18:14:04 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head fb4d2b014576462db99d919dea15fbed03f1f48a)
Mon, 21 Feb 2011 23:08:47 +0000 Evan Schoenberg Moved the conversation attributes API and the IRC periodic WHO updates to i.p.p.next.minor, where they belong.
Thu, 24 Feb 2011 18:02:21 +0000 Paul Aurich merge of '06e774c0ba90c7cb6ce1c2299d19bb31c24fab05'
Mon, 21 Feb 2011 22:57:30 +0000 Evan Schoenberg merge of '4f105e3377f4f4857b76c46669e414e45bdde0d1'
Mon, 21 Feb 2011 22:55:51 +0000 Evan Schoenberg disapproval of revision 'a694289accbec14c593b3636ef1f626fd8279805'
Mon, 21 Feb 2011 22:56:01 +0000 Evan Schoenberg disapproval of revision '7ee5e1d431651ed2b1a54bc942d63f35580af55c'
Mon, 21 Feb 2011 02:22:05 +0000 Paul Aurich Spaces -> \t
Mon, 21 Feb 2011 01:18:49 +0000 Evan Schoenberg applied changes from 471aa5f04627823959bd9accda5d5e5630f119d5
Mon, 21 Feb 2011 00:19:45 +0000 Evan Schoenberg Patch from Zac West, plucked from several im.pidgin.adium commits, which adds an API for setting and getting attributes on PurpleConvChatBuddys
Sat, 05 Feb 2011 22:38:55 +0000 hanzz k conversation: Move the "not typing" logic for receipt of a message to purple_conv_im_write.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
Mon, 16 Nov 2009 21:04:49 +0000 Marcus Lundblad Remove purple_conversation_attention (also let prpl_send_attention handle
Tue, 28 Jul 2009 20:52:33 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 46ae10a850bb3c3ce9a3bb47a7de9edd4becdb93)
Mon, 22 Jun 2009 21:53:53 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 74c00c33cab0e208691543b25eeae7906f6e4181)
Mon, 08 Jun 2009 18:28:31 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 46523386d682c917679b3de662d51a5bda0da46b)
Sat, 02 May 2009 06:39:51 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 13ac492a493b4d31c8b29905174b43a533304300)
Mon, 13 Apr 2009 13:37:33 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
Mon, 02 Mar 2009 22:07:59 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Mon, 20 Oct 2008 18:44:06 +0000 Marcus Lundblad Adds attention UI to Pidgin (can send attentions using a menu item)
Mon, 27 Jul 2009 04:12:06 +0000 aman More efficient purple_find_conversation_with_account. Closes #9703.