Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-17 | 1 | -3/+3 |
| | |||||
* | util.hex: Deprecate to/from in favour of encode/decode, for consistency! | Matthew Wild | 2022-03-04 | 1 | -1/+1 |
| | |||||
* | util.dns: Remove compat for pre-0.11 lack of inet_ntop binding | Kim Alvefur | 2022-02-15 | 1 | -32/+3 |
| | | | | The inet_ntop binding was added in 8b612ec00e4a and included in 0.11.0 | ||||
* | util.dns: Replace base16 implementation with util.hex | Kim Alvefur | 2022-02-15 | 1 | -10/+1 |
| | | | | Less code! | ||||
* | util.dns: Minor updates of SVCB parser | Kim Alvefur | 2022-02-02 | 1 | -1/+2 |
| | | | | Now based on draft-ietf-dnsop-svcb-https-08 | ||||
* | util.dns: Implement SVCB record parser | Kim Alvefur | 2020-10-04 | 1 | -0/+54 |
| | | | | Based on draft-ietf-dnsop-svcb-https-00 | ||||
* | util.dns: Fix returning read position after zero-length name | Kim Alvefur | 2020-10-04 | 1 | -1/+1 |
| | | | | | | Doesn't affect normal usage by Prosody since neither A nor AAAA records use this and SRV records has the host name last so the position is not needed. | ||||
* | util.dns: Move DNS parameters details into util.dnsregistry | Kim Alvefur | 2020-10-04 | 1 | -56/+4 |
| | | | | | Goal is to regenerate this file from the IANA registry using a tool. Having it in a separate file will reduce vcs noise in util.dns | ||||
* | util.dns: Update RR types from IANA registry | Kim Alvefur | 2020-06-25 | 1 | -17/+23 |
| | |||||
* | util.dns: Library for decoding DNS records | Kim Alvefur | 2019-03-09 | 1 | -0/+271 |
Imported from luaunbound-prosody 5f7c771138b1 |