| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-17 | change the order of event in handle fn | Ubuntu | |
| 2022-10-17 | refactor: remove println statements (#31) | Sculas | |
| This PR removes all println statements and logs them on trace level instead. Normally, libraries shouldn't print to stdout using println, since there's no control over them. | |||
| 2022-10-17 | now publish azalea | Ubuntu | |
| 2022-10-17 | ok don't publish azalea yet then | Ubuntu | |
| 2022-10-17 | public azalea and az-client | Ubuntu | |
| 2022-10-17 | update az-auth description | Ubuntu | |
| 2022-10-17 | add fs feature to tokio in az-auth | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | (cargo-release) version 0.2.0 | Ubuntu | |
| 2022-10-17 | disable release on more things | Ubuntu | |
| 2022-10-17 | temporarily exclude azalea & az-client again | Ubuntu | |
| 2022-10-17 | disable bot release | Ubuntu | |
| 2022-10-17 | change versions and stuff | Ubuntu | |
| 2022-10-17 | bump az-client to 0.2 | Ubuntu | |
| 2022-10-17 | add description and license in az-client | Ubuntu | |
| 2022-10-17 | set versions in az-client | Ubuntu | |
| 2022-10-16 | Add chat function (#28) | mat | |
| * add Client::chat * make the default bot do chat | |||
| 2022-10-16 | change examples with Account | mat | |
| 2022-10-16 | Microsoft Authentication (#29) | mat | |
| * 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-15 | Update README.md | mat | |
| 2022-10-15 | update description in readme | mat | |
| 2022-10-15 | change description of azalea crate | mat | |
| 2022-10-15 | fix azalea-buf tests | mat | |
| 2022-10-15 | fix clippy warnings | mat | |
| 2022-10-10 | fix panic in azalea-chat | mat | |
| 2022-10-09 | fix panic | mat | |
| 2022-10-08 | handle SectionBlocksUpdate packet | mat | |
| 2022-10-08 | change definition of Event::Tick | mat | |
| 2022-10-07 | remove a println | mat | |
| 2022-10-07 | fix errors with rewritten packet reading | mat | |
| i forgot i never tested it before LMAO | |||
| 2022-10-07 | fix a test | mat | |
| 2022-10-07 | Replace impl Read with Cursor<&[u8]> (#26) | mat | |
| * Start getting rid of Cursor * try to make the tests pass and fail * make the tests pass * remove unused uses * fix clippy warnings * fix potential OOM exploits * fix OOM in az-nbt * fix nbt benchmark * fix a test * start replacing it with Cursor<Vec<u8>> * wip * fix all the issues * fix all tests * fix nbt benchmark * fix warnings | |||
