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
/
chat.rs
Age
Commit message (
Expand
)
Author
2025-02-22
Refactor azalea-client (#205)
mat
2025-02-22
update to rust edition 2024
mat
2025-02-22
debug log CARGO_PKG_VERSION on swarm start
mat
2024-12-25
optimize pathfinder
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-11-27
replace once_cell with std:;sync::LazyLock
mat
2024-11-12
Make some internal system handles public for use with before/after (#180)
Shayne Hartford
2024-10-26
group imports with rustfmt
mat
2024-06-16
Fix command packets (#155)
EnderKill98
2023-12-04
revert packet name to Disguised and make it more like ChatPacket::Player
mat
2023-12-04
Add masked chat type/event (#118)
Shayne Hartford
2023-12-03
make it so plugins can send and receive packets during the login state
mat
2023-11-12
improve docs a bit
mat
2023-11-06
bevy 0.12
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
2023-05-13
ChatPacket::is_whisper
mat
2023-03-07
Bevy 0.10 (#79)
mat
2023-02-27
Remove invalid characters and truncate messages and commands to 256 (#78)
Shayne Hartford
2023-02-25
Fix system order ambiguities (#74)
mat
2023-02-12
Better chat events (#67)
mat
2023-02-04
Use an ECS (#52)
mat
2023-01-21
clippy
mat
2023-01-21
Server functions and proxy example (#59)
EightFactorial
2023-01-14
Add function to get message sender's UUID (#56)
EightFactorial
2022-12-11
make entities have a reference to WeakWorlds instead
mat
2022-12-07
1.19.3 (#34)
mat
2022-12-03
make the packets in events be Arc
mat
2022-11-27
Swarm (#36)
mat
2022-11-19
Replace lazy_static with once_cell::sync::Lazy (#43)
mat
2022-11-18
Add functions to get ChatPacket author and content (#42)
mat
2022-11-17
move some stuff to the azalea_client::chat mod
Ubuntu
2022-11-12
Pathfinder (#25)
mat
2022-11-03
change comment to be less than 80 width
Ubuntu
2022-10-23
Add Client::set_client_information (#33)
mat
2022-10-23
Update examples with new cleaner handle/state
mat
2022-10-23
make `handle` cleaner
mat
2022-10-23
write more documentation
mat
2022-10-16
Add chat function (#28)
mat