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
/
connect.rs
Age
Commit message (
Expand
)
Author
2025-01-25
Rename Connection::configuration to config and add some clientbound functions...
mat
2024-12-25
remove dependency on bytes crate for azalea-protocol and fix memory leak
mat
2024-11-28
switch some packet structs to unit structs
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-26
group imports with rustfmt
mat
2024-10-26
fix ClientboundPlayerInfoUpdatePacket and replace GameProfile with LoginFinis...
mat
2024-07-12
Add missing configuration and game connection wrappers (#161)
Shayne Hartford
2024-04-27
Use ClientIntention over ConnectionProtocol for ClientIntentionPacket (#143)
Luis
2024-04-23
1.20.5 (#127)
mat
2024-04-20
socks5 support (#113)
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-01-30
More packet fixes, tests, handle error (#61)
EightFactorial
2023-01-25
Fix test and packets (#60)
EightFactorial
2023-01-21
Server functions and proxy example (#59)
EightFactorial
2022-12-08
wrap_comments = true
mat
2022-12-08
fix a doc comment
Ubuntu
2022-12-07
Reauth on invalid session (#50)
mat
2022-12-07
1.19.3 (#34)
mat
2022-11-27
Swarm (#36)
mat
2022-11-14
Military-grade server implementation (#40)
Honbra
2022-11-12
Pathfinder (#25)
mat
2022-11-12
Merge branch 'main' of https://github.com/mat-1/azalea into main
Ubuntu
2022-11-11
make some stuff in azalea-protocol public
mat
2022-11-11
fix example in azalea_protocol::connect
mat
2022-11-11
improved docs
Ubuntu
2022-11-10
fix clippy warnings
Ubuntu
2022-11-09
semicolon lol
mat
2022-11-09
shut down on broken pipe
mat
2022-10-30
improve docs a little more
mat
2022-10-23
write some more docs for az-protocol
mat
2022-10-23
Add Client::set_client_information (#33)
mat
2022-10-23
add `# Examples` to some docs
mat
2022-10-23
write more documentation
mat
2022-10-16
Microsoft Authentication (#29)
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
Fix connection writer being locked (#23)
mat
2022-08-31
test gravity
Ubuntu
2022-08-06
Better errors (#14)
mat
2022-07-30
remove unnecessary empty impls
mat
2022-07-29
simplify switching packet states
mat
2022-07-29
remove unused structs
mat
2022-07-29
make Connection a single struct with generics
mat
2022-07-29
Split clientbound and serverbound packets
mat
2022-05-07
clientbound add player packet
mat
2022-04-30
azalea_auth::encryption -> azalea_crypto
mat
2022-04-29
upgrade aes and cfb8
mat
2022-04-24
ENCRYPTION WORKS!!!!!!!!!!!
mat
[next]