log net/websocket/frames.lua @ 14229:ce31fdde0ad1 default tip

age author description
Sat, 29 Jul 2023 01:42:19 +0200 Kim Alvefur net.websocket.frames: Remove completed TODO
Fri, 17 Mar 2023 16:23:12 +0100 Kim Alvefur net: Prefix module imports with prosody namespace
Sun, 06 Mar 2022 15:13:50 +0100 Kim Alvefur net.websocket.frames: Replace bit fiddling code with util.struct
Thu, 15 Oct 2020 14:25:09 +0100 Matthew Wild Merge 0.11->trunk
Wed, 14 Oct 2020 19:41:42 +0200 Kim Alvefur net.websocket.frames: Use C string XOR implementation 0.11
Mon, 12 Oct 2020 21:29:20 +0200 Kim Alvefur Merge 0.11->trunk
Mon, 12 Oct 2020 20:21:18 +0200 Kim Alvefur net.websocket.frames: Read buffer length correctly in Lua 5.1 (fix #1598) 0.11
Tue, 29 Sep 2020 15:30:48 +0100 Matthew Wild Merge 0.11->trunk
Tue, 29 Sep 2020 13:58:32 +0100 Matthew Wild net.websocket.frames: Additionally return partial frame if there is one 0.11
Thu, 17 Sep 2020 13:04:46 +0100 Matthew Wild mod_websocket: Switch partial frame buffering to util.dbuffer 0.11
Thu, 17 Sep 2020 13:00:19 +0100 Matthew Wild net.websocket.frames: Allow all methods to work on non-string objects 0.11
Mon, 22 Jul 2019 01:58:57 +0200 Kim Alvefur util.bitops: Library to find appropriate bitwise library (closes #1395)