plugins/mod_bosh.lua
Sun, 17 Mar 2024 10:10:24 +0000 Matthew Wild mod_bosh: Set base_type on session
Sat, 28 Oct 2023 13:15:56 +0100 Matthew Wild mod_bosh: Include stream attributes in stream-features event
Mon, 17 Jul 2023 01:38:54 +0200 Kim Alvefur plugins: Use integer config API with interval specification where sensible
Sun, 16 Jul 2023 20:49:33 +0200 Kim Alvefur plugins: Switch to :get_option_period() for time range options
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Mon, 28 Mar 2022 14:53:24 +0100 Matthew Wild mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731) 0.12
Fri, 04 Feb 2022 17:52:13 +0100 Kim Alvefur mod_bosh: Only enable host-agnostic HTTP routing when enabled globally
Sun, 24 Oct 2021 15:17:01 +0200 Kim Alvefur mod_c2s,etc: Identify stanza object with appropriate function
Sun, 19 Sep 2021 16:28:16 +0200 Kim Alvefur mod_bosh: Fix typo in comment
Mon, 21 Jun 2021 22:50:23 +0200 Kim Alvefur mod_bosh,mod_websocket: Make into global-shared modules (...again)
Thu, 29 Jul 2021 20:04:57 +0200 Kim Alvefur mod_bosh: Add todo to use util.session to create session object
Tue, 27 Jul 2021 00:13:18 +0200 Kim Alvefur Fix various spelling errors (thanks codespell)
Thu, 13 May 2021 11:17:13 +0100 Matthew Wild Merge 0.11->trunk
Fri, 07 May 2021 17:03:49 +0100 Matthew Wild mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 0.11
Sun, 21 Feb 2021 06:18:22 +0100 Kim Alvefur mod_bosh: Include warning if endpoint accessed insecurely (#1172)
Sun, 21 Feb 2021 06:17:40 +0100 Kim Alvefur mod_bosh: Use message template from mod_http_error
Sat, 03 Oct 2020 15:09:12 +0200 Kim Alvefur mod_bosh: Count connection attempts non-VirtualHost as "bad host" (stats)
Sat, 03 Oct 2020 15:07:48 +0200 Kim Alvefur Merge 0.11->trunk
Sat, 03 Oct 2020 15:03:09 +0200 Kim Alvefur mod_bosh: Ensure that stream is directed to a VirtualHost (fixes #425) 0.11
Sat, 03 Oct 2020 14:59:11 +0200 Kim Alvefur mod_bosh: Pick out the 'wait' before checking it instead of earlier 0.11
Mon, 20 Apr 2020 11:30:59 +0100 Matthew Wild mod_bosh, mod_websocket: Add config options to override GET responses
Sat, 02 Nov 2019 15:29:13 +0100 Kim Alvefur mod_bosh: Abort early if request is missing hostname
Tue, 30 Jul 2019 02:29:36 +0200 Kim Alvefur plugins: Remove tostring call from logging
Fri, 03 May 2019 04:10:31 -0700 Arc Riley mod_bosh: Added metrics for active/inactive sessions, new BOSH sessions, BOSH errors, and timeouts (finishes #998)
Sat, 19 Jan 2019 20:03:04 +0100 Kim Alvefur mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module
Thu, 04 Oct 2018 12:23:06 +0200 Kim Alvefur mod_bosh: Drop CORS code in favor of than in mod_http
Thu, 10 Jan 2019 13:07:22 +0100 Kim Alvefur mod_bosh: Handle missing wait attribute (fixes #1288) 0.11
Mon, 24 Sep 2018 17:46:51 +0200 Kim Alvefur mod_bosh: Fire stream feature event on hosts (thanks gerald)
Sat, 22 Sep 2018 00:01:21 +0200 Kim Alvefur mod_bosh: Make BOSH global again!
Tue, 15 May 2018 01:22:35 +0200 Kim Alvefur mod_bosh: Add extra debug logging to help with #1134
Wed, 30 May 2018 21:40:00 +0100 Matthew Wild Merge 0.10->trunk
Wed, 30 May 2018 10:58:19 +0200 Kim Alvefur mod_bosh: Store the normalized hostname on session (fixes #1151)
Tue, 01 May 2018 18:21:57 +0200 Kim Alvefur mod_bosh: Fix inconsistent whitespace [luacheck]
Sun, 29 Apr 2018 22:15:44 +0100 Matthew Wild mod_bosh: Fix for 7be8f649d97d to skip error handling and allow other modules to handle the request
Wed, 11 Apr 2018 13:24:37 +0100 Matthew Wild mod_bosh: Increase number of stored responses to ensure we always keep responses within the rid window available
Tue, 10 Apr 2018 20:34:29 +0100 Matthew Wild mod_bosh: Improve connection robustness with better handling of unexpected rids
Tue, 10 Apr 2018 20:30:20 +0100 Matthew Wild mod_bosh: Some additonal comments to improve code readability
Tue, 10 Apr 2018 20:29:46 +0100 Matthew Wild mod_bosh: Whitespace
Tue, 10 Apr 2018 20:28:59 +0100 Matthew Wild mod_bosh: Improve logging - parse errors will now log through the session logger if possible
Tue, 10 Apr 2018 20:25:12 +0100 Matthew Wild mod_bosh: Improve logging on session close (reason may be a table with params)
Thu, 15 Mar 2018 17:22:49 +0100 Kim Alvefur mod_http: Set request.ip on all HTTP requests (moves code out of mod_bosh) (fixes #540)
Wed, 27 Dec 2017 01:00:34 +0100 Kim Alvefur mod_bosh: Return implicit 404 instead of the proper BOSH terminate thing
Wed, 13 Dec 2017 15:34:53 +0100 Kim Alvefur mod_bosh: Limit stream to current host (fixes #371)
Wed, 13 Dec 2017 15:24:02 +0100 Kim Alvefur mod_bosh: Make into a normal module (fixes #402)
Wed, 13 Dec 2017 17:31:31 +0100 Kim Alvefur mod_bosh: Use module API to fire events
Wed, 13 Dec 2017 15:23:29 +0100 Kim Alvefur mod_bosh: Use moduleapi logger
Wed, 13 Dec 2017 15:31:21 +0100 Kim Alvefur mod_bosh: Rename variable to avoid name clash [luacheck]
Wed, 13 Dec 2017 15:30:37 +0100 Kim Alvefur mod_bosh: Ignore unused argument [luacheck]
Wed, 13 Dec 2017 15:30:11 +0100 Kim Alvefur mod_bosh: Remove unused variable [luacheck]
Fri, 28 Jul 2017 23:47:38 +0100 Matthew Wild Merge 0.10 -> trunk
Sun, 16 Jul 2017 19:25:15 +0100 Emmanuel Gil Peyrot mod_bosh: Add ::1 to the default trusted_proxies.
Thu, 20 Apr 2017 00:41:49 +0200 Kim Alvefur Merge 0.10->trunk
Wed, 19 Apr 2017 20:02:58 +0200 Kim Alvefur Merge 0.9->0.10
Mon, 17 Apr 2017 21:40:06 +0200 Kim Alvefur mod_bosh: Update session.conn to point to the current connection (fixes #890)
Wed, 07 Sep 2016 19:33:14 +0100 Matthew Wild Merge 0.10->trunk
Wed, 07 Sep 2016 19:32:29 +0100 Sam Whited mod_bosh: Save last response in case retransmission is required
Fri, 02 Sep 2016 23:25:11 +0100 Matthew Wild mod_bosh: Update BOSH wait timeout logic to work despite the addition of deferred requests
Fri, 02 Sep 2016 23:24:40 +0100 Matthew Wild mod_bosh: Fix typo
Fri, 02 Sep 2016 23:00:43 +0100 Matthew Wild Merge 0.10->trunk
Fri, 02 Sep 2016 22:13:54 +0100 Matthew Wild mod_bosh: Make 'hold' and 'requests' fixed to '1' and '2' respectively, as this is what all implementations realistically use
Fri, 02 Sep 2016 21:57:40 +0100 Matthew Wild mod_bosh: Log when a stanza isn't handled because we can't find a session for it
Fri, 02 Sep 2016 21:57:22 +0100 Matthew Wild mod_bosh: Correctly handle requests arriving out of order (thanks Jitsi folk!)
Thu, 14 Jul 2016 18:57:30 +0200 Kim Alvefur mod_bosh: Fix merge mistakes from c8923f882274
Tue, 19 Apr 2016 18:00:04 +0200 Kim Alvefur mod_bosh: Add annotations to ignore unused arguments [luacheck]
Tue, 19 Apr 2016 17:59:49 +0200 Kim Alvefur mod_bosh: Remove unused imports (also mistake in merge)
Tue, 19 Apr 2016 17:59:22 +0200 Kim Alvefur mod_bosh: Fix imports that got lost in merge
Tue, 19 Apr 2016 17:44:11 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 19 Apr 2016 17:44:04 +0200 Kim Alvefur mod_bosh: Don't decrement rid twice (thanks av6)
Tue, 19 Apr 2016 17:10:42 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 19 Apr 2016 12:33:58 +0200 Kim Alvefur mod_bosh: Reject fractional 'wait' (See #343)
Tue, 19 Apr 2016 12:19:15 +0200 Kim Alvefur mod_bosh: Return a proper BOSH error response from XML parse error callback (see #343)
Tue, 19 Apr 2016 12:18:19 +0200 Kim Alvefur mod_bosh: Validate that 'sid' and 'wait' have sane values (fixes #475, also see #343)
Tue, 19 Apr 2016 12:17:00 +0200 Kim Alvefur mod_bosh: Validate 'to' host (see #343)
Tue, 19 Apr 2016 12:16:17 +0200 Kim Alvefur mod_bosh: Return a proper BOSH error response instead of deprecated(?) status code (See #343)
Tue, 19 Apr 2016 12:15:20 +0200 Kim Alvefur mod_bosh: Log error returned from stream:feed()
Tue, 19 Apr 2016 12:14:07 +0200 Kim Alvefur mod_bosh: Return if a response has been sent already (See #343)
Tue, 19 Apr 2016 12:13:03 +0200 Kim Alvefur mod_bosh: Remove unused import
Sat, 16 Apr 2016 21:08:05 +0100 Emmanuel Gil Peyrot Update every link to the documentation to use HTTPS
Sat, 02 Apr 2016 17:13:12 +0200 Kim Alvefur Merge 0.10->trunk
Fri, 01 Apr 2016 18:56:26 +0200 Kim Alvefur mod_bosh: Skip sending stanzas removed out by filters (fixes #657)
Thu, 17 Mar 2016 18:04:43 +0100 Kim Alvefur Merge 0.10->trunk
Thu, 17 Mar 2016 12:46:52 +0100 Kim Alvefur Backed out BOSH use of util.async (changeset f0687c313cf1)
Mon, 04 Jan 2016 09:14:57 +0000 Matthew Wild Merge 0.10->trunk
Mon, 04 Jan 2016 09:14:30 +0000 Matthew Wild mod_bosh: Fire event when BOSH session is created
Mon, 07 Dec 2015 19:44:08 +0100 Kim Alvefur mod_bosh: Instead of a global once-per-second timer add a timer for each session when needed
Sun, 07 Dec 2014 17:56:25 +0100 Kim Alvefur mod_bosh: Use util.async
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Mon, 15 Jul 2013 11:44:49 +0100 Matthew Wild 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)
Tue, 09 Jul 2013 00:04:30 +0100 Matthew Wild Merge 0.9->trunk
Mon, 08 Jul 2013 23:59:27 +0100 Matthew Wild 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).
Mon, 08 Jul 2013 23:42:54 +0100 Matthew Wild mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters
Tue, 11 Jun 2013 21:50:41 +0100 Matthew Wild Merge 0.9->trunk
Fri, 07 Jun 2013 17:47:49 +0100 Matthew Wild mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server)
Fri, 07 Jun 2013 17:47:27 +0100 Matthew Wild mod_bosh: Fix global write
Tue, 11 Jun 2013 12:55:47 -0400 Waqas Hussain mod_bosh: Reduce a little code.
Sat, 08 Jun 2013 18:08:18 +0100 Matthew Wild mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloads
Fri, 07 Jun 2013 16:26:08 -0400 Waqas Hussain mod_bosh: Don't tostring() stream:features when passing to session.send().
Fri, 07 Jun 2013 14:20:13 -0400 Waqas Hussain mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled.
Fri, 07 Jun 2013 13:24:56 -0400 Waqas Hussain mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself.
Fri, 07 Jun 2013 13:21:38 -0400 Waqas Hussain mod_bosh: Rename event handler argument to event, not request.
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
less more (0) -120 tip