Software / code / prosody
Log
plugins/mod_websocket.lua @ 11326:1ecda954fe97
| description | author | age |
|---|---|---|
| Merge 0.11->trunk | Matthew Wild | Tue, 29 Sep 2020 15:30:48 +0100 |
| mod_websocket: Refactor frame validity checking, also check partially-received frames against constraints 0.11 | Matthew Wild | Tue, 29 Sep 2020 15:18:32 +0100 |
| mod_websocket: Continue to process data already in the buffer after an error occurs 0.11 | Matthew Wild | Mon, 28 Sep 2020 16:36:12 +0100 |
| mod_websocket: Enforce stanza size limit and close stream 0.11 | Matthew Wild | Thu, 17 Sep 2020 16:42:36 +0100 |
| mod_websocket: Add separate limit for frame buffer size 0.11 | Matthew Wild | Thu, 17 Sep 2020 16:42:14 +0100 |
| mod_websocket: handle full frame buffer and raise stream error 0.11 | Matthew Wild | Thu, 17 Sep 2020 16:41:48 +0100 |
| mod_websocket: Switch partial frame buffering to util.dbuffer 0.11 | Matthew Wild | Thu, 17 Sep 2020 13:04:46 +0100 |