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
/
stun.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
net: Prefix module imports with prosody namespace
Kim Alvefur
2023-03-17
1
-8
/
+8
|
*
net.stun: Support for xor-relayed-address attribute
Matthew Wild
2022-03-05
1
-2
/
+20
|
*
net.stun: Add xor-peer-address helper
Matthew Wild
2022-03-05
1
-0
/
+16
|
*
net.stun: Factor out address unpack, an operation common to multiple attributes
Matthew Wild
2022-03-05
1
-11
/
+12
|
*
net.stun: Name some more attributes from TURN
Matthew Wild
2022-03-05
1
-0
/
+3
|
*
net.stun: Add lookup table generation helper, reduces code duplication
Matthew Wild
2022-03-05
1
-16
/
+15
|
*
net.stun: Hyphenate method names for consistency
Matthew Wild
2022-03-05
1
-2
/
+2
|
*
net.stun: Use util.bitcompat to deal with bit module variances across Lua ↵
Kim Alvefur
2022-03-04
1
-0
/
+1
|
|
|
|
versions
*
net.stun: Use util.strbitop
Kim Alvefur
2022-03-04
1
-11
/
+1
|
|
|
|
Improves performance since the whole procedure is done in C
*
net.stun: New library that implements STUN/TURN parsing/serialization
Matthew Wild
2022-03-04
1
-0
/
+292