1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
Commit graph

16 commits

Author SHA1 Message Date
mat
34f53baf85 update to rust edition 2024 2025-02-22 23:01:54 +00:00
mat
641b99c7af update trust-dns -> hickory-dns 2024-12-21 03:06:56 +00:00
mat
6b0fe5bf63 group imports with rustfmt 2024-10-26 05:29:26 +00:00
mat
a806194497 fmt 2023-11-29 20:00:47 -06:00
1zuna
8fb58b7754
fix trust_dns_resolver issue (#112)
fixes error: "Label contains invalid characters"
2023-11-29 18:25:58 -06:00
mat
35d6ac565d upgrade deps 2023-09-08 16:51:32 -05:00
mat
12a9c8ce65
1.19.4 (#57)
* 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-14 16:33:03 -05:00
Luna
81e7adb409
Fix infinite recursion in the DNS resolver (#82) 2023-03-11 16:11:35 -06:00
EightFactorial
6e818852d8
More packet fixes, tests, handle error (#61)
* Fix packet, fix tests, fixedbitsets

* Clippy: Nightmare Mode

* Fix mistake

* simplify impl Display and make thing pub

---------

Co-authored-by: mat <github@matdoes.dev>
2023-01-30 18:18:14 -06:00
mat
70e2dfed16 wrap_comments = true 2022-12-08 18:39:35 -06:00
4a1ec068fc improved docs 2022-11-11 21:04:18 +00:00
mat
3869fd622f write some more docs for az-protocol 2022-10-23 22:59:38 -05:00
14a6f9d9f8 replace printlns with log 2022-09-19 19:53:16 +00:00
mat
5a9fca0ca9
Better errors (#14)
* 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-08-06 02:22:19 -05:00
mat
248f752748 simplify error handling 2022-04-22 04:33:58 +00:00
mat
9642558f8f azalea 2021-12-15 23:10:55 -06:00
Renamed from minecraft-protocol/src/resolver.rs (Browse further)