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
10 days
azalea-brigadier now allows commands to return a Result
mat
10 days
change panicking functions in Client and EntityRef to return an AzaleaResult ...
mat
2026-03-28
re-export azalea-chat from azalea, and rename azalea::chat to client_chat
mat
2026-03-28
add StartClientOpts::new_with_appexit_rx
mat
2026-03-20
optimize pathfinder swarms and write perf guide
mat
2026-03-18
merge logic for the three move_entity packets
mat
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
[next]