plugins/mod_bosh.lua
Tue, 07 Jun 2011 01:29:34 +0100 Matthew Wild Merge 0.8->trunk
Sun, 05 Jun 2011 12:28:49 +0100 Matthew Wild Backout commit d6366294f618 which I was testing and didn't mean to push to 0.8
Fri, 04 Mar 2011 20:27:57 +0000 Matthew Wild mod_bosh: Fix terminate logic - process any stanzas in a terminating request, and add type='terminate' to any responses generated by those stanzas. Finally, close all remaining open requests with type='terminate' and close the session. Fixes #211 (thanks Maranda + waqas).
Sun, 05 Jun 2011 11:48:57 +0100 Matthew Wild mod_bosh: Mark a session as active when a request comes in, even if we don't end up holding that request, fixes BOSH ghosts (thanks smoku)
Fri, 04 Mar 2011 20:27:57 +0000 Matthew Wild mod_bosh: Fix terminate logic - process any stanzas in a terminating request, and add type='terminate' to any responses generated by those stanzas. Finally, close all remaining open requests with type='terminate' and close the session. Fixes #211 (thanks Maranda + waqas).
Sat, 08 Jan 2011 23:20:16 +0000 Matthew Wild mod_bosh: Return true from send()
Tue, 04 Jan 2011 21:38:14 +0000 Matthew Wild mod_bosh: Fix for miscalculating inactivity, causing disconnects under a steady stream of traffic
Sat, 11 Dec 2010 00:19:15 +0000 Matthew Wild mod_bosh: Fixes to the session creation response - add mandatory 'wait' attribute, remove optional 'maxpause' which we don't support, and reformat the code to prevent long lines and wacky indentation. Fixes #219.
Tue, 07 Dec 2010 18:38:22 +0000 Matthew Wild mod_bosh: Switch to util.xmppstream from xmlhandlers
Thu, 02 Dec 2010 22:47:29 +0500 Waqas Hussain mod_bosh: Use util.timer for timers instead of server.addtimer.
Fri, 22 Oct 2010 08:36:54 +0500 Waqas Hussain mod_bosh: Don't add a Content-Type header to the HTTP OPTIONS reply.
Fri, 10 Sep 2010 17:56:24 +0100 Matthew Wild mod_bosh: Fix traceback when initiating a BOSH session to an unknown host
Sat, 28 Aug 2010 22:25:12 +0100 Matthew Wild mod_bosh: Support for reading the client's real IP through HTTP proxies from X-Forwarded-For
Sun, 22 Aug 2010 21:36:04 +0100 Matthew Wild mod_bosh: Don't adjust rid when creating a session, as this is no longer necessary and causes a log message ('rid too large') to be erroneously printed, fixes #203
Sat, 07 Aug 2010 19:00:04 +0100 Matthew Wild mod_bosh: Fix to properly ignore repeated requests
Fri, 06 Aug 2010 02:00:12 +0100 Matthew Wild mod_bosh: Small change to use variable instead of hard-coded xmlns
Fri, 06 Aug 2010 01:59:43 +0100 Matthew Wild mod_bosh: Much improve session:close() for BOSH sessions, so it now matches in usage normal session:close()
Fri, 06 Aug 2010 01:57:20 +0100 Matthew Wild mod_bosh: Add error callback for xmlhandlers, to handle the case of invalid or unusable XML in the request payload
Tue, 03 Aug 2010 11:01:13 +0100 Matthew Wild mod_bosh: Remove dependency on eventmanager
Sun, 04 Jul 2010 19:38:33 +0100 Matthew Wild mod_bosh: Add jabber:client namespace to stanzas with no namespace
Fri, 21 May 2010 19:27:06 +0100 Matthew Wild mod_bosh: Re-layout session object creation to make lines shorter
Fri, 21 May 2010 19:24:50 +0100 Matthew Wild mod_bosh: Add option consider_bosh_secure to treat BOSH sessions as encrypted even if they don't use HTTP (useful for when secure requests are proxied to Prosody over HTTP)
Mon, 17 May 2010 11:56:36 +0100 Matthew Wild Merge with 0.6
Mon, 17 May 2010 11:49:24 +0100 Matthew Wild mod_bosh: Always give requests a destroy handler, so that the management of each session's request array and the inactive_sessions logic can happen in one place. Simplifies everything and concludes this series of BOSH fixes.
Mon, 17 May 2010 11:46:54 +0100 Matthew Wild mod_bosh: Fix handling of rids by not dropping requests with repeated rids (assign them their sid instead), and always starting a session with first_rid-1.
Mon, 17 May 2010 11:45:11 +0100 Matthew Wild mod_bosh: Remove some hacky code for pruning dead requests that hopefully never gets executed - if it does there's a bug anyway.
Mon, 17 May 2010 11:42:53 +0100 Matthew Wild mod_bosh: Remove requests from the session table using table.remove(), prevents the possibility of holes in the array.
Sat, 03 Apr 2010 23:09:11 +0100 Matthew Wild Merge 0.6->0.7
Sat, 03 Apr 2010 22:24:39 +0100 Matthew Wild mod_bosh: Default stanza namespace should be jabber:client (fixes BOSH to work with recent namespace fix)
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Fri, 12 Feb 2010 04:11:50 +0500 Waqas Hussain mod_bosh: Fire stream-features event using new events API.
Fri, 22 Jan 2010 03:36:03 +0000 Matthew Wild mod_bosh: I == fail.
Fri, 22 Jan 2010 03:18:55 +0000 Matthew Wild mod_bosh: Simplify cross-domain support, and make it work - default is for cross-domain to be disallowed
Thu, 21 Jan 2010 15:07:52 +0000 Matthew Wild mod_bosh: Support for cross-domain access control using CORS
Thu, 21 Jan 2010 00:35:07 +0000 Matthew Wild mod_bosh: Trailing whitespace
Tue, 19 Jan 2010 03:57:19 +0000 Matthew Wild mod_bosh: Update for new xmlhandlers syntax
Thu, 17 Dec 2009 20:28:32 +0000 Matthew Wild mod_bosh: Update for new connection API
Thu, 10 Dec 2009 16:21:06 +0500 Waqas Hussain mod_bosh: Delay setup until after server is started.
Sat, 21 Nov 2009 13:15:46 +0000 Matthew Wild mod_bosh: Don't log response XML
Wed, 18 Nov 2009 06:22:52 +0500 Waqas Hussain mod_bosh: Set session.ip for BOSH sessions.
Thu, 12 Nov 2009 13:42:44 +0500 Waqas Hussain Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup).
Sat, 03 Oct 2009 00:56:45 +0100 Matthew Wild mod_bosh: Update to use new httpserver.new_from_config syntax
Fri, 02 Oct 2009 21:24:16 +0100 Matthew Wild Merge with 0.5
Fri, 02 Oct 2009 21:23:32 +0100 Matthew Wild mod_bosh: Fix for 'invalid key to next' error when 2 clients lose connection at the same time
Tue, 11 Aug 2009 20:38:48 +0100 Matthew Wild mod_bosh: Strip BOSH namespace from stanzas to allow for some clients which may send them without the correct xmlns
Tue, 11 Aug 2009 20:15:54 +0100 Matthew Wild mod_bosh: Calculate rid difference just once
Tue, 11 Aug 2009 19:52:09 +0100 Matthew Wild mod_bosh: Basic handling of rids (more to come)
Tue, 11 Aug 2009 19:48:41 +0100 Matthew Wild mod_bosh: Correct reply when closing sessions
Sun, 09 Aug 2009 17:47:26 +0500 Waqas Hussain mod_bosh: Updated to use module:get_option instead of configmanager
Wed, 05 Aug 2009 03:08:21 +0100 Matthew Wild mod_bosh: Fix error reply for host-unknown errors
Tue, 14 Jul 2009 21:04:07 +0100 Matthew Wild mod_bosh: Update to use new new_from_config()
Sun, 12 Jul 2009 19:16:37 +0100 Matthew Wild mod_bosh: Mark a session as secure if it is created with HTTPS
Sun, 12 Jul 2009 15:21:10 +0100 Matthew Wild mod_bosh: Use new httpserver helper to initialise ports
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Mon, 04 May 2009 19:57:05 +0100 Matthew Wild Merge with 0.4
Mon, 04 May 2009 19:38:21 +0100 Matthew Wild mod_bosh: Give BOSH sessions a logger (thanks Florob)
Thu, 23 Apr 2009 03:28:35 +0100 Matthew Wild Merge with 0.4 branch
Thu, 23 Apr 2009 03:27:22 +0100 Matthew Wild mod_bosh: Put dummy authid in session creation response to keep JSJaC happy
Thu, 23 Apr 2009 03:25:48 +0100 Matthew Wild mod_bosh: Add log message for clients connecting to unknown host
less more (0) -60 tip