aboutsummaryrefslogtreecommitdiffstats
path: root/net/stun.lua
Commit message (Expand)AuthorAgeFilesLines
* net: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-8/+8
* net.stun: Support for xor-relayed-address attributeMatthew Wild2022-03-051-2/+20
* net.stun: Add xor-peer-address helperMatthew Wild2022-03-051-0/+16
* net.stun: Factor out address unpack, an operation common to multiple attributesMatthew Wild2022-03-051-11/+12
* net.stun: Name some more attributes from TURNMatthew Wild2022-03-051-0/+3
* net.stun: Add lookup table generation helper, reduces code duplicationMatthew Wild2022-03-051-16/+15
* net.stun: Hyphenate method names for consistencyMatthew Wild2022-03-051-2/+2
* net.stun: Use util.bitcompat to deal with bit module variances across Lua ver...Kim Alvefur2022-03-041-0/+1
* net.stun: Use util.strbitopKim Alvefur2022-03-041-11/+1
* net.stun: New library that implements STUN/TURN parsing/serializationMatthew Wild2022-03-041-0/+292