log libpurple/protocols/oscar/oscar.c @ 29466:c9866e46f629

age author description
Tue, 09 Feb 2010 20:14:10 +0000 Marcus Lundblad Some code got duplicated during merge...
Sun, 07 Feb 2010 21:11:56 +0000 Marcus Lundblad Made it compile again.
Sun, 07 Feb 2010 19:31:56 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e)
Mon, 06 Apr 2009 05:19:40 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a59a573e3b9b2eb42ff728ba9ff56095f5c9e0d0)
Mon, 17 Nov 2008 07:30:43 +0000 Richard Laager Move the mood UI for ICQ into Pidgin. It still uses the new request API
Mon, 17 Nov 2008 00:43:59 +0000 Richard Laager Add a PURPLE_STATUS_MOOD primitive and change ICQ to use it.
Sun, 16 Nov 2008 08:39:34 +0000 Richard Laager Fix up the X-Status code in many ways:
Sun, 16 Nov 2008 08:16:17 +0000 Richard Laager Revert the unnecessary addition of the pixbuf boolean to PurpleRequestField.list
Sun, 16 Nov 2008 08:11:33 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c023fbb554c216b1a31cd32bedf806f48cfc1e4e)
Thu, 13 Nov 2008 17:04:53 +0000 John Bailey This patch comes from the combined work of contributors minstrel, NightFox,
Tue, 02 Feb 2010 23:18:09 +0000 Mark Doliner Move two logging statements from oscar.c to family_oservice.c so we
Fri, 08 Jan 2010 20:11:49 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin.2.6.5' (head 794204a24ba7bf26cdb07ae71b9573b09927d641)
Thu, 07 Jan 2010 23:44:05 +0000 Daniel Atallah *** Plucked rev f39cd1fed08fe5f5e3165a087fcc36ed984a6eee (f05c54b03e6bbfdbff38c01697fbd353a969e05e):
Mon, 21 Dec 2009 09:57:06 +0000 Mark Doliner Use the od->icq boolean in a few places where we were calling
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'
Wed, 19 Aug 2009 00:37:01 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head dd712fa84e46b2d78adf28e914d3e1a5c18a5154)
Tue, 18 Aug 2009 22:35:34 +0000 Mark Doliner Stop attempting to fetch oscar buddy info automatically for people on our
Wed, 19 Aug 2009 00:58:45 +0000 Paul Aurich Per rekkanoryo, "End Direct IM Session". Refs #2556.
Sat, 18 Jul 2009 07:26:04 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 566ce451dc4c5c20f90b1d1f53b83a85aae04c34)
Wed, 15 Jul 2009 04:04:12 +0000 Paul Aurich Add a "Cancel Direct IM" buddy action when connected. Closes #2556.
Wed, 15 Jul 2009 16:57:33 +0000 Paul Aurich Add purple_ssl_connect_with_ssl_cn, which takes a host to connect to
Wed, 08 Jul 2009 20:11:07 +0000 Mark Doliner Use the ui_info hash table instead of prefs when passing the clientstring
Wed, 08 Jul 2009 19:46:50 +0000 Mark Doliner Create a oscar_get_ui_info_string() function that looks up a value in the
Mon, 06 Jul 2009 23:46:56 +0000 Mark Doliner Create a purple_markup_escape_text() function and use it in one place
Mon, 06 Jul 2009 09:35:10 +0000 Mark Doliner Oh, make sure we still set the itmsurl if we're available but don't have
Mon, 06 Jul 2009 09:30:44 +0000 Mark Doliner Fix a bug where sometimes your away message wouldn't get set at sign on
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages
Mon, 06 Jul 2009 05:44:26 +0000 Mark Doliner Change these two strings to match another one. total_number_of_strings--
Sun, 05 Jul 2009 19:17:45 +0000 Paul Aurich The XOR method is disabled in family_auth.c
Sat, 04 Jul 2009 01:06:23 +0000 Mark Doliner Slightly better error messages
Thu, 02 Jul 2009 01:51:47 +0000 Paul Aurich Set od->default_port even when using the standard auth method.
Sat, 27 Jun 2009 18:50:48 +0000 John Bailey Apply [9bac0a540156fb1848eedd61c8630737dee752c7] here as well. I should
Tue, 23 Jun 2009 18:20:12 +0000 Mark Doliner Check in code that connects to oscar using clientLogin. This is the
Tue, 23 Jun 2009 18:08:03 +0000 Mark Doliner It's ok to always request this connection now. It probably still doesn't
Mon, 22 Jun 2009 08:15:58 +0000 Mark Doliner Make a function static and add two comments
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Thu, 18 Jun 2009 23:31:38 +0000 Mark Doliner Pass the handle in here, which causes the connection attempt to be
Wed, 10 Jun 2009 07:44:35 +0000 Mark Doliner Check in a change requested by Gregory Cypes from AOL. They want clients
Mon, 01 Jun 2009 04:02:10 +0000 Paul Aurich Use purple_find_buddies() instead of iterating the buddy list.
Sat, 23 May 2009 18:20:44 +0000 Paul Aurich Re-add purple_account_get_check_mail() check to oscar.
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
Mon, 11 May 2009 22:03:46 +0000 Paul Aurich Avoid an assertion failure when getting info on an AIM buddy. Thank to zac for pointing this out.
Sun, 10 May 2009 22:06:08 +0000 Ka-Hing Cheung correctly NULL terminate all the arrays since that's what gtknotify assumes,
Fri, 01 May 2009 08:07:12 +0000 hanzz Make purple_find_buddies(account, NULL) O(# buddies in the account) and rewrite purple_ssi_parselist to take advantage of said efficiency.
Fri, 10 Apr 2009 06:18:08 +0000 foss A patch from Arunan Balasubramaniam to use timeouts in seconds instead of
Mon, 30 Mar 2009 05:50:34 +0000 Elliott Sales de Andrade Apply Paul's second patch to fix some memory leaks found in valgrind.
Fri, 27 Mar 2009 09:48:25 +0000 Mark Doliner Make sure we free itmsurl when showing the info window for a buddy
Mon, 23 Mar 2009 04:27:41 +0000 Paul Aurich Re-hide structs
Sat, 21 Mar 2009 03:49:51 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head d70375c084af2336e7fc6646fb778120b05de9a8)
Thu, 12 Mar 2009 11:02:02 +0000 Richard Nelson fix a crash when changing to away without a status message
Mon, 09 Mar 2009 02:19:51 +0000 Mark Doliner Only show the oscar error "we couldn't fetch your buddy list, but
Sat, 07 Mar 2009 01:23:51 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
Thu, 05 Mar 2009 23:54:50 +0000 Mark Doliner Woo boy this function is a little crazy. I shuffled some things around:
Wed, 04 Mar 2009 10:39:38 +0000 Mark Doliner Change the way oscar deals with account->perm_deny a little bit.
Tue, 03 Mar 2009 20:41:05 +0000 Mark Doliner When setting an AIM or ICQ away message, linkify the message.
Tue, 03 Mar 2009 20:29:11 +0000 Mark Doliner The status_text variable is only used inside this block, so move
Tue, 03 Mar 2009 20:25:25 +0000 Mark Doliner Remove a wee bit of trailing whitespace
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Wed, 28 Jan 2009 10:23:37 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)
Wed, 28 Jan 2009 07:12:43 +0000 Mark Doliner Fix a crash in this branch that I introduced a few days ago. bname
Tue, 27 Jan 2009 09:23:56 +0000 Mark Doliner Use getters and settings for a bunch of libpurple structs
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, 15 Jan 2009 22:37:48 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Tue, 06 Jan 2009 04:09:36 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
Sat, 13 Dec 2008 05:45:27 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
Sun, 16 Nov 2008 06:57:47 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)
Fri, 14 Nov 2008 05:58:54 +0000 Richard Laager Fix two more purple_debug variations on printf(msg).
Sat, 08 Nov 2008 19:26:40 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a2d611d8fe1aec7a7cc8d1837f1a4dceeadcb6eb)
Fri, 31 Oct 2008 21:06:26 +0000 Sadrul Habib Chowdhury Alias foo. I think blist.h structs are now completely hidden.
Fri, 31 Oct 2008 10:14:23 +0000 Sadrul Habib Chowdhury Some more PurpleBuddy::proto_data related changes.
Fri, 31 Oct 2008 09:24:43 +0000 Sadrul Habib Chowdhury Some more struct hiding.
Sat, 20 Jun 2009 00:26:06 +0000 Paul Aurich Backport the buddy list error for ICQ/AIM, since the servers seem to be having
Sun, 10 May 2009 23:25:26 +0000 Paul Aurich *** Plucked rev f9080d0b (khc@pidgin.im):
Tue, 28 Apr 2009 20:57:59 +0000 Ethan Blanton applied changes from a336cc1fd3a1ce815f97303b8d5ae8988f8cbd5b
Thu, 26 Feb 2009 03:44:58 +0000 Mark Doliner Shaun Lindsay at Meebo tracked down a bug where this function reads
Wed, 25 Feb 2009 10:39:04 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2c4a5ddc5d50dcd6e82192d1f90614217624a126)
Mon, 23 Feb 2009 21:12:19 +0000 Paul Aurich Evan's original change to the Direct IM autoreplies is on im.pidgin.pidgin,
Thu, 05 Feb 2009 00:59:42 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
Wed, 04 Feb 2009 01:30:35 +0000 Daniel Lj Patch to properly publish status messages for statuses other than Available.
Thu, 29 Jan 2009 08:23:27 +0000 Mark Doliner Minor formatting and comments
Thu, 29 Jan 2009 03:15:57 +0000 Daniel Lj Patch to fix retrieval of ICQ status messages from users of ICQ 6.x, Miranda,
Wed, 28 Jan 2009 04:27:01 +0000 Paul Aurich This connection is always using purple_proxy_connect now, so checking for newconn->gsc being non-NULL makes no sense.
Wed, 28 Jan 2009 03:40:55 +0000 Paul Aurich Use 'bos.oscar.aol.com' as the common name for the initial BOS connection.
Tue, 27 Jan 2009 10:00:32 +0000 Mark Doliner Shuffle a few comments around to make it look like I did something
Sun, 18 Jan 2009 04:17:01 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Sat, 17 Jan 2009 22:42:28 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Wed, 14 Jan 2009 06:32:04 +0000 Paul Aurich Remove the "buggy" caveat -- I've been running it for a while
Wed, 14 Jan 2009 06:29:47 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 07f8d9c59020c1f69cc21b71f8252f13efd6a6e0)
Wed, 14 Jan 2009 13:13:35 +0000 Evan Schoenberg AIM Direct IM messages should not be flagged as auto responses unless they actually are.