log libpurple/server.c @ 32776:804239d704ff

age author description
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 01 Oct 2011 11:35:15 +0000 andrew victor Hide struct _PurpleConvIm.
Fri, 02 Sep 2011 03:29:23 +0000 Elliott Sales de Andrade Remove old serv attention functions.
Fri, 13 Nov 2009 18:34:04 +0000 Paul Aurich *** Plucked rev 212bd3655451599364562cabe553c5b7a19134ae (zacw@adiumx.com):
Wed, 21 Oct 2009 22:24:34 +0000 Mark Doliner Make sure the room name and the buddy who invited you are non-null
Wed, 21 Oct 2009 22:23:53 +0000 Mark Doliner Call purple_privacy_check() even when the protocol has some privacy
Tue, 22 Sep 2009 06:30:04 +0000 Mark Doliner Change the way we handle these if checks to hopefully be a little
Tue, 22 Sep 2009 06:01:08 +0000 Mark Doliner Minor cleanup. gc->prpl is guarranteed to be a PurplePlugin with
Tue, 18 Aug 2009 22:31:39 +0000 Mark Doliner Check in a change that does dumb client-side blocking of people
Wed, 22 Jul 2009 06:12:13 +0000 Paul Aurich merge of '6f4d0e183ebb11a95980e184e63bd4709aa24306'
Tue, 14 Jul 2009 19:55:40 +0000 Paul Aurich Commit the QQ null chat room name crash on the *right* branch.
Wed, 08 Jul 2009 20:47:08 +0000 Mark Doliner I accidentally checked this in as 4fcb9258ad826a7ff163b0f374e70b4b556ef25c
Wed, 08 Jul 2009 20:11:07 +0000 Mark Doliner Use the ui_info hash table instead of prefs when passing the clientstring
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Fri, 05 Jun 2009 02:30:31 +0000 Florian Qu«²ze Consistently emit conversation-updated for typing state changes.
Tue, 28 Apr 2009 03:44:26 +0000 Sadrul Habib Chowdhury Chat's nick is normalized. So normalize before comparing with it.
Mon, 06 Apr 2009 23:05:02 +0000 Richard Nelson Set _MESSAGE_{RECV,SEND} properly when receiving chat messages. Thanks Sadrul!
Mon, 06 Apr 2009 10:33:28 +0000 Richard Nelson Set PURPLE_MESSAGE_RECV before receiving-im-msg. Also set it when receiving chat messages.
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
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
Fri, 02 Jan 2009 22:28:34 +0000 Richard Laager explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'
Fri, 14 Nov 2008 06:45:16 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8)
Sun, 02 Nov 2008 18:39:39 +0000 Sadrul Habib Chowdhury A couple of minor fixes.
Sun, 02 Nov 2008 10:54:00 +0000 Gary Kramlich Finish off the libpurple updates for the hidden blist structs
Wed, 29 Apr 2009 18:33:39 +0000 Sadrul Habib Chowdhury We don't have purple_strequal yet in the past.
Wed, 29 Apr 2009 18:19:22 +0000 Sadrul Habib Chowdhury *** Plucked rev 0257ab6e (wabz@pidgin.im):
Thu, 06 Nov 2008 08:26:14 +0000 Mike Ruprecht Remove unnecessary changes in server.c.
Thu, 06 Nov 2008 03:20:05 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 633ffe234af48ead3631ae62e23840b4438fcf5f)
Mon, 22 Dec 2008 16:13:43 +0000 Daniel Atallah Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7863.
Fri, 14 Nov 2008 06:31:31 +0000 Richard Laager Fix CID #390