Mercurial > pidgin
log libpurple/privacy.c @ 26825:53d4b3a1c80f
age | author | description |
---|---|---|
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' |