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
/
swarm
/
mod.rs
Age
Commit message (
Expand
)
Author
10 days
Add SwarmEvent::Tick (#328)
Cheezer
2026-03-28
re-export azalea-chat from azalea, and rename azalea::chat to client_chat
mat
2026-03-20
optimize pathfinder swarms and write perf guide
mat
2026-01-28
add Client::exit and Swarm::exit, and write related docs
mat
2026-01-13
Rename Instance to World (#304)
mat
2026-01-01
Extensible Account (#301)
mat
2025-12-28
add a few more functions for getting common components to Client
mat
2025-12-28
Change Client::component to return a reference (#298)
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-18
fix warning when Vec3 codec is represented as floats
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-11
clippy
mat
2025-12-12
Delete `StartError` and `JoinError` (#296)
mat
2025-12-12
clippy
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-11
cleanup
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-09-26
don't re-export azalea::bot::*, and some doc improvements
mat
2025-08-23
handle AppExit event
mat
2025-08-20
split client information handling out of BrandPlugin and some other cleanup
mat
2025-06-14
add note about current_thread to azalea readme
mat
2025-06-02
simplify some join logic so the Entity is returned even on connection error
mat
2025-06-02
several pathfinder fixes
mat
2025-05-07
better docs for disabling plugins
mat
2025-05-07
doc warnings
mat
2025-05-07
impl Display for proxy and trace log JoinOpts
mat
2025-05-02
Add AutoReconnectPlugin (#221)
mat
2025-05-02
make ClientBuilder/SwarmBuilder Send
mat
2025-04-25
update to bevy 0.16
mat
2025-04-24
always insert Swarm before any systems can start running
mat
2025-04-19
clippy
mat
2025-04-18
fix another panic on disconnect and slightly optimize client events loop
mat
2025-04-17
Move login state to the ECS (#213)
mat
2025-04-04
don't require mut for functions in Client and add some more convenience funct...
mat
2025-03-25
make events channel in Client::start_client optional
mat
2025-03-20
upgrade deps and slightly improve docs
mat
2025-03-13
improve Swarm docs and change an indexing warning to a debug log
mat
2025-03-13
properly remove from the EntityIdIndex component on despawn
mat
2025-02-24
fix an error in set_entity_data
mat
2025-02-24
don't remove LocalEntity from disconnected players, add new debug logs, and m...
mat
2025-02-23
make run_schedule a bounded channel
mat
2025-02-22
update to rust edition 2024
mat
2025-02-22
debug log CARGO_PKG_VERSION on swarm start
mat
2025-02-21
despawn entities when switching worlds and some testbot fixes
mat
2024-12-25
close tcp connection on bot disconnect and add swarms to testbot cli
mat
2024-12-23
update outdated doc in Swarm and remove unnecessary generics
mat
[next]