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
/
packet-macros
Age
Commit message (
Expand
)
Author
2022-09-05
Publish everything* to crates.io
mat
2022-08-31
fix a couple more possible panics
Ubuntu
2022-08-06
Better errors (#14)
mat
2022-07-29
fix errors and warnings
mat
2022-07-29
Split clientbound and serverbound packets
mat
2022-06-25
Fix warnings
mat
2022-06-25
read_into -> read_from
mat
2022-06-23
Fix everything so azalea-buf works
mat
2022-06-23
azalea-buf
mat
2022-05-26
fix some packets
mat
2022-05-26
Compiles
mat
2022-05-26
Fixes
mat
2022-05-14
add derive McBuf to every packet
mat
2022-05-14
start adding ClientboundLevelParticlesPacket
mat
2022-05-08
Merge branch 'main' into chunk-decoding
mat
2022-05-07
update advancements packet
mat
2022-05-07
Initialize worldborder packet
mat
2022-05-03
clippy
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
Ignore unknown packets
mat
2022-05-01
clientbound_add_entity_packet & clientbound_set_entity_data_packet
mat
2022-04-30
actually send the ServerboundCustomPayloadPacket
mat
2022-04-30
Simplify packet macro
mat
2022-04-28
add bitset and work on chunk packets
mat
2022-04-26
add derive mcbufreadable/writable
mat
2022-04-24
remove an unused thing from dependencies
mat
2022-04-22
simplify error handling
mat
2022-04-21
Set carried item and update tags packets
mat
2022-04-19
Fix declare_state_packets
mat
2022-04-19
allow trailing commas in declare_state_packets
mat
2022-04-19
add declare_state_packets to the other states
mat
2022-04-19
finish declare_state_packets implementation
mat
2022-04-19
start adding more stuff
mat
2022-04-19
start adding declare_state_packets
mat
2022-01-02
fix random warnings
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
2022-01-02
add macro for a couple more packets
mat
2022-01-01
start adding packet macros
mat