log libpurple/prpl.c @ 22761:99cd68788bc0

age author description
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/