index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
websocket
/
frames.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
lint: Remove use of the 143 error code
Kim Alvefur
2018-12-08
1
-2
/
+2
*
various: Don't rely on _G.unpack existing
Kim Alvefur
2018-12-08
1
-0
/
+1
*
net.websocket.frames: Prefer Lua 5.2 built-in bit module over LuaJIT version
Kim Alvefur
2018-11-29
1
-1
/
+1
*
Fix spelling throughout the codebase [codespell]
Kim Alvefur
2018-02-04
1
-2
/
+2
*
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck]
Kim Alvefur
2017-12-02
1
-2
/
+2
*
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724...
Matthew Wild
2016-03-10
1
-1
/
+0
*
net.websocket.frames: Fix syntax error due to code copy pasting
Kim Alvefur
2015-10-06
1
-2
/
+2
*
net.websocket.frames: Use struct packing in Lua 5.3 or struct lib if available
Kim Alvefur
2015-10-06
1
-0
/
+25
*
net.websocket.frames: Pack and unpack 64bit ints without overflows (lua-bitop...
Kim Alvefur
2015-10-06
1
-4
/
+6
*
net.websocket.frames: Link to documentation when bitop is missing
Kim Alvefur
2015-10-06
1
-1
/
+1
*
net.websocket.frames: Throw an error if no bit lib is found
Kim Alvefur
2015-10-06
1
-2
/
+2
*
net.websocket.frames: Simplify import of bitlib
Kim Alvefur
2015-10-06
1
-3
/
+1
*
net.websocket: Make data masking configurable
Florian Zeitz
2014-09-26
1
-2
/
+2
*
net/websocket: Add new websocket client code
daurnimator
2014-09-03
1
-0
/
+195