aboutsummaryrefslogtreecommitdiffstats
path: root/util/dns.lua
Commit message (Expand)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-3/+3
* util.hex: Deprecate to/from in favour of encode/decode, for consistency!Matthew Wild2022-03-041-1/+1
* util.dns: Remove compat for pre-0.11 lack of inet_ntop bindingKim Alvefur2022-02-151-32/+3
* util.dns: Replace base16 implementation with util.hexKim Alvefur2022-02-151-10/+1
* util.dns: Minor updates of SVCB parserKim Alvefur2022-02-021-1/+2
* util.dns: Implement SVCB record parserKim Alvefur2020-10-041-0/+54
* util.dns: Fix returning read position after zero-length nameKim Alvefur2020-10-041-1/+1
* util.dns: Move DNS parameters details into util.dnsregistryKim Alvefur2020-10-041-56/+4
* util.dns: Update RR types from IANA registryKim Alvefur2020-06-251-17/+23
* util.dns: Library for decoding DNS recordsKim Alvefur2019-03-091-0/+271