log libpurple/protocols/oscar/oscar.c @ 28772:a299f96fb25c

age author description
Tue, 08 Dec 2009 17:23:34 +0000 Paul Aurich oscar: Avoid a printf("%s", NULL) crash when creating an AIM room.
Tue, 08 Dec 2009 03:23:45 +0000 Paul Aurich oscar: Add '\n' to a debug message missing it.
Fri, 04 Dec 2009 02:24:41 +0000 Evan Schoenberg Improved handling of the 0x00d charset in AIM, which is sent by mobile devices speaking ISO-8859-1. Try UTF-8 first (the encoding sent by iChat in a Direct IM with non-ASCII characters), then fall back to ISO-8859-1. Fixes #a13544, a bug created with the fix for iChat DIM encoding new in libpurple 2.6.4"
Sun, 29 Nov 2009 19:32:36 +0000 Paul Aurich oscar: Fix '<' in AIM/ICQ status messages. Closes #10304.
Sun, 29 Nov 2009 16:16:49 +0000 John Bailey merge of '32e63a51dbb65b8b63d134bde098d40167574148'
Sun, 29 Nov 2009 01:50:36 +0000 Paul Aurich oscar: Fix the parsing code from ichatballooncolors that broke receiving markup in 2.6.2.
Sun, 29 Nov 2009 16:16:40 +0000 John Bailey disapproval of revision '661db628ce40c3548058f062ea72d9687654d53a'
Sun, 22 Nov 2009 23:05:51 +0000 Evan Schoenberg Remove an unneeded debug log, which Mark points out might also be unsafe as it would be using %s as a formatter for a UTF-16BE string
Sun, 22 Nov 2009 19:25:02 +0000 Evan Schoenberg Spelling fix in a debug log
Sun, 22 Nov 2009 18:56:06 +0000 Evan Schoenberg Plucked d2a1d52b3bbf29baa53b9ddaa635d50b6332064f from im.pidgin.adium
Fri, 06 Nov 2009 03:58:26 +0000 Paul Aurich oscar: Properly support TLS when using clientLogin.
Wed, 04 Nov 2009 23:39:08 +0000 Mark Doliner I believe this change fixes offline message retrieval.
Wed, 04 Nov 2009 22:16:51 +0000 Mark Doliner merge of '661db628ce40c3548058f062ea72d9687654d53a'
Wed, 04 Nov 2009 22:16:46 +0000 Mark Doliner http://dev.aol.com/aim/oscar/ says, "All strings in Feedbag are UTF8
Wed, 04 Nov 2009 19:05:30 +0000 Paul Aurich oscar: Remove the simultaneous logins option from ICQ accounts.
Wed, 04 Nov 2009 05:09:04 +0000 Paul Aurich oscar: Fix 'Allow multiple simultaenous logins' with clientLogin.
Tue, 03 Nov 2009 19:27:23 +0000 Paul Aurich oscar: Make these errors more translatable.
Tue, 03 Nov 2009 18:07:02 +0000 Paul Aurich oscar: Update the details of the buddy preferences based on the OSCAR docs.
Tue, 03 Nov 2009 07:46:01 +0000 aman oscar: Display more detailed error messages when an outgoing message is bounced.
Tue, 03 Nov 2009 05:53:06 +0000 aman oscar: Update the rate calculations based on OSCAR docs.
Tue, 03 Nov 2009 05:34:36 +0000 aman oscar: Replace magic numbers with enums.
Tue, 03 Nov 2009 05:32:47 +0000 aman oscar: Differentiate the two rate-limiting login errors.
Mon, 02 Nov 2009 22:39:59 +0000 Mark Doliner Add a null check, just for the heck of it
Fri, 16 Oct 2009 08:36:51 +0000 Mark Doliner Fix a remote-crash bug in ICQ (and probably AIM). It happens when the
Thu, 15 Oct 2009 23:42:27 +0000 Mark Doliner Don't call aim_src_clientready() until we have activated our feedbag
Sun, 06 Sep 2009 21:53:15 +0000 Mark Doliner If an oscar buddy on our buddy list is away and we have not yet
Sun, 06 Sep 2009 21:16:57 +0000 Mark Doliner Rename two variables based on insight from
Sun, 06 Sep 2009 21:07:56 +0000 Mark Doliner Rename AIM_CHARSET_CUSTOM to AIM_CHARSET_LATIN_1 as described at
Wed, 26 Aug 2009 05:55:25 +0000 Paul Aurich Strip off the outer <html> and <body> from iChat messages. Should Fix #9968.
Wed, 19 Aug 2009 01:03:34 +0000 Elliott Sales de Andrade merge of '53b02d9c3c8aa71b13cea90eea22a0b60155dc8c'