aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/chat.rs
AgeCommit message (Expand)Author
2025-02-22Refactor azalea-client (#205)mat
2025-02-22update to rust edition 2024mat
2025-02-22debug log CARGO_PKG_VERSION on swarm startmat
2024-12-25optimize pathfindermat
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-27replace once_cell with std:;sync::LazyLockmat
2024-11-12Make some internal system handles public for use with before/after (#180)Shayne Hartford
2024-10-26group imports with rustfmtmat
2024-06-16Fix command packets (#155)EnderKill98
2023-12-04revert packet name to Disguised and make it more like ChatPacket::Playermat
2023-12-04Add masked chat type/event (#118)Shayne Hartford
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-11-12improve docs a bitmat
2023-11-06bevy 0.12mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-05-13ChatPacket::is_whispermat
2023-03-07Bevy 0.10 (#79)mat
2023-02-27Remove invalid characters and truncate messages and commands to 256 (#78)Shayne Hartford
2023-02-25Fix system order ambiguities (#74)mat
2023-02-12Better chat events (#67)mat
2023-02-04Use an ECS (#52)mat
2023-01-21clippymat
2023-01-21Server functions and proxy example (#59)EightFactorial
2023-01-14Add function to get message sender's UUID (#56)EightFactorial
2022-12-11make entities have a reference to WeakWorlds insteadmat
2022-12-071.19.3 (#34)mat
2022-12-03make the packets in events be Arcmat
2022-11-27Swarm (#36)mat
2022-11-19Replace lazy_static with once_cell::sync::Lazy (#43)mat
2022-11-18Add functions to get ChatPacket author and content (#42)mat
2022-11-17move some stuff to the azalea_client::chat modUbuntu
2022-11-12Pathfinder (#25)mat
2022-11-03change comment to be less than 80 widthUbuntu
2022-10-23Add Client::set_client_information (#33)mat
2022-10-23Update examples with new cleaner handle/statemat
2022-10-23make `handle` cleanermat
2022-10-23write more documentationmat
2022-10-16Add chat function (#28)mat