aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/echo.rs
AgeCommit message (Expand)Author
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12Delete `StartError` and `JoinError` (#296)mat
2025-12-11Run handler function in a Tokio LocalSet (#295)mat
2025-08-12Client::chat now takes Into<String> and doc fixesmat
2025-06-14add note about current_thread to azalea readmemat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-04-17Move login state to the ECS (#213)mat
2025-04-04remove executable bit from filesmat
2023-12-16revert accidental change to echo examplemat
2023-12-16fix SwarmEvent::Login and SwarmEvent::Init maybemat
2023-08-25add basic pathfinding testmat
2023-05-27revert echo examplemat
2023-05-27random fixes mostly related to auth and cryptomat
2023-02-25Fix system order ambiguities (#74)mat
2023-02-13fix bad compression on sending long packetsmat
2023-02-06fix some swarm examples/docsUbuntu
2023-02-04Use an ECS (#52)mat
2022-11-27fix some docs/examplesmat
2022-11-18Add functions to get ChatPacket author and content (#42)mat
2022-11-12Pathfinder (#25)mat
2022-10-23Add Client::set_client_information (#33)mat
2022-10-23make `handle` cleanermat
2022-10-23write more documentationmat
2022-10-16change examples with Accountmat
2022-10-07Bot API (#27)mat
2022-10-02New example (#24)mat