index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea-buf
/
src
/
read.rs
Age
Commit message (
Expand
)
Author
2026-01-13
Merge AzaleaRead and AzaleaWrite (#305)
mat
2025-12-19
smaller EntityDataValue type
mat
2025-12-15
sort derives with cargo sort-derives
mat
2025-12-11
enable str_to_string clippy lint
mat
2025-09-30
1.21.9 (#235)
mat
2025-09-20
more accurate mining and impl PartialEq for packets
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-04-04
remove executable bit from files
mat
2025-02-23
fix memory leak in simulation tests (lol)
mat
2025-02-23
minor memory usage optimizations
mat
2025-02-22
update to rust edition 2024
mat
2025-02-21
fix CustomModelData and WrittenBookContent datacomponents
mat
2025-02-02
start implementing data driven registries
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-26
group imports with rustfmt
mat
2024-09-15
update simdnbt
mat
2024-07-05
upgrade to simdnbt 0.6 (#160)
mat
2024-06-11
fix incorrect varlong reader
mat
2024-05-14
Update simdnbt dep (#148)
veronoicc
2024-04-23
1.20.5 (#127)
mat
2023-11-19
Replace azalea-nbt with simdnbt (#111)
mat
2023-11-18
share registries in swarms and fix some bugs
mat
2023-11-18
replace log with tracing
mat
2023-10-26
remove some unnecessary code and improve docs for Menu
mat
2023-07-14
Mining (#95)
mat
2022-12-08
wrap_comments = true
mat
2022-12-07
1.19.3 (#34)
mat
2022-11-12
Pathfinder (#25)
mat
2022-10-15
fix clippy warnings
mat
2022-10-07
fix errors with rewritten packet reading
mat
2022-10-07
Replace impl Read with Cursor<&[u8]> (#26)
mat
2022-09-07
why am i getting a varint error
mat
2022-09-07
don't panic on bad utf8
mat
2022-09-04
remove some debug stuff and fix recipe packet
mat
2022-09-04
fix chunks not being able to be read
mat
2022-09-02
get rid of Readable & Writable (#21)
mat
2022-08-24
make some code more idiomatic
mat
2022-08-20
Implement ALL packets (#16)
mat
2022-08-06
Better errors (#14)
mat
2022-06-25
clippo
mat
2022-06-25
read_into -> read_from
mat
2022-06-23
azalea-buf
mat