index
:
mgasi/mcproto-rs.git
1.19.3
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
protocol.rs
Age
Commit message (
Expand
)
Author
2023-03-27
More packets
nea
2021-10-27
packeterr cloneable
regenerativep
2020-12-07
remove packet type from packet kind trait (mistake)
Joey Sacchini
2020-12-07
include associated packet type with PacketKind trait
Joey Sacchini
2020-12-07
optionally use GAT with PacketKind
Joey Sacchini
2020-12-07
packet kind enum
Joey Sacchini
2020-12-03
fix to_owned() on State#name
Joey Sacchini
2020-11-28
fix silly mistake in proto_byte_flag
Joey Sacchini
2020-10-20
serialize id as VarInt
Joey Sacchini
2020-10-20
simplify relationship between raw packet and packet
Joey Sacchini
2020-10-20
Make mc_serialize_body it's own member of Packet trait instead of using Seria...
Joey Sacchini
2020-10-20
define the Id, State, and PacketDirection types for all protocol versions, an...
Joey Sacchini
2020-10-20
lots of macro and type refactoring to simplify common patterns such as: posit...
Joey Sacchini
2020-10-19
only need one struct def for raw data
Joey Sacchini
2020-10-19
remove compat layer (don't need it), and fix some other small issues with tes...
Joey Sacchini
2020-10-19
fix mistakes when implementing no_std
Joey Sacchini
2020-10-19
allow no_std with alloc
Joey Sacchini
2020-10-16
add feature to support enum associated values in macro-defined-enums, and rep...
Joey Sacchini
2020-10-14
deserialize not into_deserialized for raw packet body
Joey Sacchini
2020-10-14
update raw packet to allow deserialization of body in a match
Joey Sacchini
2020-10-14
implement enum based raw packet types
Joey Sacchini
2020-10-09
cargo fmt
Joey Sacchini
2020-10-09
implement teams packets
Joey Sacchini
2020-10-08
iteration on counted array types
Joey Sacchini
2020-10-08
fix update light packet
Joey Sacchini
2020-10-08
error when data is not consumed fully
Joey Sacchini
2020-10-02
fix random generation and make raw packet accept a borrowed slice
Joey Sacchini
2020-09-30
PacketErr is Error
Joey Sacchini
2020-09-29
cargo fmt
Joey Sacchini
2020-09-29
implement automated testing of all data-types
Joey Sacchini
2020-09-29
init commit
Joey Sacchini