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
2024-12-23
rename metadata::State to metadata::SnifferState
mat
2024-12-23
add a bit more logging to handshake_proxy
mat
2024-12-23
add a test for 2b2t queue chat message
mat
2024-12-23
fix 'extra' parsing in FormattedText::from_nbt_compound which results in dupl...
mat
2024-12-23
exit get_block_state early if below the world
mat
2024-12-23
make testbot take cli args
mat
2024-12-21
fix unlinked link in comment
mat
2024-12-21
update trust-dns -> hickory-dns
mat
2024-12-21
fix flakey pathfinder tests by moving stop_pathfinding_on_instance_change to ...
mat
2024-12-21
fix compiling azalea-registry
mat
2024-12-20
Release independent packages
mat
2024-12-20
Release 0.11.0+mc1.21.4
mat
2024-12-21
more verbose login_disconnect error
mat
2024-12-20
fix incorrect tags codegen
mat
2024-12-20
update entity metadata
mat
2024-12-20
update deps
mat
2024-12-19
fix incorrect packets
mat
2024-12-12
chore(core): Derive Serialize and Deserialize for `direction` types (#197)
Gaspard Culis
2024-12-11
Implement EntityPositionSync (#196)
mat
2024-12-11
remove the generic_const_exprs feature since it's unused and to make the rust...
mat
2024-12-11
fix incorrect EntityDataValue::Long
mat
2024-12-11
fix for latest nightly by changing the FixedBitSet generic to take bytes inst...
mat
2024-12-10
Disable the `deadlock_detection` feature by default (#195)
EightFactorial
2024-12-07
Emit a build warning if the compiler may fail to build (#194)
EightFactorial
2024-12-05
fix container_set_content, player_position, and recipe_book_remove packets
mat
2024-12-04
Update Bevy and migrate to workspace dependencies and package attributes (#181)
EightFactorial
2024-12-03
add link to 1.21.3 branch in readme
mat
2024-12-03
1.21.4 (#189)
mat
2024-11-30
Add missing world border boolean to use item on packet in 1.21.2 (#192)
Shayne Hartford
2024-11-30
Impl FromStr for BlockPos & Vec (again) (#191)
Shayne Hartford
2024-11-28
switch some packet structs to unit structs
mat
2024-11-28
improve DataComponentPatch::has and has_kind
mat
2024-11-28
change DataComponentPatch::get to take in a generic (and add get_kind, has, a...
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-11-27
make item in EntityMetadataItems public
mat
2024-11-27
replace once_cell with std:;sync::LazyLock
mat
2024-11-23
Update and merge the dependencies (#187)
Shayne Hartford
2024-11-22
Fix debug warning (#186)
Shayne Hartford
2024-11-20
Add SwarmBuilder::add_account_with_opts (#185)
Shayne Hartford
2024-11-15
Add more derives to the pathfinder goals for flexibility (#183)
Shayne Hartford
2024-11-12
Switch to u32 to match other entity ids in Azalea (#182)
Shayne Hartford
2024-11-12
Make some internal system handles public for use with before/after (#180)
Shayne Hartford
2024-11-03
feat(registry): Derive Serialize and Deserialize on registry types (#179)
Gaspard Culis
2024-10-26
group imports with rustfmt
mat
2024-10-26
fix ClientboundPlayerInfoUpdatePacket and replace GameProfile with LoginFinis...
mat
2024-10-23
add 1.21.1 to branches list in readme
mat
2024-10-23
1.21.2 (#171)
mat
2024-10-22
Release 0.10.3+mc1.21.1
mat
2024-10-22
Add missing yaw and patch fields to ServerboundUseItemPacket (#178)
Shayne Hartford
2024-10-21
Rename InventoryComponent to Inventory to match other components (#177)
Shayne Hartford
[next]