aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/chat
AgeCommit message (Expand)Author
2026-01-01Extensible Account (#301)mat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-11enable str_to_string clippy lintmat
2025-12-09make signing module optional in azalea-cryptomat
2025-11-30Add `online-mode` Cargo feature (#281)mat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-09-29rename SendPacketEvent to SendGamePacketEvent and PingEvent to GamePingEventmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-08-20split client information handling out of BrandPlugin and some other cleanupmat
2025-08-20further improvements to ChatPacket::split_sender_and_content (thanks shay)mat
2025-08-12Client::chat now takes Into<String> and doc fixesmat
2025-08-12improved whisper regex and autofill microsoft code on loginmat
2025-08-11Improve System Chat Regex & Add System Whisper Regex (#233)Shayne Hartford
2025-06-01add Client::entities_by and improve some docsmat
2025-05-08add chat signingmat
2025-04-25update to bevy 0.16mat
2025-04-17Move login state to the ECS (#213)mat
2025-04-05remove unnecessary ecs system ordering for handle_outgoing_packetsmat
2025-04-04rename ChatPacket::username and uuid to sender and sender_uuidmat
2025-03-19make SendPacketEvent a bevy triggermat
2025-03-16fix broken doc linksmat
2025-02-23make run_schedule a bounded channelmat
2025-02-23fix memory leak in simulation tests (lol)mat
2025-02-22Refactor azalea-client (#205)mat