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
/
chat
/
mod.rs
Age
Commit message (
Expand
)
Author
2025-12-27
Move Client struct to azalea crate (#297)
mat
2025-12-15
sort derives with cargo sort-derives
mat
2025-12-11
enable str_to_string clippy lint
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-09-28
upgrade bevy to 0.17.0-rc.2
mat
2025-08-20
split client information handling out of BrandPlugin and some other cleanup
mat
2025-08-20
further improvements to ChatPacket::split_sender_and_content (thanks shay)
mat
2025-08-12
Client::chat now takes Into<String> and doc fixes
mat
2025-08-12
improved whisper regex and autofill microsoft code on login
mat
2025-08-11
Improve System Chat Regex & Add System Whisper Regex (#233)
Shayne Hartford
2025-06-01
add Client::entities_by and improve some docs
mat
2025-04-25
update to bevy 0.16
mat
2025-04-17
Move login state to the ECS (#213)
mat
2025-04-05
remove unnecessary ecs system ordering for handle_outgoing_packets
mat
2025-04-04
rename ChatPacket::username and uuid to sender and sender_uuid
mat
2025-02-23
make run_schedule a bounded channel
mat
2025-02-22
Refactor azalea-client (#205)
mat