log libpurple/privacy.c @ 32827:4a34689eeb33 default tip

age author description
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Mon, 27 Jul 2009 05:20:52 +0000 hanzz Add blist ui-ops to overload the saving of data to blist.xml. Closes #9630.
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
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
Sun, 02 Nov 2008 10:54:00 +0000 Gary Kramlich Finish off the libpurple updates for the hidden blist structs
Tue, 10 Feb 2009 01:51:07 +0000 Mark Doliner Change two more uses of purple_utf8_strcasecmp to g_str_equal
Tue, 10 Feb 2009 01:44:40 +0000 Mark Doliner It's wrong, unnecessary, and expensive to use purple_utf8_strcasecmp() here.
Tue, 03 Jun 2008 02:31:28 +0000 Sadrul Habib Chowdhury Notify the server when we change the privacy setting for an account.
Fri, 01 Feb 2008 17:48:53 +0000 Mark Doliner Rename 'add_buddies_in_permit' to 'add_all_buddies_to_permit_list'
Thu, 31 Jan 2008 22:28:56 +0000 Mark Doliner Update a comment. I think it was missing a word or three.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 03 May 2007 07:55:32 +0000 Mark Doliner Change a few functions to free a linked list while iterating through
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/