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
Age
Commit message (
Expand
)
Author
2025-06-14
add note about current_thread to azalea readme
mat
2025-06-02
fix issues related to pathfinder mining
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
2024-12-23
lift requirement on anyhow for handler function
mat
2024-12-23
make testbot take cli args
mat
2024-12-04
Update Bevy and migrate to workspace dependencies and package attributes (#181)
EightFactorial
2024-11-23
Update and merge the dependencies (#187)
Shayne Hartford
2024-11-20
Add SwarmBuilder::add_account_with_opts (#185)
Shayne Hartford
2024-10-26
group imports with rustfmt
mat
2024-04-20
add Client::join_with_proxy and fix tests
mat
2024-04-20
socks5 support (#113)
mat
2024-04-09
add functions to ClientBuilder and SwarmBuilder for custom addresses
mat
2023-12-16
fix SwarmEvent::Login and SwarmEvent::Init maybe
mat
2023-12-11
mention join_delay in add_accounts docs
mat
2023-12-09
fix typos in code with crate-ci/typos
mat
2023-12-05
make start return never
mat
2023-12-04
Replace Bevy's FixedUpdate with Azalea's GameTick (#119)
mat
2023-12-04
simplify boilerplate in examples
mat
2023-12-03
make ClientBuilder use SwarmBuilder internally
mat
2023-12-03
clippy
mat
2023-12-02
make sure Startup system runs before any bots join
mat
2023-12-02
make address an Arc<RwLock>
mat
2023-12-01
make address and resolved_address pub in Swarm
mat
2023-12-01
rename add_with_exponential_backoff to add_and_retry_forever
mat
2023-11-18
share registries in swarms and fix some bugs
mat
2023-11-18
replace log with tracing
mat
[next]