log libpurple/protocols/oscar/family_locate.c @ 27737:b5102d206f0c

age author description
Thu, 30 Jul 2009 07:26:10 +0000 Mark Doliner Small comment improvement from Aman Gupta (tmm1)
Tue, 19 May 2009 06:34:27 +0000 Mark Doliner disapproval of revision 'f4e1d87650834d9a82d09020df0fb030f25854e0'
Thu, 14 May 2009 03:54:05 +0000 Mark Doliner Uh, OSCAR_CAPABILITY_VIDEO and OSCAR_CAPABILITY_LIVEVIDEO video have the
Tue, 28 Apr 2009 22:25:49 +0000 Ka-Hing Cheung fixes one more potential leak of the same type
Mon, 26 Jan 2009 09:12:04 +0000 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Thu, 11 Dec 2008 08:19:09 +0000 Jaromr Karmazn Advertise the same typing capability on OSCAR that ICQ 6 does, since we claim
Fri, 01 Aug 2008 07:04:25 +0000 Evan Schoenberg Undid the addition of 2 OscarCapability items I added previously, keeping the commented-out notes in family_locate. We can't let the OscarCapability bitmask get as large as 0x04000000, because if it exceeds the platforms MAX_UINT we'll end up in an infinite loop in oscar_caps_to_string() due to overflow.
Wed, 23 Jul 2008 15:23:15 +0000 Evan Schoenberg Some cleanup to our capabilities definitions, and added information on
Mon, 21 Jul 2008 06:44:21 +0000 Mark Doliner Get rid of a few low priority "high priority" comments
Sun, 20 Jul 2008 05:47:42 +0000 Evan Schoenberg Added `flap_connection_send_snac_with_priority()`, which allows specifying
Sat, 07 Jun 2008 18:52:57 +0000 Evan Schoenberg Specified one of the OSCAR_CAPABILITY_GENERICUNKNOWN capabilities to be
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
Thu, 03 Apr 2008 23:41:06 +0000 Mark Doliner Minor comment change
Fri, 07 Mar 2008 04:01:20 +0000 Ethan Blanton Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
Wed, 16 Jan 2008 07:37:29 +0000 Mark Doliner Two performance/network bandwidth related changes here, care of meebo.
Sat, 05 Jan 2008 08:46:25 +0000 Mark Doliner Some changes intended to make oscar not emit so many
Sat, 05 Jan 2008 08:15:43 +0000 Mark Doliner Now that oscar throttles itself as it approaches the rate limit, we can
Sat, 08 Sep 2007 08:21:06 +0000 Mark Doliner Looks like I might have been wrong about the length being only 8 bits.
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, 24 Jul 2007 18:54:07 +0000 Mark Doliner Hopefully fix a hella sporadic infinite loop bug in ICQ (and maybe AIM).
Tue, 24 Jul 2007 06:57:38 +0000 Mark Doliner Another stab at fixing that signon infinite loop
Sun, 22 Jul 2007 22:08:13 +0000 Mark Doliner I'm hoping this will fix a semi-random and semi-random infinite looping
Mon, 16 Jul 2007 21:11:45 +0000 Evan Schoenberg aim_locate_finduserinfo() can return NUL (particularly if userinfo->sn is NULL), which leads to the crash in AdiumTicket:7346. Handle this possibility rather than crashing.
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, 23 Apr 2007 07:42:57 +0000 Mark Doliner Add the iTunes Music Store url to the GaimPresence for buddies onyour
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/