log libpurple/protocols/oscar/family_oservice.c @ 32827:4a34689eeb33 default tip

age author description
Sat, 30 Oct 2010 15:30:30 +0000 ivan komarov Fixed the error triggered by the failing 'byte_stream_bytes_left(bs) >= len'
Thu, 05 Aug 2010 22:57:01 +0000 ivan komarov Removed unused "flags" parameter.
Thu, 05 Aug 2010 21:19:47 +0000 ivan komarov Fixes #12044. We send a dummy packet with DC version = 8 to make
Wed, 28 Jul 2010 23:53:25 +0000 ivan komarov Bstream cleanups:
Wed, 28 Jul 2010 19:37:26 +0000 ivan komarov Removed '#if 0/endif' blocks. Some of them have the form of TODO, but
Wed, 28 Jul 2010 17:43:58 +0000 ivan komarov OK, I'm sick of constantly finding functions that are not used anywhere.
Thu, 24 Jun 2010 16:56:01 +0000 ivan komarov Adium guys need the itmsurl stuff, which I erroneously removed
Wed, 23 Jun 2010 22:22:52 +0000 ivan komarov "Invisibility mode" improvements.
Sun, 11 Apr 2010 10:02:02 +0000 Mark Doliner There's no reason to call into oscar.c anymore, so move this icon stuff
Sat, 10 Apr 2010 18:28:45 +0000 Florian Qu«²ze oscar: In aim_parse_extstatus, always pass the type (always expected).
Sun, 07 Feb 2010 08:31:41 +0000 Mark Doliner Good call, this doesn't need to be translated. This messaged used to be
Wed, 03 Feb 2010 01:03:09 +0000 Mark Doliner Put all our rateclass members in a single hash table instead of in one
Wed, 03 Feb 2010 00:05:22 +0000 Mark Doliner optimization to the oscar prpl to use less memory, care of Shaun Lindsay
Tue, 02 Feb 2010 23:24:20 +0000 Mark Doliner Let's just do this mod on the fly instead of changing the variable
Tue, 02 Feb 2010 23:18:09 +0000 Mark Doliner Move two logging statements from oscar.c to family_oservice.c so we
Tue, 02 Feb 2010 23:11:35 +0000 Mark Doliner We don't need to keep the delta in memory. We keep the actual time of
Tue, 02 Feb 2010 22:56:17 +0000 Mark Doliner We set every field of this struct explicitly when we create it, so don't
Tue, 03 Nov 2009 05:53:06 +0000 aman oscar: Update the rate calculations based on OSCAR docs.
Thu, 14 May 2009 21:16:58 +0000 Daniel Atallah propagate from branch 'im.pidgin.pidgin.2.5.5.veracode' (head 1744a346c5951c97b5d6ec102b49606f3dd918cc)
Sun, 03 May 2009 23:18:28 +0000 Daniel Atallah I forgot about g_strlcpy in b14728379c16e92457492a7a4fc9a6b616e3fbe4.
Sat, 02 May 2009 19:21:11 +0000 Daniel Atallah Make sure that the chat room name is NUL-terminated when it is truncated or
Thu, 05 Mar 2009 23:33:22 +0000 Mark Doliner Rename "availmsg" to "statusmsg" here. I think recent official AIM
Thu, 05 Mar 2009 23:17:01 +0000 Mark Doliner Create two helper functions for setting the available message and iTunes
Tue, 27 Jan 2009 10:00:32 +0000 Mark Doliner Shuffle a few comments around to make it look like I did something
Thu, 11 Dec 2008 07:14:50 +0000 Paul Aurich Part 2 of the continuing effort to get OSCAR over SSL working.
Sun, 17 Aug 2008 19:35:50 +0000 Mark Doliner It helps to rename the function
Sat, 21 Jun 2008 20:28:14 +0000 Mark Doliner Helper functions are cool
Sat, 07 Jun 2008 18:42:48 +0000 Evan Schoenberg Replaced family_*'s magic numbers of FLAP families with the constants
Mon, 05 May 2008 09:22:46 +0000 Mark Doliner Minor changes... mostly whitespace related.
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
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
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.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Tue, 13 Feb 2007 06:58:13 +0000 Mark Doliner Allow setting of the iTunes Music Store URL for AIM accounts. It's
Mon, 12 Feb 2007 08:43:04 +0000 Mark Doliner Combine two functions that did similar things. This is a little
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/