aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-24Add ClientBuilder:new_without_log (#93)xtex
* Add ClientBuilder:new_without_log * 'log' feature * fix warnings --------- Co-authored-by: mat <git@matdoes.dev>
2023-06-24Add functions `auth_with_link_code`, `get_ms_link_code`, and ↵Adam Reisenauer
`get_ms_auth_token`. (#88) * Add option for grabbing authentication code for Microsoft seperately. Created two new functions, one that outputs the DeviceCodeResponse and one that uses this response to authenticate an actual account. * Added documentation and cleaned up function names. Still wondering about code repeition * reduce code duplication, more docs, cleanup * clippy --------- Co-authored-by: mat <git@matdoes.dev>
2023-06-15fix clientboundsoundpacketmat
closes #89
2023-06-14actually make Vec3::length sqrtmat
2023-06-14Vec3::distance_to and clippymat
2023-06-121.20.1mat
2023-06-12link to 1.19.4 branchmat
2023-06-12Merge branch '1.20'mat
2023-06-121.20mat
2023-05-28fix panic in azalea-chatmat
2023-05-27revert echo examplemat
2023-05-27random fixes mostly related to auth and cryptomat
2023-05-26add stuff related to chat signingmat
and also some stuff related to digging because i forgot to do a different branch lol
2023-05-26add stuff related to chat signingmat
and also some stuff related to digging because i forgot to do a different branch lol
2023-05-24merge mainmat
2023-05-241.20-pre5mat
2023-05-21fix respawn system ambiguitymat
2023-05-17chore: Releasemat
2023-05-16chore: Releasemat
2023-05-16and add the required fieldsmat
2023-05-16and also update the dependents lolmat
2023-05-16set version of azalea-inventory to 0.6mat
2023-05-16chore: Releasemat
2023-05-16format some Cargo.tomlsmat
2023-05-16upgrade dependenciesmat
have fun compiling nerds
2023-05-16better variable naming in docmat
2023-05-16ClientBuilder::new_without_pluginsmat
2023-05-161.20-pre2mat
2023-05-13ChatPacket::is_whispermat
2023-05-13reexport azalea-chat and add goto docsmat
2023-05-12Merge branch 'main' into 1.20mat
2023-05-12protocol fixesmat
2023-05-12remove unused importmat
2023-05-12auto respawnmat
2023-05-12handle ping packet and resource pack correctlymat
2023-05-12fix warningsmat
2023-05-111.20-pre1mat
2023-05-09astarmat
2023-05-07more brigadier docsmat
2023-05-07more brigadier argument typesmat
2023-05-06fix panic on disconnectmat
2023-05-05fix CommandDispatcher::defaultmat
2023-05-05CommandDispatcher is now Send+Syncmat
2023-05-05change some things to be Arc+RwLock in brigadiermat
2023-05-05remove more unnecessary brigadier cloning!mat
2023-05-05fix some warningsmat
2023-05-05rename Client::inventory to open_inventorymat
2023-05-05add Client::inventorymat
2023-05-04remove unnecessary clones in brigadiermat
2023-05-04export brigadier from azaleamat