aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/connect.rs
AgeCommit message (Expand)Author
2025-12-15sort derives with cargo sort-derivesmat
2025-12-11enable str_to_string clippy lintmat
2025-12-12fix compilation errors with some feature combinationsmat
2025-12-11Add options to request Mojang sessionserver with a proxy (#293)mat
2025-11-30Add `online-mode` Cargo feature (#281)mat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-05-30more formatting fixesmat
2025-05-30formatting: merge importsmat
2025-05-08add chat signingmat
2025-05-07impl Display for proxy and trace log JoinOptsmat
2025-04-19add StartJoinServerEvent to allow joining servers exclusively from ecsmat
2025-04-17Move login state to the ECS (#213)mat
2025-04-04remove executable bit from filesmat
2025-03-16Fluid physics fixes (#210)mat
2025-02-24don't remove LocalEntity from disconnected players, add new debug logs, and m...mat
2025-02-23try to receive packets all at once before sending run_schedule_sendermat
2025-02-22update to rust edition 2024mat
2025-01-27fix chunk parsing on hypixelmat
2025-01-25Rename Connection::configuration to config and add some clientbound functions...mat
2024-12-25remove dependency on bytes crate for azalea-protocol and fix memory leakmat
2024-11-28switch some packet structs to unit structsmat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-10-26fix ClientboundPlayerInfoUpdatePacket and replace GameProfile with LoginFinis...mat
2024-07-12Add missing configuration and game connection wrappers (#161)Shayne Hartford
2024-04-27Use ClientIntention over ConnectionProtocol for ClientIntentionPacket (#143)Luis
2024-04-231.20.5 (#127)mat
2024-04-20socks5 support (#113)mat
2023-11-18replace log with tracingmat
2023-09-211.20.2 (#99)mat
2023-07-16add try_read to connectionmat
2023-01-30More packet fixes, tests, handle error (#61)EightFactorial
2023-01-25Fix test and packets (#60)EightFactorial
2023-01-21Server functions and proxy example (#59)EightFactorial
2022-12-08wrap_comments = truemat
2022-12-08fix a doc commentUbuntu
2022-12-07Reauth on invalid session (#50)mat
2022-12-071.19.3 (#34)mat
2022-11-27Swarm (#36)mat
2022-11-14Military-grade server implementation (#40)Honbra
2022-11-12Pathfinder (#25)mat
2022-11-12Merge branch 'main' of https://github.com/mat-1/azalea into mainUbuntu
2022-11-11make some stuff in azalea-protocol publicmat
2022-11-11fix example in azalea_protocol::connectmat
2022-11-11improved docsUbuntu
2022-11-10fix clippy warningsUbuntu
2022-11-09semicolon lolmat
2022-11-09shut down on broken pipemat
2022-10-30improve docs a little moremat
2022-10-23write some more docs for az-protocolmat