aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01Change some generics to impl Traitmat
2022-05-01Re-enable NBT decoding benchmarkmat
2022-05-02Merge pull request #4 from mat-1/sync-decodingmat
2022-05-01Update read.rsmat
2022-05-01Reduce usage of AsyncReadmat
2022-05-01clientbound_set_entity_link_packetmat
2022-05-01Update README.mdmat
2022-05-01ClientboundUpdateAttributesPacket & ClientboundEntityVelocityPacketmat
2022-05-01add IGNORE_ERRORS constmat
2022-05-01Fix writing encrypted packetsmat
2022-05-01Ignore unknown packetsmat
2022-05-01clientbound_add_entity_packet & clientbound_set_entity_data_packetmat
2022-05-01remove useless match thingsmat
2022-04-30actually send the ServerboundCustomPayloadPacketmat
2022-04-30Simplify packet macromat
2022-04-30put something useful in statemat
2022-04-30add entity -> add mobmat
2022-04-30Update clientbound_add_entity_packet.rsmat
2022-04-30add clientbound_add_entity_packetmat
2022-04-30azalea_auth::encryption -> azalea_cryptomat
2022-04-30gitignore flamegraph stuffmat
2022-04-30fix error that happens in linux + release modemat
2022-04-30misc fixesmat
2022-04-30comment some stuff outmat
2022-04-30significantly optimize reading Vec<u8>mat
2022-04-29background task works!mat
2022-04-29Merge branch 'main' into chunk-packetsmat
2022-04-29upgrade aes and cfb8mat
2022-04-29how do i do thismat
2022-04-28chunk packets workmat
2022-04-28write more example codemat
2022-04-28add bitset and work on chunk packetsmat
2022-04-27Update clientbound_level_chunk_with_light_packet.rsmat
2022-04-27create the necessary structsmat
2022-04-27add ClientboundSetChunkCacheCenterPacketmat
2022-04-27fix player info packetmat
2022-04-27player info packetmat
2022-04-27add player position packetmat
2022-04-26add recipe packetmat
2022-04-26update brigadiermat
2022-04-26finish update recipes packet implementationmat
2022-04-26add derive mcbufreadable/writablemat
2022-04-26write some readmesmat
2022-04-26default implementation for read and write Vec<T>mat
2022-04-26work on adding more stuff for recipesmat
2022-04-25Merge branch 'main' into update-recipes-packetmat
2022-04-25write example codemat
2022-04-24start adding update recipes packetmat
2022-04-24remove debug printsmat