log libpurple/protocols/oscar/family_feedbag.c @ 32776:8c71a7e95f16

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, 22 Aug 2011 02:07:41 +0000 Mark Doliner Don't use strlen() when all you're trying to do is check if the string
Sun, 07 Aug 2011 05:19:54 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head bb53d1e9201138b79a1eef0d4a7cda1fc852c59f)
Mon, 21 Mar 2011 05:45:22 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head bfb757dfe6b2549ab37a9b19f78f5f1f2f9df0cd)
Sun, 20 Mar 2011 20:20:52 +0000 Mark Doliner Add two hash tables to the oscar code that deals with your server stored
Sat, 18 Jun 2011 02:01:30 +0000 Paul Aurich oscar: Avoid a few printf("%s", NULL)s
Sun, 20 Mar 2011 22:03:48 +0000 Elliott Sales de Andrade Add invite message support to Oscar.
Mon, 21 Feb 2011 09:08:08 +0000 Mark Doliner I think this was accidentally changed in revision
Sun, 23 Jan 2011 15:09:03 +0000 ivan komarov Added some debug output to the SSI code (original patch courtesy of Dustin Gathmann).
Thu, 05 Aug 2010 22:57:01 +0000 ivan komarov Removed unused "flags" parameter.
Wed, 28 Jul 2010 23:53:25 +0000 ivan komarov Bstream cleanups:
Wed, 28 Jul 2010 17:43:58 +0000 ivan komarov OK, I'm sick of constantly finding functions that are not used anywhere.
Mon, 28 Jun 2010 20:02:12 +0000 ivan komarov Added a way to add a user to the (In)Visible list via the context menu.
Fri, 18 Jun 2010 13:55:54 +0000 ivan komarov Start using the real ICQ block list (SSI type 0xe) for allowing/blocking
Tue, 03 Nov 2009 18:28:56 +0000 Paul Aurich oscar: The 0x00c9 TLV seems to be buddy preferences, not limited to visibility.
Tue, 03 Nov 2009 18:07:02 +0000 Paul Aurich oscar: Update the details of the buddy preferences based on the OSCAR docs.
Thu, 24 Sep 2009 01:50:02 +0000 Mark Doliner Fix some problems adding "stuff" to oscar buddy lists, where "stuff" is
Thu, 24 Sep 2009 01:29:56 +0000 Mark Doliner Don't attempt to remove the master group in our cleanlist function.
Mon, 26 Jan 2009 09:12:04 +0000 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
Mon, 05 May 2008 09:22:46 +0000 Mark Doliner Minor changes... mostly whitespace related.
Thu, 24 Apr 2008 11:32:13 +0000 Evan Schoenberg I missed 2 aim_putsnac() calls which needed to be removed for 2e791da1.
Thu, 24 Apr 2008 11:10:03 +0000 Evan Schoenberg All SNACs on FLAP channel 2 except in the auth family are now sent through
Tue, 04 Dec 2007 06:12:52 +0000 Mark Doliner Recycle, reduce, reuse
Mon, 03 Dec 2007 08:57:37 +0000 Mark Doliner g_strdup() is awesome. 11 insertions(+), 35 deletions(-)
Fri, 28 Sep 2007 15:50:42 +0000 Richard Laager applied changes from 02a707bbb0cf1cab4c65c4977bed39c67c5b2452
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, 05 Sep 2007 05:43:08 +0000 Mark Doliner When doing oscar server-side list management, do deletions before
Tue, 31 Jul 2007 06:51:29 +0000 Mark Doliner Some changes from Matthew Goldstein and I to not automatically remove
Tue, 29 May 2007 10:25:05 +0000 Mark Doliner Clean up some other ssi-related things. This commit and my last one
Tue, 29 May 2007 09:51:51 +0000 Mark Doliner Cleanup and simplification of some tlvlist stuff in the oscar protocol.
Tue, 22 May 2007 18:56:09 +0000 Daniel Atallah Make all the oscar memory allocations and frees use the glib functions to avoid problems when mixing C runtimes.
Sat, 05 May 2007 18:14:18 +0000 Evan Schoenberg Similarly, aim_ssi_sync() should return the success value of its determining function, aim_ssi_addmoddel()
Sat, 05 May 2007 18:10:33 +0000 Evan Schoenberg It is more useful for these aim_ssi methods to return a real value (the result of aim_ssi_sync()) than to always return 0 regardless of their success or failure
Thu, 03 May 2007 08:34:53 +0000 Mark Doliner This is ugly and probably not a "correct" fix, but it seems to fix
Wed, 25 Apr 2007 06:11:35 +0000 Mark Doliner Clean up a wee bit of oscar code. No functionality change.
Mon, 23 Apr 2007 01:05:27 +0000 Mark Doliner If anyone sees the "Unable to add buddy 1" message after
Sun, 22 Apr 2007 18:49:01 +0000 Mark Doliner Don't send a "transaction end" if we haven't sent a "transaction begin"
Sat, 21 Apr 2007 18:54:36 +0000 Mark Doliner Only make sure the master group exists in the event we need to add an
Fri, 20 Apr 2007 07:05:49 +0000 Mark Doliner Minor cleanup
Fri, 20 Apr 2007 06:51:33 +0000 Mark Doliner Fix that pesky ICQ "Unable to add buddy 1" error. Basically we were
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/