aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/join.rs
AgeCommit message (Collapse)Author
2026-01-23add Event::ConnectionFailed and add more plugins by default when using ↵mat
Client::join
2026-01-13Rename Instance to World (#304)mat
2026-01-01Extensible Account (#301)mat
* refactor Account * clean up implementation and docs * add AccountTrait::join * update changelog * update example
2025-12-28move Event and auto_reconnect to the azalea cratemat
2025-12-15sort derives with cargo sort-derivesmat
might add to ci later, unsure how to do it without adding significant friction for contributors though
2025-12-12Delete `StartError` and `JoinError` (#296)mat
* delete StartError and JoinError * update changelog
2025-12-11Add options to request Mojang sessionserver with a proxy (#293)mat
* add options to request mojang sessionserver with a socks5 proxy * update changelog * rename auth_proxy to sessionserver_proxy
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-06-08insert ClientInformation earliermat
2025-06-08add support for panicking on warn/error in simulation testsmat
2025-06-02simplify some join logic so the Entity is returned even on connection errormat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-02Add AutoReconnectPlugin (#221)mat
* add AutoReconnectPlugin * merge main * start simplifying swarm internals * fix Swarm::into_iter, handler functions, DisconnectEvent, and add some more docs * add ClientBuilder/SwarmBuilder::reconnect_after * fix a doctest * reword SwarmEvent::Disconnect doc * better behavior when we try to join twice * reconnect on ConnectionFailedEvent too * autoreconnect is less breaking now
2025-04-19add StartJoinServerEvent to allow joining servers exclusively from ecsmat