Software /
code /
prosody
Log
net/websocket/frames.lua @ 6901:ccc452767ec6
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 |
net.websocket.frames: Link to documentation when bitop is missing | Kim Alvefur | 2015-10-06 |
net.websocket.frames: Throw an error if no bit lib is found | Kim Alvefur | 2015-10-06 |
net.websocket.frames: Simplify import of bitlib | Kim Alvefur | 2015-10-06 |
net.websocket: Make data masking configurable | Florian Zeitz | 2014-09-26 |
Merge with Florob | Matthew Wild | 2014-09-05 |
net/websocket: Add new websocket client code | daurnimator | 2014-09-03 |
net/websocket: Add new websocket client code | daurnimator | 2014-09-03 |