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-protocol
/
src
/
packets
/
game
/
clientbound_login_packet.rs
Age
Commit message (
Expand
)
Author
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-26
group imports with rustfmt
mat
2024-04-23
1.20.5 (#127)
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-21
1.20.2 (#99)
mat
2023-09-07
Don't crash when missing extra registries (#108)
EightFactorial
2023-05-11
1.20-pre1
mat
2023-05-03
Inventory (#48)
mat
2023-04-12
fix tests
mat
2023-03-23
rename Tag to Nbt
mat
2023-03-14
1.19.4 (#57)
mat
2023-03-14
make ResourceLocation::new -> Self and impl Serialize/Deserialize for Resourc...
mat
2023-03-12
Do not deserialize full registry by default (#83)
EightFactorial
2023-03-11
Add RegistryHolder struct and serde features (#81)
EightFactorial
2022-09-05
Publish everything* to crates.io
mat
2022-08-20
Implement ALL packets (#16)
mat
2022-07-29
Split clientbound and serverbound packets
mat
2022-06-23
Fix everything so azalea-buf works
mat
2022-05-26
Fixes
mat
2022-05-14
add derive McBuf to every packet
mat
2022-05-07
Initialize worldborder packet
mat
2022-04-30
put something useful in state
mat
2022-04-22
simplify error handling
mat
2022-01-02
better parsing for entire login packet
mat
2022-01-01
add a couple more packets
mat
2021-12-26
fix some clippy warnings
mat
2021-12-26
reading nbt in the protocol works
mat
2021-12-20
start adding nbt to the protocol
mat
2021-12-18
mmm registries
mat
2021-12-18
start adding clientbound_login_packet
mat