1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
Commit graph

12 commits

Author SHA1 Message Date
mat
4cef62e8e4
Microsoft Authentication (#29)
* a

* try to do more work on auth signing (untested)

* well auth works when i remove the d= so

* auth stuff

* sessionserver stuff

* add auth in azalea-protocol/client

* caching*

refreshing microsoft auth tokens isn't implemented yet, also i haven't tested it

* how did i not notice that i had the code duplicated

* fix cache

* add refreshing msa token

* replace some printlns with log::trace

* auth works!

* Update main.rs

* fix clippy warnings
2022-10-16 22:54:54 -05:00
mat
a16b9dcd2e add stretch goals to readme and typo fix 2022-08-18 23:28:44 -05:00
mat
060d2f1592 grammar issue 2022-07-29 15:50:20 -05:00
mat
e9e60eca80 Update README.md 2022-05-27 00:05:14 -05:00
mat
ac392542ce Merge branch 'main' into chunk-decoding 2022-05-08 18:55:49 -05:00
mat
f0a277788c add set time packet and update readme 2022-05-07 12:22:57 -05:00
mat
477c367fc4 mor echunk stuff 2022-05-03 18:03:10 +00:00
mat
4d7bf6c50e significantly optimize reading Vec<u8>
unfortunately, this introduces the requirement of using rust nightly
2022-04-30 01:43:00 -05:00
mat
9b50886c30 player info packet 2022-04-27 18:00:50 +00:00
mat
5736a790d3 write some readmes 2022-04-26 15:37:31 +00:00
mat
248f752748 simplify error handling 2022-04-22 04:33:58 +00:00
mat
c5f10af09d write some readmes 2022-04-20 15:24:25 +00:00