log libpurple/protocols/jabber/bosh.c @ 26931:6105fa42b60c

age author description
Fri, 22 May 2009 03:48:19 +0000 Paul Aurich Various BOSH fixes
Thu, 21 May 2009 21:09:17 +0000 Paul Aurich Don't try to process BOSH packet if there's no data (avoid a purple_strcasestr assertion).
Tue, 28 Apr 2009 22:20:01 +0000 Paul Aurich Windows compilation complains (probably because it's 32-bit)
Sat, 04 Apr 2009 23:05:04 +0000 Paul Aurich BOSH: Use a write buffer (read: basically cut-n-paste from jabber.c)
Sat, 04 Apr 2009 21:49:34 +0000 Paul Aurich A better random number for the rid in the range [0, 2**52).
Sat, 04 Apr 2009 05:15:18 +0000 Paul Aurich Reorder functions to remove prototypes
Sat, 04 Apr 2009 04:54:56 +0000 Paul Aurich BOSH: Print out the received data (similar to the standard XMPP method,
Sat, 04 Apr 2009 04:34:57 +0000 Paul Aurich Pass all messages to BOSH as text, so they pass through the sending-text
Mon, 23 Mar 2009 00:47:46 +0000 Paul Aurich Because BOSH works over connections that may die non-fatally, we need to
Mon, 23 Mar 2009 00:38:20 +0000 Paul Aurich BOSH: For authentication purposes, HTTPS is equivalent to a secured JabberStream.
Sun, 22 Mar 2009 23:44:17 +0000 Paul Aurich BOSH: Support HTTPS connections to the connection manager
Sat, 21 Mar 2009 03:03:18 +0000 Paul Aurich Use a PurpleCircBuffer for the queued stanzas
Mon, 16 Mar 2009 06:38:24 +0000 Paul Aurich Rearrange the structs and fix the indentation. No functional changes.
Mon, 16 Mar 2009 06:32:55 +0000 Paul Aurich Obey the 'inactivity' attribute and send blank updates often enough. Also,
Mon, 16 Mar 2009 02:45:53 +0000 Paul Aurich Clean up BOSH reading and disconnection handling.
Sun, 15 Mar 2009 05:13:41 +0000 Paul Aurich Close a small race with disconnecting while establishing a connection and
Sun, 15 Mar 2009 05:10:46 +0000 Paul Aurich Rename a few functions and drop some data members.
Sun, 15 Mar 2009 04:48:47 +0000 Paul Aurich Restore BOSH to a more-or-less working state.
Thu, 22 Jan 2009 01:01:51 +0000 Paul Aurich Store PurpleBOSHConnection* instead of void* userdata
Wed, 21 Jan 2009 00:19:33 +0000 Paul Aurich Don't track a cb-per-POST and remove the PurpleHTTPResponse structure.
Tue, 20 Jan 2009 06:10:42 +0000 Paul Aurich The BOSH User Agent should include the client name (and optionally version),
Mon, 19 Jan 2009 18:25:38 +0000 Paul Aurich BOSH: Fix an off-by-one g_memdup that was missing the null terminator.
Mon, 19 Jan 2009 04:52:37 +0000 Paul Aurich BOSH: Another g_return_if_fail that is backward
Mon, 19 Jan 2009 04:52:11 +0000 Paul Aurich BOSH: Reset the HTTP parsing vars when we've handled a response
Mon, 19 Jan 2009 04:15:21 +0000 Paul Aurich BOSH: Fix the HTTP Post to include the actual payload.
Sun, 18 Jan 2009 04:13:39 +0000 Paul Aurich Jabber BOSH: memory management fixes
Sun, 18 Jan 2009 04:11:15 +0000 Paul Aurich Jabber BOSH: Try to continue with no BOSH version attribute
Sun, 18 Jan 2009 04:02:31 +0000 Paul Aurich Jabber BOSH: Model the parsing on the SOAP stuff
Sun, 18 Jan 2009 00:51:12 +0000 Paul Aurich Jabber BOSH: Store less for each Request/Response
Fri, 05 Dec 2008 06:51:39 +0000 Paul Aurich Make the Request ID a long long (fit in 2^53-1)