aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/chat_signing.rs
AgeCommit message (Collapse)Author
7 daysadd certs_backend to AccountTraitLizzy Fleckenstein
2026-03-28re-export azalea-chat from azalea, and rename azalea::chat to client_chatmat
2026-01-01Extensible Account (#301)mat
* refactor Account * clean up implementation and docs * add AccountTrait::join * update changelog * update example
2025-11-30Add `online-mode` Cargo feature (#281)mat
* Add `online-mode` cargo feature * fix bad formatting in Cargo.toml
2025-11-15log more debug info when resizing chunk palettesmat
2025-09-29rename SendPacketEvent to SendGamePacketEvent and PingEvent to GamePingEventmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-09fix offline-mode cert warnings and improve some docsmat
2025-05-09don't send chat signing certs on offline-mode serversmat
2025-05-08add chat signingmat