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
/
examples
/
testbot
Age
Commit message (
Expand
)
Author
2025-04-04
fix ordering for handle_attack_queued
mat
2025-04-04
don't require mut for functions in Client and add some more convenience funct...
mat
2025-04-04
rename ChatPacket::username and uuid to sender and sender_uuid
mat
2025-02-23
fix memory leak in simulation tests (lol)
mat
2025-02-22
Refactor azalea-client (#205)
mat
2025-02-23
minor memory usage optimizations
mat
2025-02-22
update to rust edition 2024
mat
2025-02-21
despawn entities when switching worlds and some testbot fixes
mat
2025-02-21
fix some components not being removed from clients and add debugecsleak testb...
mat
2025-02-21
fix wrong docs for testbot
mat
2025-01-10
Fluid physics (#199)
mat
2024-12-28
bump minimum rust version and improve pathfinder docs
mat
2024-12-28
better pathfinder debug messages
mat
2024-12-26
patch path on timeout instead of recalculating everything
mat
2024-12-25
patch pathfinder obstructions instead of just truncating the path
mat
2024-12-25
close tcp connection on bot disconnect and add swarms to testbot cli
mat
2024-12-24
fix parsing Dust particle and treat waterlogged blocks as liquid in pathfinder
mat
2024-12-23
make testbot take cli args
mat
2024-12-10
Disable the `deadlock_detection` feature by default (#195)
EightFactorial
2024-10-26
group imports with rustfmt
mat
2024-04-20
socks5 support (#113)
mat
2024-02-22
add OWNER_USERNAME to testbot
mat
2024-02-22
fix for hypixel limbo
mat
2024-01-08
upgrade deps
mat
2024-01-08
fix ping packet, explosion packet, and panic less
mat
2024-01-07
rewrite testbot to use brigadier
mat