log libpurple/protocols/oscar/flap_connection.c @ 32768:50cd80d3554e

age author description
Tue, 18 Oct 2011 20:25:41 +0000 andrew victor Add a purple_connection_update_last_received() function to update the
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Wed, 09 Mar 2011 08:38:41 +0000 Mark Doliner Send keepalives for all types of network connections. Will hopefully
Sat, 30 Oct 2010 06:00:50 +0000 Paul Aurich oscar: Add useful object debugging for #5927.
Thu, 05 Aug 2010 22:57:01 +0000 ivan komarov Removed unused "flags" parameter.
Wed, 28 Jul 2010 23:53:25 +0000 ivan komarov Bstream cleanups:
Wed, 28 Jul 2010 19:37:26 +0000 ivan komarov Removed '#if 0/endif' blocks. Some of them have the form of TODO, but
Mon, 22 Feb 2010 17:53:38 +0000 Paul Aurich oscar: Fix a race condition that leads to a crash.
Wed, 03 Feb 2010 01:03:09 +0000 Mark Doliner Put all our rateclass members in a single hash table instead of in one
Wed, 03 Feb 2010 00:07:45 +0000 Mark Doliner This extra check doesn't really work now that we have a concept of a
Wed, 03 Feb 2010 00:05:22 +0000 Mark Doliner optimization to the oscar prpl to use less memory, care of Shaun Lindsay
Tue, 02 Feb 2010 23:44:33 +0000 Mark Doliner We were using this formula from before the documentation was public, and
Wed, 04 Nov 2009 05:09:04 +0000 Paul Aurich oscar: Fix 'Allow multiple simultaenous logins' with clientLogin.
Tue, 03 Nov 2009 05:53:06 +0000 aman oscar: Update the rate calculations based on OSCAR docs.
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:44:16 +0000 Mark Doliner Oh, we don't need a special ui_info field for the AIM clientstring
Wed, 08 Jul 2009 20:11:07 +0000 Mark Doliner Use the ui_info hash table instead of prefs when passing the clientstring
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages
Mon, 06 Jul 2009 05:29:46 +0000 Mark Doliner Remove trailing periods from short disconnection error messags and remove
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 17:39:00 +0000 Mark Doliner Stop the watchers before closing the fds
Mon, 22 Jun 2009 08:15:58 +0000 Mark Doliner Make a function static and add two comments
Tue, 27 Jan 2009 10:00:32 +0000 Mark Doliner Shuffle a few comments around to make it look like I did something
Thu, 11 Dec 2008 08:06:23 +0000 Paul Aurich Use purple_proxy_connect + purple_ssl_connect_with_host_fd() to hopefully
Wed, 10 Dec 2008 23:41:28 +0000 Paul Aurich First pass at adding SSL connections to OSCAR.
Fri, 14 Nov 2008 22:14:19 +0000 Mark Doliner Remove a few spurious debug_warns
Tue, 16 Sep 2008 17:30:23 +0000 Mark Doliner Don't use g_queue_get_length because it requires glib 2.4
Sun, 20 Jul 2008 19:52:22 +0000 Mark Doliner Missed one of these guys
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 05:47:42 +0000 Evan Schoenberg Added `flap_connection_send_snac_with_priority()`, which allows specifying
Thu, 17 Jul 2008 16:48:37 +0000 Mark Doliner I swear I did this! I must have gotten a little overzealous with the
Thu, 17 Jul 2008 16:08:09 +0000 Mark Doliner Daniel Atallah pointed out that this was obviously wrong. So we would
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:19:26 +0000 Evan Schoenberg Used byte_stream_destroy(), added in 2e791da1fb1cfd6b751a0cef01aa83dc89692051,
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
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Fri, 25 Jan 2008 00:51:06 +0000 Sean Egan merge of '7a2d6f31a70791d5e6e8af6fae041e30d5a1c48f'
Mon, 21 Jan 2008 07:32:49 +0000 Mark Doliner Undo revision accb4afcd6bbf17cf99d9aac0b4b448293190647. This should
Mon, 21 Jan 2008 07:00:02 +0000 Mark Doliner disapproval of revision 'd77adf1b9a4b44f121620f20e2643602e3f6776e'
Sun, 20 Jan 2008 20:52:45 +0000 Evan Schoenberg Track validity of flap_connections to prevent a crash when a disconnect is initiated via purple_timeout_add in flap_connection_schedule_destroy() and then is subsequently destroyed before the timeout is actually called.
Wed, 23 Jan 2008 23:28:38 +0000 Sean Egan Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
Sat, 10 Nov 2007 12:10:04 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
Sun, 14 Oct 2007 21:08:42 +0000 Will Thompson Rename:
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Tue, 09 Oct 2007 13:42:15 +0000 Will Thompson Remove explicit setting of wants_to_die from prpls.
Fri, 05 Oct 2007 15:50:17 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 294731552d0baf5f1f37a45e0c119b2188f34ba8)
Fri, 21 Sep 2007 02:46:27 +0000 Daniel Atallah Clear the password consistently when we get a "Signed-On elsewhere" or a "Invalid Password" disconnection. Disconnection reason codes will take care of this in the core, but until then, this is ok. Fixes #3204.
Mon, 01 Oct 2007 16:07:14 +0000 Will Thompson Add disconnection reasons to oscar.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Mon, 06 Aug 2007 06:42:10 +0000 Mark Doliner Wiggle two comments around
Sun, 22 Jul 2007 08:28:55 +0000 Mark Doliner Move a call to purple_connection_error() from oscar.c to
Sun, 22 Jul 2007 08:18:27 +0000 Mark Doliner Call the AIM_CB_SPECIAL_CONNERR callback from
Mon, 04 Jun 2007 04:58:44 +0000 Mark Doliner Get rid of a compile warning
Sun, 03 Jun 2007 19:04:22 +0000 Mark Doliner Only check for EAGAIN if send returns -1, not when it returns 0
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, 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/