log libpurple/protocols/oscar/oscar.h @ 24665:531922f4ea2a

age author description
Sun, 07 Dec 2008 23:34:12 +0000 Mark Doliner Minor cleanup: remove od->sn, since it's the same as PurpleAccount->username
Sun, 17 Aug 2008 19:12:24 +0000 Mark Doliner A little function renaming and organization
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 07:46:23 +0000 Mark Doliner Just a few little cleanups.
Mon, 21 Jul 2008 06:33:06 +0000 Mark Doliner merge of '88c7f87fb5a74f975cf06c472059ecf081c54042'
Sun, 20 Jul 2008 19:44:24 +0000 Mark Doliner This looks good to me. I'm thinking we probably don't want to get
Sun, 20 Jul 2008 22:19:10 +0000 Evan Schoenberg To decrease the odds of hitting the rate limit ceiling rapidly on a
Sun, 20 Jul 2008 05:47:42 +0000 Evan Schoenberg Added `flap_connection_send_snac_with_priority()`, which allows specifying
Wed, 02 Jul 2008 00:19:29 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.4.3' (head ca0056ef37700d4584ae88ce481dd1fe4086e582)
Tue, 01 Jul 2008 20:47:28 +0000 Stu Tomlinson Fix ICQ login by mimicking the clientinfo versions used by the official
Sat, 07 Jun 2008 18:52:57 +0000 Evan Schoenberg Specified one of the OSCAR_CAPABILITY_GENERICUNKNOWN capabilities to be
Sat, 07 Jun 2008 15:41:05 +0000 Evan Schoenberg Added paramater to aim_send_login() to allow control over whether we want
Tue, 01 Jul 2008 20:49:07 +0000 Stu Tomlinson Fix ICQ login by mimicking the clientinfo versions used by the official
Mon, 12 May 2008 02:56:24 +0000 Daniel Atallah Fix functions to match definitions.
Mon, 12 May 2008 02:27:08 +0000 Daniel Atallah More s/ssize_t/gssize/
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
Fri, 07 Mar 2008 04:01:20 +0000 Ethan Blanton Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
Wed, 27 Feb 2008 09:18:06 +0000 Mark Doliner Add support for offline messages for AIM, thanks to some info from
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:15:43 +0000 Mark Doliner Now that oscar throttles itself as it approaches the rate limit, we can
Sat, 05 Jan 2008 07:47:22 +0000 Mark Doliner We're not actually using these KNOWNGOOD defines, but should we ever
Sat, 05 Jan 2008 07:33:13 +0000 Mark Doliner Partial support for reading ICQ 6 status notes. The status note will
Sun, 02 Dec 2007 09:25:29 +0000 Mark Doliner The current oscar max message size appears to be 2544. I don't know
Fri, 28 Sep 2007 15:50:22 +0000 Richard Laager applied changes from 813313930984d57208e5079d304d5a7c21c6b848
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, 04 Sep 2007 08:09:55 +0000 Mark Doliner A little function name shuffling.
Tue, 04 Sep 2007 08:04:06 +0000 Mark Doliner Add non-US SMS support for ICQ. This is a patch from DB42.
Mon, 06 Aug 2007 07:28:43 +0000 Mark Doliner Fetch icons all at once instead of one at a time. I tried pretty hard
Thu, 02 Aug 2007 07:50:55 +0000 Mark Doliner Looks like AOL increased the length of available messages from 60
Tue, 31 Jul 2007 06:51:29 +0000 Mark Doliner Some changes from Matthew Goldstein and I to not automatically remove
Sun, 22 Jul 2007 08:30:12 +0000 Mark Doliner OscarData->killme isn't used (and hasn't been for a while)
Sun, 22 Jul 2007 08:18:27 +0000 Mark Doliner Call the AIM_CB_SPECIAL_CONNERR callback from
Thu, 14 Jun 2007 18:20:53 +0000 Ethan Blanton This fixes a bustination of the official ICQ client in at least some
Mon, 11 Jun 2007 08:28:17 +0000 Mark Doliner Get rid of the oscar time offset. This was an attempt at making sure
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.
Wed, 23 May 2007 06:24:15 +0000 Mark Doliner Fix signing on to AIM with an AOL screen name with a password of more
Mon, 23 Apr 2007 07:42:57 +0000 Mark Doliner Add the iTunes Music Store url to the GaimPresence for buddies onyour
Mon, 23 Apr 2007 01:05:27 +0000 Mark Doliner If anyone sees the "Unable to add buddy 1" message after
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/