mod_c2s,etc: Identify stanza object with appropriate function
|
Kim Alvefur |
2021-10-24 |
mod_bosh,mod_websocket: Make into global-shared modules (...again)
|
Kim Alvefur |
2021-06-21 |
Merge 0.11->trunk
|
Matthew Wild |
2021-05-13 |
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits
0.11
|
Matthew Wild |
2021-05-07 |
mod_websocket: Use mod_http_errors html template #1172
|
Kim Alvefur |
2021-02-21 |
mod_websocket: Inherit security status from http request
|
Kim Alvefur |
2021-02-18 |
Merge 0.11->trunk
|
Matthew Wild |
2020-09-29 |
mod_websocket: Refactor frame validity checking, also check partially-received frames against constraints
0.11
|
Matthew Wild |
2020-09-29 |
mod_websocket: Continue to process data already in the buffer after an error occurs
0.11
|
Matthew Wild |
2020-09-28 |
mod_websocket: Enforce stanza size limit and close stream
0.11
|
Matthew Wild |
2020-09-17 |
mod_websocket: Add separate limit for frame buffer size
0.11
|
Matthew Wild |
2020-09-17 |
mod_websocket: handle full frame buffer and raise stream error
0.11
|
Matthew Wild |
2020-09-17 |
mod_websocket: Switch partial frame buffering to util.dbuffer
0.11
|
Matthew Wild |
2020-09-17 |
mod_bosh, mod_websocket: Add config options to override GET responses
|
Matthew Wild |
2020-04-20 |
Merge 0.11->trunk
|
Matthew Wild |
2020-01-24 |
mod_websocket: Fire event on session creation (thanks Aaron van Meerten)
0.11
|
Matthew Wild |
2020-01-24 |
mod_websocket: Fire event on session creation (thanks Aaron van Meerten)
|
Matthew Wild |
2020-01-24 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-01-02 |
mod_websocket: Clear mask bit when reflecting ping frames (fixes #1484)
0.11 0.11.4
|
Kim Alvefur |
2020-01-02 |
mod_websocket: Guard against upgrading to websocket from a HEAD request
|
Kim Alvefur |
2019-10-12 |
plugins: Remove tostring call from logging
|
Kim Alvefur |
2019-07-30 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-07-28 |
mod_websocket: Clone stanza before mutating (fixes #1398)
0.11
|
Kim Alvefur |
2019-07-20 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-01-22 |
mod_websocket: Log an error if cross_domain_websocket = true is set in a VirtualHost section
0.11
|
Kim Alvefur |
2019-01-22 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-01-19 |
mod_websocket: Include the value of cross_domain_websocket in debug message
0.11
|
Kim Alvefur |
2019-01-18 |
mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module
|
Kim Alvefur |
2019-01-19 |
mod_websocket: Drop CORS code in favor of that in mod_http
|
Kim Alvefur |
2018-10-04 |
mod_websocket: Silence the one warning instead of ignoring the entire file
|
Kim Alvefur |
2018-09-30 |
mod_websocket: Serve HTTP in global context
|
Kim Alvefur |
2018-09-21 |
Merge 0.10 -> trunk
|
Matthew Wild |
2018-05-16 |
mod_websocket: Store the request object on the session for use by other modules
0.10.1
|
Matthew Wild |
2018-05-08 |
mod_websocket: Transfer IP address derived by mod_http
|
Kim Alvefur |
2018-03-15 |
mod_websocket: Convert set to string (syslog sink needs a better fix)
|
Kim Alvefur |
2017-05-16 |
mod_websocket: Log state of cross domain set after changing it
|
Kim Alvefur |
2017-04-03 |
mod_websocket: Make open_stream method behave like the one from util.xmppstream
|
Kim Alvefur |
2017-03-02 |
mod_websocket: Include xml:lang attribute on stream <open> (fixes #840)
|
Kim Alvefur |
2017-03-02 |
mod_websocket: Set connections starttls method to false to prevent mod_tls from offering starttls (fixes #837)
|
Kim Alvefur |
2017-02-25 |
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket'
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652)
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP
|
Kim Alvefur |
2016-12-04 |
mod_websocket: Add some debug messages
|
Kim Alvefur |
2016-12-04 |
mod_websocket: Set FIN flag on ping frames (fixes #773)
|
Kim Alvefur |
2016-11-04 |
mod_websocket: Fix read timeout handler (thanks mt)
|
Kim Alvefur |
2016-04-06 |
mod_websocket: Send a ping on read timeout
|
Kim Alvefur |
2016-03-23 |
mod_websocket: Remove warning about unsolicited pong frames "MAY be sent unsolicited" per RFC 6455 (thanks mt)
|
Kim Alvefur |
2016-03-23 |
mod_websocket: Make sure stanza xmlns filter runs late in the chain
|
Kim Alvefur |
2016-03-17 |
mod_websocket: Silence luacheck warnings
|
Kim Alvefur |
2015-10-06 |
mod_websocket: Import util.timer and session close timeout config option (thanks fairuz)
|
Kim Alvefur |
2015-10-06 |
mod_websocket: Import sessionmanager (fixes traceback)
|
Kim Alvefur |
2015-08-21 |
mod_websocket: Initial commit (based on the prosody-modules version)
|
Florian Zeitz |
2014-09-05 |