log libpurple/prpl.c @ 26252:535c866b433c

age author description
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Thu, 15 Jan 2009 22:37:48 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
Tue, 13 Jan 2009 21:27:58 +0000 Mark Doliner I think it's reasonable for prpls to call purple_prpl_got_user_idle()
Thu, 06 Nov 2008 03:20:05 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 633ffe234af48ead3631ae62e23840b4438fcf5f)
Sun, 26 Oct 2008 00:29:27 +0000 Richard Laager Improve our NetworkManager support in a couple of ways:
Sat, 09 Aug 2008 03:51:42 +0000 Mike Ruprecht Changed PurpleMediaStreamType to PurpleMediaSessionType.
Sat, 09 Aug 2008 03:11:46 +0000 Mike Ruprecht Fixed up media functions in prpl.c and prpl.h, adding more documentation and
Sat, 09 Aug 2008 02:24:38 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627)
Sat, 19 Jul 2008 03:10:00 +0000 Mike Ruprecht Convert serv_* media functions to purple_prpl_* functions.
Sat, 19 Jul 2008 03:03:17 +0000 Elliott Sales de Andrade Add purple_prpl_got_attention_in_chat, then deprecate
Wed, 16 Jan 2008 07:17:21 +0000 John Bailey const-ify paramteters to some of the new API I added. I thought I did this already.
Sun, 13 Jan 2008 22:44:01 +0000 John Bailey This adds accessor and mutator API for the PurpleAttentionType struct.
Mon, 26 Nov 2007 05:36:09 +0000 Sadrul Habib Chowdhury old_status can be NULL when [de]activating a non-exclusive status.
Fri, 28 Sep 2007 15:45:49 +0000 Richard Laager applied changes from c9d6104bcfe2e630e98e45bc6a0975adfb9544e5
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 29 Aug 2007 20:20:45 +0000 Sadrul Habib Chowdhury Deactivate only an active status.
Mon, 27 Aug 2007 22:01:58 +0000 Evan Schoenberg After deactivating a status, call purple_blist_update_buddy_status() since the buddy's status has changed. I'm not sure if this fixes a bug in pidgin, but it definitely fixes display of contacts after they return from 'mobile' on AIM in Adium (Adium:#6943)
Sat, 16 Jun 2007 19:44:59 +0000 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
Fri, 15 Jun 2007 08:39:01 +0000 Sadrul Habib Chowdhury Update the idleness and login-time for all the blistnodes of the same buddy.
Wed, 09 May 2007 01:50:06 +0000 Nathan Walp this should fix 647, and a few others
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Fri, 09 Feb 2007 07:42:01 +0000 Mark Doliner sf patch #1655057, from Peter Tang
Sun, 04 Feb 2007 02:31:04 +0000 Sean Egan Use the status API to handle mobileness, and convert AIM to use it. This makes mobile buddies prioritze lower in Perons, and ensures the UI is notified of changes in mobileness. Other protocols to follow.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/