log

age author description
Thu, 13 Nov 2008 19:11:19 +0000 Mark Doliner merge of 'b1b60077658bb1e01f71e81175786a8e7c3c4916'
Thu, 13 Nov 2008 09:19:17 +0000 Mark Doliner cmdproc->data should never be null. Log a warning message if it
Thu, 13 Nov 2008 18:55:04 +0000 Richard Laager A patch from Jaywalker to better handle conversations by user ID vs.
Thu, 13 Nov 2008 17:38:36 +0000 Richard Laager merge of '0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8'
Thu, 13 Nov 2008 09:00:45 +0000 Mark Doliner merge of '54ee2acb5f6ef92c29503315eb7c24bae221cd7b'
Thu, 13 Nov 2008 08:58:44 +0000 Mark Doliner Make another function static
Thu, 13 Nov 2008 08:46:37 +0000 Mark Doliner This doesn't matter, but I think the metaphor tends to be that you push
Thu, 13 Nov 2008 08:45:40 +0000 Mark Doliner Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I
Thu, 13 Nov 2008 08:39:44 +0000 John Bailey This was originally a patch from Brian Geppert that corrected the 'silently
Thu, 13 Nov 2008 08:26:12 +0000 Mark Doliner Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
Thu, 13 Nov 2008 08:01:36 +0000 Mark Doliner For some reason the slpmsg and slplink functions don't have underscores
Thu, 13 Nov 2008 07:57:33 +0000 Mark Doliner There's no need for this variable anymore
Thu, 13 Nov 2008 07:36:33 +0000 Mark Doliner Make a few more functions static and remove a few declarations for
Thu, 13 Nov 2008 07:22:39 +0000 Mark Doliner msn_slplink_remove_slpcall() shouldn't be responsible for setting
Thu, 13 Nov 2008 06:57:20 +0000 Mark Doliner Make msn_slp_call_timeout static
Thu, 13 Nov 2008 06:43:48 +0000 Mark Doliner Move msn_slplink_send_msgpart() that it doesn't need a forward declaration
Thu, 13 Nov 2008 06:30:33 +0000 Mark Doliner Didn't mean to check this assert in. I mean, it's probably bad if it
Thu, 13 Nov 2008 06:28:03 +0000 Mark Doliner slplink->swboard will only be null if slplink->session is null. This
Thu, 13 Nov 2008 06:18:53 +0000 Mark Doliner Get rid of slplink->local_user because it's a copy of
Wed, 12 Nov 2008 11:30:51 +0000 Mark Doliner Use libtool to build static archives when --with-static-prpls is passed
Wed, 12 Nov 2008 09:40:05 +0000 Mark Doliner It should be more efficient to just use g_mallc() and then manually
Wed, 12 Nov 2008 09:32:10 +0000 Mark Doliner Move a few lines to eliminate the need for the "wasted" variable here.
Wed, 12 Nov 2008 09:10:29 +0000 Mark Doliner The "processing" flag basically says "this connection is busy, don't
Wed, 12 Nov 2008 08:58:27 +0000 Mark Doliner Get rid of an unnecessary if statement, and don't try to unref a
Wed, 12 Nov 2008 04:18:54 +0000 Sadrul Habib Chowdhury Use a more appropriate signal for the markerline plugin. Fixes #7518.
Wed, 12 Nov 2008 03:53:09 +0000 John Bailey Patch from 'siddish' to fix Yahoo! file transfers with older (i.e. non-p15)
Wed, 12 Nov 2008 03:48:47 +0000 John Bailey merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773'
Thu, 13 Nov 2008 17:38:09 +0000 Richard Laager A patch from Math2Gold to fix the dbus-analyze-functions script to properly
Wed, 12 Nov 2008 02:50:52 +0000 Richard Laager When you choose Save As from the Conversation menu in Pidgin, the saved file
Thu, 13 Nov 2008 05:33:24 +0000 Elliott Sales de Andrade Make the Send button insensitive when there is no text in the input buffer.