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