plugins/mod_bosh.lua
Fri, 07 Jun 2013 13:23:04 +0100 Matthew Wild Merge 0.9->trunk
Fri, 07 Jun 2013 13:22:13 +0100 Matthew Wild mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth)
Thu, 06 Jun 2013 14:48:41 +0100 Matthew Wild mod_bosh: Remove another place we set headers, fixes #348
Wed, 05 Jun 2013 21:41:27 +0100 Matthew Wild mod_bosh: Clean up handling of response headers, set them only in one place
Wed, 05 Jun 2013 21:39:56 +0100 Matthew Wild mod_bosh: Return errors when appropriate (invalid XML, missing sid)
Wed, 05 Jun 2013 21:37:33 +0100 Matthew Wild mod_bosh: Remove some very verbose logging
Wed, 05 Jun 2013 21:36:29 +0100 Matthew Wild Merge 0.9->trunk
Wed, 05 Jun 2013 21:35:50 +0100 Matthew Wild mod_bosh: Reset creating_session to prevent putting unnecessary attributes into every BOSH response
Sun, 02 Jun 2013 19:27:45 +0200 Kim Alvefur Merge 0.9->trunk
Sun, 02 Jun 2013 19:25:53 +0200 Kim Alvefur mod_bosh: Fix traceback in case session is destroyed during the stream-features event (thanks Biszkopcik)
Fri, 24 May 2013 18:38:36 +0100 Matthew Wild mod_bosh: rename variable for clarity
Fri, 24 May 2013 18:37:07 +0100 Matthew Wild mod_bosh: Some very minor whitespace/layout fixes
Thu, 22 Nov 2012 19:37:30 +0000 Matthew Wild mod_bosh: Add 'Connection: keep-alive' header
Thu, 22 Nov 2012 19:35:50 +0000 Matthew Wild mod_bosh: Add support for stanza filters to BOSH sessions (needed by some plugins)
Thu, 22 Nov 2012 18:24:09 +0000 Matthew Wild mod_bosh: Add bosh_max_wait config option, to limit the amount of time a client can request for the server to hold open requests
Thu, 15 Nov 2012 13:18:41 -0500 Matthew Wild mod_bosh: Share sessions and inactive_sessions tables
Wed, 01 Aug 2012 01:03:53 +0100 Matthew Wild mod_bosh: Remove redundant code (send stream features in only one place) (thanks Zash)
Wed, 01 Aug 2012 00:39:54 +0100 Matthew Wild mod_bosh: Remove troublesome return... continue processing of the streamopen after session creation (because since 16c7b510694b we no longer send an early response)
Sun, 29 Jul 2012 01:56:45 +0100 Matthew Wild mod_bosh: Correctly handle data included in the session initiation request, and cork session while a request is being processed, preventing replying to requests when there may be more data to come, reducing round-trips.
Sat, 28 Jul 2012 18:50:04 +0100 Matthew Wild mod_bosh: Backout revision bc0a68cae236 (experimental bosh_auto_cork option) as I don't believe it works
Thu, 26 Jul 2012 04:33:17 +0200 Kim Alvefur mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
Mon, 23 Jul 2012 23:05:32 +0200 Kim Alvefur mod_bosh: Use new format for headers when checking for proxies to get the originating IP
Tue, 15 May 2012 13:35:09 +0100 Matthew Wild mod_bosh: Set Content-Type to text/html for GET response (thanks Medics)
Sat, 28 Apr 2012 14:03:39 +0100 Matthew Wild mod_bosh: Remove unused send_buffer variable
Sat, 28 Apr 2012 13:58:37 +0100 Matthew Wild mod_bosh: Fix request/response mixup
Sat, 28 Apr 2012 13:58:13 +0100 Matthew Wild mod_bosh: Remove unused import of util.timer
Sat, 28 Apr 2012 00:45:33 +0100 Matthew Wild mod_bosh: Remove unused import of net.httpserver
Fri, 27 Apr 2012 19:05:03 +0100 Matthew Wild mod_bosh: Add routes without trailing-'/', so that both /http-bind and /http-bind/ work again
Thu, 26 Apr 2012 05:56:24 +0100 Matthew Wild mod_bosh: Update informational message on GET
Wed, 25 Apr 2012 23:10:32 +0100 Matthew Wild mod_bosh: Large commit to update to mod_http/net.http.server APIs. Becomes a shared module.
Wed, 25 Apr 2012 19:57:46 +0100 Matthew Wild mod_bosh: Optimisation, store reply_before value as waiting_requests value (saves a lookup)
Tue, 24 Apr 2012 21:59:20 +0100 Matthew Wild Merge timber->trunk - thanks everyone!
Thu, 15 Mar 2012 14:47:46 +0100 Kim Alvefur mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global()
Thu, 19 Apr 2012 19:35:10 +0100 Matthew Wild Merge with 0.9
Thu, 19 Apr 2012 19:30:47 +0100 Matthew Wild mod_bosh: Log error on BOSH parse failure (thanks daurnimator)
Wed, 14 Dec 2011 06:42:23 +0500 Waqas Hussain mod_bosh: Remove unused reference to lxp
Fri, 09 Dec 2011 11:44:00 +0500 Waqas Hussain mod_bosh: Fixed use of a private HTTP request property.
Wed, 07 Dec 2011 05:54:17 +0000 Matthew Wild mod_bosh: Experimental option 'bosh_auto_cork' which witholds any response to a request until all stanzas in it have been processed.
Wed, 07 Dec 2011 04:57:51 +0000 Matthew Wild mod_bosh: Move stream:features sending until after the current request has been added to session.requests. Ensures correct inactivity logic.
Wed, 07 Dec 2011 03:54:28 +0000 Matthew Wild mod_bosh: Remove a session from inactive_sessions before destroying it
Wed, 07 Dec 2011 02:58:22 +0000 Matthew Wild mod_bosh: Store time to destroy session in inactive_sessions, removing dependency on session.bosh_max_inactive in cleanup timer
Thu, 15 Sep 2011 17:38:24 +0100 Matthew Wild mod_bosh: s/xmlns:streams/xmlns:stream/ - fixes #265 (thanks Tim)
Wed, 20 Jul 2011 17:22:21 -0400 Matthew Wild mod_bosh: Update to use typed variants of module:get_option(), makes it more tolerant to config variations and simplifies the code.
Tue, 28 Jun 2011 17:00:50 +0100 Matthew Wild mod_bosh: Fix logging when no sid present, fix a missing semi-colon, avoid an extra useless table lookup (thanks Thomas)
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
less more (0) -100 -60 tip