Log

plugins/mod_bosh.lua @ 7659:449de852cf38

description author age
mod_bosh: Save last response in case retransmission is required Sam Whited Wed, 07 Sep 2016 19:32:29 +0100
mod_bosh: Update BOSH wait timeout logic to work despite the addition of deferred requests Matthew Wild Fri, 02 Sep 2016 23:25:11 +0100
mod_bosh: Fix typo Matthew Wild Fri, 02 Sep 2016 23:24:40 +0100
Merge 0.10->trunk Matthew Wild Fri, 02 Sep 2016 23:00:43 +0100
mod_bosh: Make 'hold' and 'requests' fixed to '1' and '2' respectively, as this is what all implementations realistically use Matthew Wild Fri, 02 Sep 2016 22:13:54 +0100
mod_bosh: Log when a stanza isn't handled because we can't find a session for it Matthew Wild Fri, 02 Sep 2016 21:57:40 +0100
mod_bosh: Correctly handle requests arriving out of order (thanks Jitsi folk!) Matthew Wild Fri, 02 Sep 2016 21:57:22 +0100
mod_bosh: Fix merge mistakes from c8923f882274 Kim Alvefur Thu, 14 Jul 2016 18:57:30 +0200
mod_bosh: Add annotations to ignore unused arguments [luacheck] Kim Alvefur Tue, 19 Apr 2016 18:00:04 +0200
mod_bosh: Remove unused imports (also mistake in merge) Kim Alvefur Tue, 19 Apr 2016 17:59:49 +0200
mod_bosh: Fix imports that got lost in merge Kim Alvefur Tue, 19 Apr 2016 17:59:22 +0200
Merge 0.10->trunk Kim Alvefur Tue, 19 Apr 2016 17:44:11 +0200
mod_bosh: Don't decrement rid twice (thanks av6) Kim Alvefur Tue, 19 Apr 2016 17:44:04 +0200
Merge 0.10->trunk Kim Alvefur Tue, 19 Apr 2016 17:10:42 +0200
mod_bosh: Reject fractional 'wait' (See #343) Kim Alvefur Tue, 19 Apr 2016 12:33:58 +0200
mod_bosh: Return a proper BOSH error response from XML parse error callback (see #343) Kim Alvefur Tue, 19 Apr 2016 12:19:15 +0200
mod_bosh: Validate that 'sid' and 'wait' have sane values (fixes #475, also see #343) Kim Alvefur Tue, 19 Apr 2016 12:18:19 +0200
mod_bosh: Validate 'to' host (see #343) Kim Alvefur Tue, 19 Apr 2016 12:17:00 +0200
mod_bosh: Return a proper BOSH error response instead of deprecated(?) status code (See #343) Kim Alvefur Tue, 19 Apr 2016 12:16:17 +0200
mod_bosh: Log error returned from stream:feed() Kim Alvefur Tue, 19 Apr 2016 12:15:20 +0200
mod_bosh: Return if a response has been sent already (See #343) Kim Alvefur Tue, 19 Apr 2016 12:14:07 +0200
mod_bosh: Remove unused import Kim Alvefur Tue, 19 Apr 2016 12:13:03 +0200
Update every link to the documentation to use HTTPS Emmanuel Gil Peyrot Sat, 16 Apr 2016 21:08:05 +0100
Merge 0.10->trunk Kim Alvefur Sat, 02 Apr 2016 17:13:12 +0200
mod_bosh: Skip sending stanzas removed out by filters (fixes #657) Kim Alvefur Fri, 01 Apr 2016 18:56:26 +0200
Merge 0.10->trunk Kim Alvefur Thu, 17 Mar 2016 18:04:43 +0100
Backed out BOSH use of util.async (changeset f0687c313cf1) Kim Alvefur Thu, 17 Mar 2016 12:46:52 +0100
Merge 0.10->trunk Matthew Wild Mon, 04 Jan 2016 09:14:57 +0000
mod_bosh: Fire event when BOSH session is created Matthew Wild Mon, 04 Jan 2016 09:14:30 +0000
mod_bosh: Instead of a global once-per-second timer add a timer for each session when needed Kim Alvefur Mon, 07 Dec 2015 19:44:08 +0100
mod_bosh: Use util.async Kim Alvefur Sun, 07 Dec 2014 17:56:25 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now) Matthew Wild Mon, 15 Jul 2013 11:44:49 +0100
Merge 0.9->trunk Matthew Wild Tue, 09 Jul 2013 00:04:30 +0100
mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other listeners. This ensures that stanzas following a traceback-causing stanza in a request will still be processed (as would happen on normal c2s). Matthew Wild Mon, 08 Jul 2013 23:59:27 +0100
mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters Matthew Wild Mon, 08 Jul 2013 23:42:54 +0100
Merge 0.9->trunk Matthew Wild Tue, 11 Jun 2013 21:50:41 +0100
mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server) Matthew Wild Fri, 07 Jun 2013 17:47:49 +0100
mod_bosh: Fix global write Matthew Wild Fri, 07 Jun 2013 17:47:27 +0100
mod_bosh: Reduce a little code. Waqas Hussain Tue, 11 Jun 2013 12:55:47 -0400
mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloads Matthew Wild Sat, 08 Jun 2013 18:08:18 +0100
mod_bosh: Don't tostring() stream:features when passing to session.send(). Waqas Hussain Fri, 07 Jun 2013 16:26:08 -0400
mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled. Waqas Hussain Fri, 07 Jun 2013 14:20:13 -0400
mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself. Waqas Hussain Fri, 07 Jun 2013 13:24:56 -0400
mod_bosh: Rename event handler argument to event, not request. Waqas Hussain Fri, 07 Jun 2013 13:21:38 -0400
Merge 0.9->trunk Matthew Wild Fri, 07 Jun 2013 13:23:04 +0100
mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth) Matthew Wild Fri, 07 Jun 2013 13:22:13 +0100
mod_bosh: Remove another place we set headers, fixes #348 Matthew Wild Thu, 06 Jun 2013 14:48:41 +0100
mod_bosh: Clean up handling of response headers, set them only in one place Matthew Wild Wed, 05 Jun 2013 21:41:27 +0100
mod_bosh: Return errors when appropriate (invalid XML, missing sid) Matthew Wild Wed, 05 Jun 2013 21:39:56 +0100
mod_bosh: Remove some very verbose logging Matthew Wild Wed, 05 Jun 2013 21:37:33 +0100
Merge 0.9->trunk Matthew Wild Wed, 05 Jun 2013 21:36:29 +0100
mod_bosh: Reset creating_session to prevent putting unnecessary attributes into every BOSH response Matthew Wild Wed, 05 Jun 2013 21:35:50 +0100
Merge 0.9->trunk Kim Alvefur Sun, 02 Jun 2013 19:27:45 +0200
mod_bosh: Fix traceback in case session is destroyed during the stream-features event (thanks Biszkopcik) Kim Alvefur Sun, 02 Jun 2013 19:25:53 +0200
mod_bosh: rename variable for clarity Matthew Wild Fri, 24 May 2013 18:38:36 +0100
mod_bosh: Some very minor whitespace/layout fixes Matthew Wild Fri, 24 May 2013 18:37:07 +0100
mod_bosh: Add 'Connection: keep-alive' header Matthew Wild Thu, 22 Nov 2012 19:37:30 +0000
mod_bosh: Add support for stanza filters to BOSH sessions (needed by some plugins) Matthew Wild Thu, 22 Nov 2012 19:35:50 +0000
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 Matthew Wild Thu, 22 Nov 2012 18:24:09 +0000