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