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-client
/
src
/
account.rs
Age
Commit message (
Expand
)
Author
2026-01-01
Extensible Account (#301)
mat
2025-12-28
move Event and auto_reconnect to the azalea crate
mat
2025-12-15
sort derives with cargo sort-derives
mat
2025-12-11
enable str_to_string clippy lint
mat
2025-12-09
move offline-mode uuid generation to azalea-crypto
mat
2025-11-30
Add `online-mode` Cargo feature (#281)
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-08-12
add nearest_entity_by and improve some docs
mat
2025-05-30
formatting: merge imports
mat
2025-05-08
add chat signing
mat
2025-04-17
Move login state to the ECS (#213)
mat
2025-04-04
remove executable bit from files
mat
2025-02-22
update to rust edition 2024
mat
2024-08-15
fix incorrect comment in with_microsoft_access_token docs
mat
2024-08-15
modify some docs
mat
2024-08-11
Auth Customization Options (#159)
Aditya Kumar
2023-12-06
use minecraft_folder_path
mat
2023-12-03
clippy
mat
2023-12-03
make it so plugins can send and receive packets during the login state
mat
2023-11-18
replace log with tracing
mat
2023-09-15
simplify some code related to Account being a component
mat
2023-09-15
make Account a component
mat
2023-07-14
Mining (#95)
mat
2023-06-24
Add functions `auth_with_link_code`, `get_ms_link_code`, and `get_ms_auth_tok...
Adam Reisenauer
2023-06-14
Vec3::distance_to and clippy
mat
2023-05-26
add stuff related to chat signing
mat
2023-04-19
rename and export AccountOpts
mat
2023-02-05
improve docs
mat
2023-02-04
Use an ECS (#52)
mat
2023-01-21
Server functions and proxy example (#59)
EightFactorial
2022-12-08
wrap_comments = true
mat
2022-12-07
Reauth on invalid session (#50)
mat
2022-11-12
Pathfinder (#25)
mat
2022-10-30
replace an expect with unwrap_or_else
mat
2022-10-30
more docs
mat
2022-10-30
improve docs a little more
mat
2022-10-23
write more documentation
mat
2022-10-18
make Account clonable
Ubuntu
2022-10-16
Microsoft Authentication (#29)
mat
2022-08-06
Better errors (#14)
mat
2022-06-25
merge ClientState and Client
mat
2022-06-24
start adding moving
mat
2022-06-19
Fix some clippy warnings
mat
2022-06-18
account.rs and client.rs
mat