aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/disconnect.rs
AgeCommit message (Expand)Author
2026-03-29add packet_logger example to azalea-protocolmat
2026-01-28don't panic if disconnected while miningmat
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-11enable str_to_string clippy lintmat
2025-11-30Add `online-mode` Cargo feature (#281)mat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-08-12send correct packets on teleportmat
2025-07-21Add TicksAlive component (#229)Kumpelinus
2025-06-25improve packet_order test, add BlockUpdatePlugin, fix packet order for sprintingmat
2025-06-03send ServerboundPlayerLoaded on join and respawnmat
2025-06-02fix issues related to pathfinder miningmat
2025-05-23fix Event::Login not firing on reconnect by adding entity id to RemoveOnDisco...mat
2025-05-09don't send chat signing certs on offline-mode serversmat
2025-05-08add chat signingmat
2025-05-02Add AutoReconnectPlugin (#221)mat
2025-04-25update to bevy 0.16mat
2025-04-24unused importmat
2025-04-24info log on DisconnectEventmat
2025-04-17Move login state to the ECS (#213)mat
2025-02-22Refactor azalea-client (#205)mat