log libpurple/protocols/oscar/oscar.c @ 25438:4b8c4870b13a

age author description
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.
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)
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)
Thu, 18 Dec 2008 05:27:39 +0000 Paul Aurich Implement a sane mechanism for switching an OSCAR account to SSL.
Thu, 18 Dec 2008 05:05:40 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 571d5bf2fff9e937663ef53a174ae141999d6de2)
Sat, 17 Jan 2009 22:42:28 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Sun, 21 Dec 2008 19:15:21 +0000 Paul Aurich Oscar: Re-request authorization when adding a buddy that is already on the list.
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.
Fri, 09 Jan 2009 02:43:38 +0000 Mark Doliner Use purple_buddy_get_group() instead of aim_ssi_itemlist_exists() to check
Thu, 08 Jan 2009 21:47:15 +0000 Stu Tomlinson Don't show the 'Edit Buddy Comment' option for PurpleBuddys that are not
Tue, 06 Jan 2009 02:28:10 +0000 Daniel Atallah The remainder of a patch from fqueze to fix some incorrect *printf() function
Mon, 29 Dec 2008 03:49:33 +0000 Mark Doliner Don't mention TOC in this error message. I think this error is too
Thu, 11 Dec 2008 08:06:23 +0000 Paul Aurich Use purple_proxy_connect + purple_ssl_connect_with_host_fd() to hopefully
Thu, 11 Dec 2008 07:14:50 +0000 Paul Aurich Part 2 of the continuing effort to get OSCAR over SSL working.
Wed, 10 Dec 2008 23:41:28 +0000 Paul Aurich First pass at adding SSL connections to OSCAR.
Thu, 11 Dec 2008 08:19:09 +0000 Jaromr Karmazn Advertise the same typing capability on OSCAR that ICQ 6 does, since we claim
Tue, 09 Dec 2008 02:59:29 +0000 Mark Doliner Make our profile text a little cleaner and more uniform across the protocols.
Sun, 16 Nov 2008 06:50:19 +0000 Richard Laager Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes.
Sat, 15 Nov 2008 23:08:43 +0000 Richard Laager Fix the indentation level on the code changed by the last patch.
Sat, 15 Nov 2008 21:29:38 +0000 John Bailey Patch from 'db42' to enable MD5 auth on ICQ. Refs #4449. Before I merge
Fri, 14 Nov 2008 19:58:32 +0000 Mark Doliner String changes. I'm kind of blindly making changes to the qq strings
Fri, 07 Nov 2008 02:56:10 +0000 Daniel Atallah Fix a potential leak, thanks to "KuSh". Fixes #7463.
Fri, 31 Oct 2008 07:59:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
Thu, 02 Oct 2008 14:19:47 +0000 Daniel Atallah Add some debug output to the oscar encoding process.
Sat, 27 Sep 2008 06:33:42 +0000 Sadrul Habib Chowdhury Start hiding blist.h internals in prpls.
Sun, 31 Aug 2008 16:52:51 +0000 Daniel Atallah Clean up some debugging to avoid potential NULL string printf.
Wed, 20 Aug 2008 15:21:46 +0000 Daniel Atallah Fix printf of a NULL string and also an invalid free. Fixes #6627
Sun, 17 Aug 2008 19:12:24 +0000 Mark Doliner A little function renaming and organization
Wed, 13 Aug 2008 15:59:36 +0000 Will Thompson Stu reckoned that having a new block to build the debug string is ugly;
Wed, 13 Aug 2008 15:41:48 +0000 Will Thompson Oscar passing NULL for the debug category is not great if you're filtering by category.
Sun, 27 Jul 2008 15:34:00 +0000 Evan Schoenberg 0x02 is a temporarily unavailable error code in addition to 0x14, according
Fri, 25 Jul 2008 16:03:11 +0000 Evan Schoenberg Don't show an idle time in the user info if it is 0
Wed, 23 Jul 2008 15:23:15 +0000 Evan Schoenberg Some cleanup to our capabilities definitions, and added information on
Tue, 22 Jul 2008 14:13:58 +0000 Evan Schoenberg Once we've coalesced the ICQ Status Note reqeusts, we can send them
Tue, 22 Jul 2008 06:23:54 +0000 Mark Doliner Evan pointed out that this is purple_timeout_add_SECONDS, and so that "2"