aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/resolver.rs
AgeCommit message (Collapse)Author
2025-11-21refactor resolve_addressmat
2025-04-24update to git hickory-resolver and use system resolvermat
2025-04-12upgrade depsmat
2025-04-04remove executable bit from filesmat
2025-02-22update to rust edition 2024mat
2024-12-21update trust-dns -> hickory-dnsmat
2024-10-26group imports with rustfmtmat
2023-11-29fmtmat
2023-11-29fix trust_dns_resolver issue (#112)1zuna
fixes error: "Label contains invalid characters"
2023-09-08upgrade depsmat
2023-03-141.19.4 (#57)mat
* 23w03a * 23w04a * 23w05a * 23w06a * fix * 23w07a mojang broke their json data generator so some stuff is missing * didn't mean to commit that file here * 1.19.4-pre2 * fix * 1.19.4-pre3 * fix * how did these packets get here * 1.19.4-pre4 * 1.19.4-rc1 * 1.19.4-rc2 * 1.19.4-rc3 * merge main * remove debugging code * 1.19.4
2023-03-11Fix infinite recursion in the DNS resolver (#82)Luna
2023-01-30More packet fixes, tests, handle error (#61)EightFactorial
* Fix packet, fix tests, fixedbitsets * Clippy: Nightmare Mode * Fix mistake * simplify impl Display and make thing pub --------- Co-authored-by: mat <github@matdoes.dev>
2022-12-08wrap_comments = truemat
2022-11-11improved docsUbuntu
2022-10-23write some more docs for az-protocolmat
2022-09-19replace printlns with logUbuntu
2022-08-06Better errors (#14)mat
* make reading use thiserror * finish implementing all the error things * clippy warnings related to ok_or * fix some errors in other places * thiserror in more places * don't use closures in a couple places * errors in writing packet * rip backtraces * change some BufReadError::Custom to UnexpectedEnumVariant * Errors say what packet is bad * error on leftover data and fix it wasn't reading the properties for gameprofile
2022-04-22simplify error handlingmat
2021-12-15azaleamat