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-08-09
clippy
mat
2025-08-04
Default components (#232)
mat
2025-06-17
1.21.6 (#215)
mat
2025-06-16
implement EntityHitResult
mat
2025-06-14
add note about current_thread to azalea readme
mat
2025-06-11
use owned instead of borrowed Vec3 more
mat
2025-06-11
take BlockPos instead of &BlockPos in all function arguments
mat
2025-06-02
fix issues related to pathfinder mining
mat
2025-05-30
formatting: merge imports
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-05-23
fix Event::Login not firing on reconnect by adding entity id to RemoveOnDisco...
mat
2025-05-09
fix offline-mode cert warnings and improve some docs
mat
2025-05-10
add StartUseItemEvent and improve code related to interactions
mat
2025-05-07
upgrade rust version and fix clippy warnings
mat
2025-05-02
Add AutoReconnectPlugin (#221)
mat
2025-04-19
make azalea::pathfinder::debug public
mat
2025-04-17
Move login state to the ECS (#213)
mat
2025-04-15
make goto async and clean up some examples
mat
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