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
Age
Commit message (
Expand
)
Author
2022-05-01
impl Write instead of Vec<u8> for consistency
mat
2022-05-01
Change some generics to impl Trait
mat
2022-05-01
Re-enable NBT decoding benchmark
mat
2022-05-02
Merge pull request #4 from mat-1/sync-decoding
mat
2022-05-01
Update read.rs
mat
2022-05-01
Reduce usage of AsyncRead
mat
2022-05-01
clientbound_set_entity_link_packet
mat
2022-05-01
Update README.md
mat
2022-05-01
ClientboundUpdateAttributesPacket & ClientboundEntityVelocityPacket
mat
2022-05-01
add IGNORE_ERRORS const
mat
2022-05-01
Fix writing encrypted packets
mat
2022-05-01
Ignore unknown packets
mat
2022-05-01
clientbound_add_entity_packet & clientbound_set_entity_data_packet
mat
2022-05-01
remove useless match things
mat
2022-04-30
actually send the ServerboundCustomPayloadPacket
mat
2022-04-30
Simplify packet macro
mat
2022-04-30
put something useful in state
mat
2022-04-30
add entity -> add mob
mat
2022-04-30
Update clientbound_add_entity_packet.rs
mat
2022-04-30
add clientbound_add_entity_packet
mat
2022-04-30
azalea_auth::encryption -> azalea_crypto
mat
2022-04-30
gitignore flamegraph stuff
mat
2022-04-30
fix error that happens in linux + release mode
mat
2022-04-30
misc fixes
mat
2022-04-30
comment some stuff out
mat
2022-04-30
significantly optimize reading Vec<u8>
mat
2022-04-29
background task works!
mat
2022-04-29
Merge branch 'main' into chunk-packets
mat
2022-04-29
upgrade aes and cfb8
mat
2022-04-29
how do i do this
mat
2022-04-28
chunk packets work
mat
2022-04-28
write more example code
mat
2022-04-28
add bitset and work on chunk packets
mat
2022-04-27
Update clientbound_level_chunk_with_light_packet.rs
mat
2022-04-27
create the necessary structs
mat
2022-04-27
add ClientboundSetChunkCacheCenterPacket
mat
2022-04-27
fix player info packet
mat
2022-04-27
player info packet
mat
2022-04-27
add player position packet
mat
2022-04-26
add recipe packet
mat
2022-04-26
update brigadier
mat
2022-04-26
finish update recipes packet implementation
mat
2022-04-26
add derive mcbufreadable/writable
mat
2022-04-26
write some readmes
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-25
Merge branch 'main' into update-recipes-packet
mat
2022-04-25
write example code
mat
2022-04-24
start adding update recipes packet
mat
2022-04-24
remove debug prints
mat
[next]