Log

plugins/mod_bosh.lua @ 9799:7259a61bacc8

description author age
mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module Kim Alvefur Sat, 19 Jan 2019 20:03:04 +0100
mod_bosh: Drop CORS code in favor of than in mod_http Kim Alvefur Thu, 04 Oct 2018 12:23:06 +0200
mod_bosh: Handle missing wait attribute (fixes #1288) 0.11 Kim Alvefur Thu, 10 Jan 2019 13:07:22 +0100
mod_bosh: Fire stream feature event on hosts (thanks gerald) Kim Alvefur Mon, 24 Sep 2018 17:46:51 +0200
mod_bosh: Make BOSH global again! Kim Alvefur Sat, 22 Sep 2018 00:01:21 +0200
mod_bosh: Add extra debug logging to help with #1134 Kim Alvefur Tue, 15 May 2018 01:22:35 +0200
Merge 0.10->trunk Matthew Wild Wed, 30 May 2018 21:40:00 +0100
mod_bosh: Store the normalized hostname on session (fixes #1151) Kim Alvefur Wed, 30 May 2018 10:58:19 +0200
mod_bosh: Fix inconsistent whitespace [luacheck] Kim Alvefur Tue, 01 May 2018 18:21:57 +0200
mod_bosh: Fix for 7be8f649d97d to skip error handling and allow other modules to handle the request Matthew Wild Sun, 29 Apr 2018 22:15:44 +0100
mod_bosh: Increase number of stored responses to ensure we always keep responses within the rid window available Matthew Wild Wed, 11 Apr 2018 13:24:37 +0100
mod_bosh: Improve connection robustness with better handling of unexpected rids Matthew Wild Tue, 10 Apr 2018 20:34:29 +0100
mod_bosh: Some additonal comments to improve code readability Matthew Wild Tue, 10 Apr 2018 20:30:20 +0100
mod_bosh: Whitespace Matthew Wild Tue, 10 Apr 2018 20:29:46 +0100
mod_bosh: Improve logging - parse errors will now log through the session logger if possible Matthew Wild Tue, 10 Apr 2018 20:28:59 +0100
mod_bosh: Improve logging on session close (reason may be a table with params) Matthew Wild Tue, 10 Apr 2018 20:25:12 +0100
mod_http: Set request.ip on all HTTP requests (moves code out of mod_bosh) (fixes #540) Kim Alvefur Thu, 15 Mar 2018 17:22:49 +0100
mod_bosh: Return implicit 404 instead of the proper BOSH terminate thing Kim Alvefur Wed, 27 Dec 2017 01:00:34 +0100
mod_bosh: Limit stream to current host (fixes #371) Kim Alvefur Wed, 13 Dec 2017 15:34:53 +0100
mod_bosh: Make into a normal module (fixes #402) Kim Alvefur Wed, 13 Dec 2017 15:24:02 +0100
mod_bosh: Use module API to fire events Kim Alvefur Wed, 13 Dec 2017 17:31:31 +0100
mod_bosh: Use moduleapi logger Kim Alvefur Wed, 13 Dec 2017 15:23:29 +0100
mod_bosh: Rename variable to avoid name clash [luacheck] Kim Alvefur Wed, 13 Dec 2017 15:31:21 +0100
mod_bosh: Ignore unused argument [luacheck] Kim Alvefur Wed, 13 Dec 2017 15:30:37 +0100
mod_bosh: Remove unused variable [luacheck] Kim Alvefur Wed, 13 Dec 2017 15:30:11 +0100
Merge 0.10 -> trunk Matthew Wild Fri, 28 Jul 2017 23:47:38 +0100
mod_bosh: Add ::1 to the default trusted_proxies. Emmanuel Gil Peyrot Sun, 16 Jul 2017 19:25:15 +0100
Merge 0.10->trunk Kim Alvefur Thu, 20 Apr 2017 00:41:49 +0200
Merge 0.9->0.10 Kim Alvefur Wed, 19 Apr 2017 20:02:58 +0200
mod_bosh: Update session.conn to point to the current connection (fixes #890) Kim Alvefur Mon, 17 Apr 2017 21:40:06 +0200
Merge 0.10->trunk Matthew Wild Wed, 07 Sep 2016 19:33:14 +0100
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