aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/auto_reconnect.rs
AgeCommit message (Collapse)Author
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-10-12upgrade deps and clean up lots of doc commentsmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-06-02several pathfinder fixesmat
2025-05-07upgrade rust version and fix clippy warningsmat
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