Software /
code /
prosody
Log
net/websocket/frames.lua @ 7143:fa6cd0e9105d
description | author | age |
---|---|---|
net.websocket.frames: Fix syntax error due to code copy pasting | Kim Alvefur | 2015-10-06 |
net.websocket.frames: Use struct packing in Lua 5.3 or struct lib if available | Kim Alvefur | 2015-10-06 |
net.websocket.frames: Pack and unpack 64bit ints without overflows (lua-bitop/bit32 are 32bit) | Kim Alvefur | 2015-10-06 |