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
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