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
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2026-01-16
better pathfinder swimming and other tweaks
mat
2025-12-28
Implement `EntityRef` (#299)
mat
2025-12-28
move Event and auto_reconnect to the azalea crate
mat
2025-12-27
Move Client struct to azalea crate (#297)
mat
2025-12-22
move JoinOpts to a separate module
mat
2025-12-14
cleanup azalea crate, move client/swarm builders into separate modules
mat
2025-12-15
sort derives with cargo sort-derives
mat
2025-12-12
Delete `StartError` and `JoinError` (#296)
mat
2025-12-12
Refactor azalea-registry (#294)
mat
2025-12-11
Add options to request Mojang sessionserver with a proxy (#293)
mat
2025-12-11
Run handler function in a Tokio LocalSet (#295)
mat
2025-11-21
refactor resolve_address
mat
2025-11-13
rename ResourceLocation to Identifier ahead of mojmap changes
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-09-28
update deps
mat
2025-09-26
don't re-export azalea::bot::*, and some doc improvements
mat
2025-08-23
handle AppExit event
mat
2025-06-26
let chains are stabilized
mat
2025-06-14
add note about current_thread to azalea readme
mat
2025-05-30
more formatting fixes
mat
2025-05-30
formatting: merge imports
mat
2025-05-07
better docs for disabling plugins
mat
2025-05-02
Add AutoReconnectPlugin (#221)
mat
2025-05-02
make ClientBuilder/SwarmBuilder Send
mat
2025-02-22
update to rust edition 2024
mat
2025-02-14
remove stabilized trait_upcasting feature gates
mat
2024-12-23
lift requirement on anyhow for handler function
mat
2024-10-26
group imports with rustfmt
mat
2024-07-05
upgrade to simdnbt 0.6 (#160)
mat
2024-04-20
socks5 support (#113)
mat
2024-04-09
add functions to ClientBuilder and SwarmBuilder for custom addresses
mat
2024-02-24
add Display for Vec3, add SimulationSet, and add EntityChunkPos component
mat
2023-12-05
make start return never
mat
2023-12-04
fix ClientBuilder erroring, maybe
mat
2023-12-03
make ClientBuilder use SwarmBuilder internally
mat
2023-12-03
let plugins override query responses
mat
2023-12-02
make sure Startup system runs before any bots join
mat
2023-12-01
Make auto_respawn pub (#116)
veronoicc
2023-10-26
remove some more #![feature]s
mat
2023-10-21
async_fn_in_trait stabilized
mat
2023-10-10
start adding mining to pathfinder
mat
2023-10-07
split pathfinder execution into multiple systems (and fix some bugs)
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-18
fix entities not always being despawned after merge
mat
2023-09-18
instanceloadedevent and a few fixes
mat
2023-09-17
heightmaps
mat
2023-09-15
rename start_ecs to start_ecs_runner
mat
2023-09-14
AcceptResourcePacksPlugin
mat
2023-08-26
use better pathfinder costs and also fix relative entity updates breaking som...
mat
2023-08-22
Created nearest_entity system param (#102)
TheDudeFromCI
[next]