maddy/framework
fox.cpp e6518a0d3c
Improve domain validation function
Now FQDNs are accepted as well (with trailing dot).
Empty strings are not considered valid.
Label length for IDNs is checked using Punycode form as it should.

See https://github.com/foxcpp/maddy/issues/554
2023-01-08 15:33:54 +03:00
..
address Improve domain validation function 2023-01-08 15:33:54 +03:00
buffer MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
cfgparser refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
config Fix a few minor warnings 2021-09-22 23:33:40 +03:00
dns Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
exterrors MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
future refactor(errors): use errors.is to account wrapped errors 2021-08-10 19:33:54 +03:00
hooks MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
log Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
logparser refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
module doc: replace maddyctl with maddy 2022-11-06 11:32:23 +03:30