index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea-protocol
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2025-12-11
enable str_to_string clippy lint
mat
2025-12-12
polish readmes
mat
2025-12-12
Delete `StartError` and `JoinError` (#296)
mat
2025-12-12
fix compilation errors with some feature combinations
mat
2025-12-12
Refactor azalea-registry (#294)
mat
2025-11-21
refactor resolve_address
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-05-07
upgrade rust version and fix clippy warnings
mat
2025-02-24
don't remove LocalEntity from disconnected players, add new debug logs, and m...
mat
2025-02-22
update to rust edition 2024
mat
2024-12-25
remove dependency on bytes crate for azalea-protocol and fix memory leak
mat
2024-12-23
make testbot take cli args
mat
2024-12-04
Update Bevy and migrate to workspace dependencies and package attributes (#181)
EightFactorial
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-11-23
Update and merge the dependencies (#187)
Shayne Hartford
2024-10-26
group imports with rustfmt
mat
2023-12-01
compression does not need to be async
mat
2023-11-29
simplify ServerAddress serde implementations
mat
2023-11-29
serde support for 'ServerAddress' (#115)
1zuna
2023-09-21
1.20.2 (#99)
mat
2023-08-15
upgrade thiserror and other deps
mat
2023-02-25
Fix system order ambiguities (#74)
mat
2023-02-13
fix bad compression on sending long packets
mat
2023-01-30
More packet fixes, tests, handle error (#61)
EightFactorial
2022-12-08
wrap_comments = true
mat
2022-12-07
1.19.3 (#34)
mat
2022-11-27
Swarm (#36)
mat
2022-11-11
improved docs
Ubuntu
2022-10-30
improve docs a little more
mat
2022-10-23
write some more docs for az-protocol
mat
2022-10-07
fix errors with rewritten packet reading
mat
2022-10-07
Replace impl Read with Cursor<&[u8]> (#26)
mat
2022-09-19
replace printlns with log
Ubuntu
2022-09-02
unused use in test
Ubuntu
2022-09-01
fix bad u32::write_into and add tests
mat
2022-06-23
Fix everything so azalea-buf works
mat
2022-06-23
azalea-buf
mat
2022-05-26
Fixes
mat
2022-04-30
significantly optimize reading Vec<u8>
mat
2022-04-22
simplify error handling
mat
2021-12-15
azalea
mat