Kim Alvefur
ee30af806d
net.websocket.frames: Read buffer length correctly in Lua 5.1 ( fix #1598 )
...
COMPAT: The __len metamethod does not work with tables in Lua 5.1.
Both strings and util.dbuffer now expose their length as a :len()
method.
2020-10-12 20:21:18 +02:00
Matthew Wild
4836410c4f
net.websocket.frames: Additionally return partial frame if there is one
2020-09-29 13:58:32 +01:00
Matthew Wild
bd7d32aa8d
mod_websocket: Switch partial frame buffering to util.dbuffer
...
This improves performance and enforces stanza size limits earlier
in the pipeline.
2020-09-17 13:04:46 +01:00
Matthew Wild
8a24ec9653
net.websocket.frames: Allow all methods to work on non-string objects
...
Instead of using the string library, use methods from the passed object,
which are assumed to be equivalent.
This provides compatibility with objects from util.ringbuffer and
util.dbuffer, for example.
2020-09-17 13:00:19 +01:00
Kim Alvefur
b1235c60a7
Fix spelling throughout the codebase [codespell]
2018-02-04 01:51:25 +01:00
Kim Alvefur
8053e6cd90
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck]
2017-12-02 02:12:06 +01:00
Matthew Wild
a05d69fc1f
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
2016-03-10 17:52:03 +00:00
Kim Alvefur
68c49f314e
net.websocket.frames: Fix syntax error due to code copy pasting
2015-10-06 18:08:58 +02:00
Kim Alvefur
7bff4f9128
net.websocket.frames: Use struct packing in Lua 5.3 or struct lib if available
2015-10-06 18:05:27 +02:00
Kim Alvefur
98b2e87b9d
net.websocket.frames: Pack and unpack 64bit ints without overflows (lua-bitop/bit32 are 32bit)
2015-10-06 18:03:04 +02:00
Kim Alvefur
9f7a18228f
net.websocket.frames: Link to documentation when bitop is missing
2015-10-06 16:49:01 +02:00
Kim Alvefur
0cd290671a
net.websocket.frames: Throw an error if no bit lib is found
2015-10-06 16:26:23 +02:00
Kim Alvefur
e0db9dc960
net.websocket.frames: Simplify import of bitlib
2015-10-06 16:06:22 +02:00
Florian Zeitz
89a01cc8d9
net.websocket: Make data masking configurable
2014-09-26 22:12:21 +02:00
daurnimator
837a1f1df7
net/websocket: Add new websocket client code
2014-09-03 15:28:46 -04:00