Sat, 01 Aug 2009 04:32:24 +0000 Paul Aurich jabber: Ridiculously verbose logging for BOSH. file | diff | annotate
Sat, 01 Aug 2009 04:24:39 +0000 Paul Aurich jabber: Better inactivity timer logic. file | diff | annotate
Sat, 01 Aug 2009 04:01:51 +0000 Paul Aurich jabber: Remove js->use_bosh file | diff | annotate
Sat, 01 Aug 2009 04:00:37 +0000 Paul Aurich jabber: Since we use max_inactivity - 5, treat a 5s timeout as bogus, too. file | diff | annotate
Sat, 01 Aug 2009 03:57:14 +0000 Paul Aurich jabber: Re-order the BOSH structs and normalize the buffer names. file | diff | annotate
Wed, 15 Jul 2009 05:49:30 +0000 Paul Aurich Various fixes to get BOSH working with Prosody 0.5. file | diff | annotate
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages file | diff | annotate
Thu, 25 Jun 2009 02:53:26 +0000 Paul Aurich Don't try to write when the BOSH connection isn't ready. file | diff | annotate
Fri, 22 May 2009 03:54:29 +0000 Paul Aurich Remove trailing whitespace that has snuck in. file | diff | annotate
Fri, 22 May 2009 03:48:19 +0000 Paul Aurich Various BOSH fixes file | diff | annotate
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). file | diff | annotate
Tue, 28 Apr 2009 22:20:01 +0000 Paul Aurich Windows compilation complains (probably because it's 32-bit) file | diff | annotate
Sat, 04 Apr 2009 23:05:04 +0000 Paul Aurich BOSH: Use a write buffer (read: basically cut-n-paste from jabber.c) cpw.darkrain42.xmpp.bosh file | diff | annotate
Sat, 04 Apr 2009 21:49:34 +0000 Paul Aurich A better random number for the rid in the range [0, 2**52). cpw.darkrain42.xmpp.bosh file | diff | annotate
Sat, 04 Apr 2009 05:15:18 +0000 Paul Aurich Reorder functions to remove prototypes cpw.darkrain42.xmpp.bosh file | diff | annotate
Sat, 04 Apr 2009 04:54:56 +0000 Paul Aurich BOSH: Print out the received data (similar to the standard XMPP method, cpw.darkrain42.xmpp.bosh file | diff | annotate
Sat, 04 Apr 2009 04:34:57 +0000 Paul Aurich Pass all messages to BOSH as text, so they pass through the sending-text cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 23 Mar 2009 00:47:46 +0000 Paul Aurich Because BOSH works over connections that may die non-fatally, we need to cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 23 Mar 2009 00:38:20 +0000 Paul Aurich BOSH: For authentication purposes, HTTPS is equivalent to a secured JabberStream. cpw.darkrain42.xmpp.bosh file | diff | annotate
Sun, 22 Mar 2009 23:44:17 +0000 Paul Aurich BOSH: Support HTTPS connections to the connection manager cpw.darkrain42.xmpp.bosh file | diff | annotate
Sat, 21 Mar 2009 03:03:18 +0000 Paul Aurich Use a PurpleCircBuffer for the queued stanzas cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 16 Mar 2009 06:38:24 +0000 Paul Aurich Rearrange the structs and fix the indentation. No functional changes. cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 16 Mar 2009 06:32:55 +0000 Paul Aurich Obey the 'inactivity' attribute and send blank updates often enough. Also, cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 16 Mar 2009 02:45:53 +0000 Paul Aurich Clean up BOSH reading and disconnection handling. cpw.darkrain42.xmpp.bosh file | diff | annotate
Sun, 15 Mar 2009 05:13:41 +0000 Paul Aurich Close a small race with disconnecting while establishing a connection and cpw.darkrain42.xmpp.bosh file | diff | annotate
Sun, 15 Mar 2009 05:10:46 +0000 Paul Aurich Rename a few functions and drop some data members. cpw.darkrain42.xmpp.bosh file | diff | annotate
Sun, 15 Mar 2009 04:48:47 +0000 Paul Aurich Restore BOSH to a more-or-less working state. cpw.darkrain42.xmpp.bosh file | diff | annotate
Thu, 22 Jan 2009 01:01:51 +0000 Paul Aurich Store PurpleBOSHConnection* instead of void* userdata cpw.darkrain42.xmpp.bosh file | diff | annotate
Wed, 21 Jan 2009 00:19:33 +0000 Paul Aurich Don't track a cb-per-POST and remove the PurpleHTTPResponse structure. cpw.darkrain42.xmpp.bosh file | diff | annotate
Tue, 20 Jan 2009 06:10:42 +0000 Paul Aurich The BOSH User Agent should include the client name (and optionally version), cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 19 Jan 2009 18:25:38 +0000 Paul Aurich BOSH: Fix an off-by-one g_memdup that was missing the null terminator. cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 19 Jan 2009 04:52:37 +0000 Paul Aurich BOSH: Another g_return_if_fail that is backward cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 19 Jan 2009 04:52:11 +0000 Paul Aurich BOSH: Reset the HTTP parsing vars when we've handled a response cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 19 Jan 2009 04:15:21 +0000 Paul Aurich BOSH: Fix the HTTP Post to include the actual payload. cpw.darkrain42.xmpp.bosh file | diff | annotate
Sun, 18 Jan 2009 04:13:39 +0000 Paul Aurich Jabber BOSH: memory management fixes cpw.darkrain42.xmpp.bosh file | diff | annotate
Sun, 18 Jan 2009 04:11:15 +0000 Paul Aurich Jabber BOSH: Try to continue with no BOSH version attribute cpw.darkrain42.xmpp.bosh file | diff | annotate
Sun, 18 Jan 2009 04:02:31 +0000 Paul Aurich Jabber BOSH: Model the parsing on the SOAP stuff cpw.darkrain42.xmpp.bosh file | diff | annotate
Sun, 18 Jan 2009 00:51:12 +0000 Paul Aurich Jabber BOSH: Store less for each Request/Response cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 05 Dec 2008 06:51:39 +0000 Paul Aurich Make the Request ID a long long (fit in 2^53-1) cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 05 Dec 2008 00:08:19 +0000 Paul Aurich Reorder some functions to eliminate prototypes and cpw.darkrain42.xmpp.bosh file | diff | annotate
Thu, 04 Dec 2008 23:59:44 +0000 Paul Aurich Jabber BOSH: more fixes. cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 01 Dec 2008 05:47:04 +0000 Paul Aurich Jabber BOSH: Many fixes cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 18 Aug 2008 17:08:01 +0000 Tobias Markmann * free xmlnodes after bosh receive callback is called soc.2008.xmpp file | diff | annotate
Mon, 18 Aug 2008 16:20:46 +0000 Tobias Markmann * removing some comment with XML example soc.2008.xmpp file | diff | annotate
Mon, 18 Aug 2008 15:44:43 +0000 Tobias Markmann * fixing a bug in jabber_bosh_http_connection_receive_parse_header() soc.2008.xmpp file | diff | annotate
Mon, 18 Aug 2008 08:42:37 +0000 Tobias Markmann * sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel open soc.2008.xmpp file | diff | annotate
Sat, 16 Aug 2008 21:28:32 +0000 Tobias Markmann * data buffer for received data. Support for any HTTP resonse size now. soc.2008.xmpp file | diff | annotate
Fri, 15 Aug 2008 16:35:32 +0000 Tobias Markmann * moving BOSH interfacing from jabber_send to jabber_send_raw soc.2008.xmpp file | diff | annotate
Fri, 15 Aug 2008 14:02:21 +0000 Tobias Markmann * using libpurple's internal SASL mechanisms during BOSH authentication phase soc.2008.xmpp file | diff | annotate
Tue, 12 Aug 2008 12:48:25 +0000 Tobias Markmann * sending some User-Agent soc.2008.xmpp file | diff | annotate
Tue, 12 Aug 2008 12:40:48 +0000 Tobias Markmann * calling PurpleBOSHConnection's receive_cb soc.2008.xmpp file | diff | annotate
Mon, 11 Aug 2008 21:28:05 +0000 Tobias Markmann * parsing HTTP response and emitting HTTP request callback soc.2008.xmpp file | diff | annotate
Sat, 09 Aug 2008 23:07:58 +0000 Tobias Markmann * preparing handling of multiple requests for pipelining support soc.2008.xmpp file | diff | annotate
Sat, 09 Aug 2008 22:16:11 +0000 Tobias Markmann * doing HTTP requests soc.2008.xmpp file | diff | annotate
Tue, 05 Aug 2008 22:24:39 +0000 Tobias Markmann * adding receive callback; preparing receiving and boot code soc.2008.xmpp file | diff | annotate
Tue, 05 Aug 2008 18:44:42 +0000 Tobias Markmann * adding bosh files to Makefile.am & .mingw soc.2008.xmpp file | diff | annotate
Sun, 03 Aug 2008 22:50:13 +0000 Tobias Markmann * some refactoring soc.2008.xmpp file | diff | annotate
Sun, 03 Aug 2008 13:48:59 +0000 Tobias Markmann * looking for alternative connection methods if direct connection fails soc.2008.xmpp file | diff | annotate
(0) tip

mercurial