net.websocket.frames: Remove completed TODO
|
Kim Alvefur |
Sat, 29 Jul 2023 01:42:19 +0200 |
net: Prefix module imports with prosody namespace
|
Kim Alvefur |
Fri, 17 Mar 2023 16:23:12 +0100 |
net.websocket.frames: Replace bit fiddling code with util.struct
|
Kim Alvefur |
Sun, 06 Mar 2022 15:13:50 +0100 |
Merge 0.11->trunk
|
Matthew Wild |
Thu, 15 Oct 2020 14:25:09 +0100 |
net.websocket.frames: Use C string XOR implementation
0.11
|
Kim Alvefur |
Wed, 14 Oct 2020 19:41:42 +0200 |
Merge 0.11->trunk
|
Kim Alvefur |
Mon, 12 Oct 2020 21:29:20 +0200 |
net.websocket.frames: Read buffer length correctly in Lua 5.1 (fix #1598)
0.11
|
Kim Alvefur |
Mon, 12 Oct 2020 20:21:18 +0200 |
Merge 0.11->trunk
|
Matthew Wild |
Tue, 29 Sep 2020 15:30:48 +0100 |
net.websocket.frames: Additionally return partial frame if there is one
0.11
|
Matthew Wild |
Tue, 29 Sep 2020 13:58:32 +0100 |
mod_websocket: Switch partial frame buffering to util.dbuffer
0.11
|
Matthew Wild |
Thu, 17 Sep 2020 13:04:46 +0100 |
net.websocket.frames: Allow all methods to work on non-string objects
0.11
|
Matthew Wild |
Thu, 17 Sep 2020 13:00:19 +0100 |
util.bitops: Library to find appropriate bitwise library (closes #1395)
|
Kim Alvefur |
Mon, 22 Jul 2019 01:58:57 +0200 |
lint: Remove use of the 143 error code
|
Kim Alvefur |
Sat, 08 Dec 2018 17:10:51 +0100 |
various: Don't rely on _G.unpack existing
|
Kim Alvefur |
Sat, 08 Dec 2018 17:09:55 +0100 |
net.websocket.frames: Prefer Lua 5.2 built-in bit module over LuaJIT version
|
Kim Alvefur |
Thu, 29 Nov 2018 16:53:22 +0100 |
Fix spelling throughout the codebase [codespell]
|
Kim Alvefur |
Sun, 04 Feb 2018 01:51:25 +0100 |
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck]
|
Kim Alvefur |
Sat, 02 Dec 2017 02:12:06 +0100 |
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
|
Matthew Wild |
Thu, 10 Mar 2016 17:52:03 +0000 |
net.websocket.frames: Fix syntax error due to code copy pasting
|
Kim Alvefur |
Tue, 06 Oct 2015 18:08:58 +0200 |
net.websocket.frames: Use struct packing in Lua 5.3 or struct lib if available
|
Kim Alvefur |
Tue, 06 Oct 2015 18:05:27 +0200 |
net.websocket.frames: Pack and unpack 64bit ints without overflows (lua-bitop/bit32 are 32bit)
|
Kim Alvefur |
Tue, 06 Oct 2015 18:03:04 +0200 |
net.websocket.frames: Link to documentation when bitop is missing
|
Kim Alvefur |
Tue, 06 Oct 2015 16:49:01 +0200 |
net.websocket.frames: Throw an error if no bit lib is found
|
Kim Alvefur |
Tue, 06 Oct 2015 16:26:23 +0200 |
net.websocket.frames: Simplify import of bitlib
|
Kim Alvefur |
Tue, 06 Oct 2015 16:06:22 +0200 |
net.websocket: Make data masking configurable
|
Florian Zeitz |
Fri, 26 Sep 2014 22:12:21 +0200 |
Merge with Florob
|
Matthew Wild |
Fri, 05 Sep 2014 19:08:42 +0100 |
net/websocket: Add new websocket client code
|
daurnimator |
Wed, 03 Sep 2014 15:28:46 -0400 |
net/websocket: Add new websocket client code
|
daurnimator |
Wed, 03 Sep 2014 15:28:46 -0400 |