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
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
2022-04-22
simplify error handling
mat
2021-12-17
writing compressed packets
mat
2021-12-17
fix packets
mat
2021-12-16
try to implement compression
mat
2021-12-15
azalea
mat