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
/
mc_buf
Age
Commit message (
Expand
)
Author
2022-05-08
Merge branch 'main' into chunk-decoding
mat
2022-05-07
remove entities packet
mat
2022-05-07
update advancements packet
mat
2022-05-07
basic code generator
mat
2022-05-07
Initialize worldborder packet
mat
2022-05-05
Fix chunk decoding
mat
2022-05-03
clippy
mat
2022-05-02
more chunk and readme stuff
mat
2022-05-02
write some more azalea-world code
mat
2022-05-01
Remove some resolved todo comments
mat
2022-05-01
impl Write instead of Vec<u8> for consistency
mat
2022-05-01
impl Write instead of Vec<u8> for consistency
mat
2022-05-01
Reduce usage of AsyncRead
mat
2022-05-01
clientbound_add_entity_packet & clientbound_set_entity_data_packet
mat
2022-04-30
Simplify packet macro
mat
2022-04-30
add clientbound_add_entity_packet
mat
2022-04-30
significantly optimize reading Vec<u8>
mat
2022-04-28
chunk packets work
mat
2022-04-28
add bitset and work on chunk packets
mat
2022-04-27
player info packet
mat
2022-04-26
update brigadier
mat
2022-04-26
add derive mcbufreadable/writable
mat
2022-04-26
default implementation for read and write Vec<T>
mat
2022-04-26
work on adding more stuff for recipes
mat
2022-04-24
ENCRYPTION WORKS!!!!!!!!!!!
mat
2022-04-24
1.18.2 support
mat
2022-04-22
simplify error handling
mat
2022-04-21
Set carried item and update tags packets
mat
2022-04-20
add player abilities packet
mat
2022-04-19
remove a couple of imports
mat
2022-01-03
difficulty packet
mat
2022-01-02
fix random warnings
mat
2022-01-02
better parsing for entire login packet
mat
2022-01-02
switch all current macro types to the new system
mat
2022-01-02
implement for Vec<u8>
mat
2022-01-02
start improving packet macros
mat