log libpurple/blist.c @ 22168:2bff44d78523

age author description
Mon, 21 Jan 2008 19:43:55 +0000 Sadrul Habib Chowdhury Add some accessor functions for PurpleBlistNode.
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Mon, 03 Dec 2007 14:46:54 +0000 Will Thompson Correct a comment typo: a group is being added to the blist, not a chat.
Mon, 24 Sep 2007 01:47:27 +0000 Mark Doliner Consider offline contacts when calculating the priority buddy. I
Wed, 19 Sep 2007 10:01:45 +0000 Sadrul Habib Chowdhury Looking at purple_contact_set_alias and purple_blist_alias_contact functions
Fri, 28 Sep 2007 15:35:18 +0000 Richard Laager applied changes from 8075949b7612e77d6eaa5f0d3cbf98f40715f948
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sat, 25 Aug 2007 05:40:12 +0000 Jeffrey Connelly If purple_blist_add_{chat,buddy} is called with a group or chat that isn't
Fri, 24 Aug 2007 06:11:28 +0000 Jeffrey Connelly Add an assertion in purple_blist_add_{chat,buddy} to return if a buddy was
Sun, 17 Jun 2007 02:27:13 +0000 Richard Laager Near as I can tell, we don't use this PATHSIZE anywhere.
Sat, 16 Jun 2007 20:34:35 +0000 Richard Laager merge of 'bfe8046c64de924e7495c4913a6db09a462b1d85'
Sat, 16 Jun 2007 19:48:23 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)
Sat, 16 Jun 2007 20:16:36 +0000 Sadrul Habib Chowdhury merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'
Fri, 15 Jun 2007 19:34:24 +0000 Sean Egan propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Mon, 04 Jun 2007 23:48:54 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)
Sat, 19 May 2007 21:38:47 +0000 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
Fri, 15 Jun 2007 08:16:29 +0000 Sadrul Habib Chowdhury merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'
Sun, 10 Jun 2007 19:43:21 +0000 Stu Tomlinson Fix purple_blist_remove_buddy() so it doesn't crash (NULL pointer
Thu, 31 May 2007 08:12:19 +0000 Sadrul Habib Chowdhury New function purple_blist_node_get_type.
Thu, 03 May 2007 06:32:42 +0000 Sean Egan Change some of the PurplePresence stuff to reflect how it's actually used
Wed, 02 May 2007 03:51:51 +0000 Sadrul Habib Chowdhury We don't really need an active connection to get the name of a chat.
Wed, 02 May 2007 03:22:11 +0000 Sadrul Habib Chowdhury Add a missing function useful for dbus clients, requested by Andrey Kostenko. And fix a crash from badly written dbus code.
Sun, 29 Apr 2007 07:36:06 +0000 Richard Laager Fix up the private function calls to be prefixed with an underscore.
Fri, 27 Apr 2007 05:15:59 +0000 Richard Laager A patch from khc in ticket #87
Fri, 27 Apr 2007 02:14:44 +0000 Sean Egan propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Mon, 23 Apr 2007 17:39:58 +0000 Richard Laager The buddy icon code as it stands, with lots of bugs and design flaws.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Thu, 22 Feb 2007 20:33:51 +0000 Sean Egan Remove a few unneeded strings, per evans's recommendation
Fri, 26 Jan 2007 04:10:22 +0000 Sadrul Habib Chowdhury Make sure the pounces, buddy-aliases, savedstatuses etc. saved before the aim/icq split works after the split. The util function _gaim_oscar_convert will be removed at a 'suitable' time in the future.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/