aboutsummaryrefslogtreecommitdiffstats
path: root/net/stun.lua
Commit message (Expand)AuthorAgeFilesLines
* 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