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
/
read.rs
Age
Commit message (
Expand
)
Author
2025-12-15
sort derives with cargo sort-derives
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-05-30
formatting: merge imports
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-04-17
Move login state to the ECS (#213)
mat
2025-04-13
fix wrong MAXIMUM_UNCOMPRESSED_LENGTH value
mat
2025-04-04
remove executable bit from files
mat
2025-02-21
despawn entities when switching worlds and some testbot fixes
mat
2025-02-21
fix some components not being removed from clients and add debugecsleak testb...
mat
2025-01-12
add AZALEA_DO_NOT_CUT_OFF_PACKET_LOGS env variable
mat
2024-12-25
patch pathfinder obstructions instead of just truncating the path
mat
2024-12-25
close tcp connection on bot disconnect and add swarms to testbot cli
mat
2024-12-25
remove dependency on bytes crate for azalea-protocol and fix memory leak
mat
2024-12-04
Update Bevy and migrate to workspace dependencies and package attributes (#181)
EightFactorial
2024-12-03
1.21.4 (#189)
mat
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
2024-02-24
fix parsing textcomponents failing when it's translatable and has a primitive...
mat
2024-02-22
fix for hypixel limbo
mat
2023-12-16
fix bytes of packets not being logged in tracing
mat
2023-12-02
fix compile error when trace logs are enabled
mat
2023-12-01
compression does not need to be async
mat
2023-11-18
replace log with tracing
mat
2023-09-21
1.20.2 (#99)
mat
2023-07-16
add try_read to connection
mat
2023-03-14
1.19.4 (#57)
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-12
Pathfinder (#25)
mat
2022-11-11
improved docs
Ubuntu
2022-10-15
fix clippy warnings
mat
2022-10-09
fix panic
mat
2022-10-08
handle SectionBlocksUpdate packet
mat
2022-10-07
remove a println
mat
2022-10-07
fix errors with rewritten packet reading
mat
2022-10-07
Replace impl Read with Cursor<&[u8]> (#26)
mat
2022-10-02
All block shapes & collisions (#22)
mat
2022-09-19
Fix connection writer being locked (#23)
mat
2022-09-10
fix outdated EntityDataValue
mat
2022-09-09
fix errors in enums inconsistent w/ vanilla
mat
2022-09-09
cut off at 500 instead of 100
mat
2022-09-09
improve log
Ubuntu
2022-09-09
add logger
Ubuntu
2022-09-05
add a todo
mat
2022-09-02
get rid of Readable & Writable (#21)
mat
2022-08-31
remove some comments in az-protocol::read
Ubuntu
[next]