aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-29don't panic if connection closes on joinmat
2022-10-27use variables directly in format stringsmat
thanks clippy we love you
2022-10-27fix removed packets still being definedmat
2022-10-27fix identical shapes being defined multiple timesmat
2022-10-24fix repeated ids in game/mod.rsmat
2022-10-24fix codegenmat
2022-10-24actually fix out of bounds errorsUbuntu
2022-10-24fix out of bounds y positionUbuntu
2022-10-23write some more docs for az-protocolmat
2022-10-23Add Client::set_client_information (#33)mat
* start adding options * add default options * send options packet by default * mention set_options in Client::join doc * make TranslatableComponent::read return TextComponent * change set_options to set_client_information * clean up some code * Add `Initialize` event * fix some clippy warnings * change `Client::options` to `client_information`
2022-10-23add `# Examples` to some docsmat
2022-10-23Update examples with new cleaner handle/statemat
2022-10-23make `handle` cleanermat
Arc<Event> -> Event, Arc<Mutex<State>> -> State Items in State now need to have interior mutability (i.e. Arc<Mutex<T>>), but it's a worthwhile tradeoff since it allows the user to customize it for each field
2022-10-23write more documentationmat
2022-10-23fix panic on purpur serversmat
2022-10-21fix stack overflow in az-chatmat
2022-10-21have Display implemented for the Componentsmat
2022-10-21make TranslatableComponent::read return TextComponentmat
2022-10-21add function that gets full message contentmat
2022-10-21work around rustc compilation errormat
2022-10-20Remove let chainsmat
2022-10-19fix: make fields in PlayerInfo::Action public (#32)Sculas
This PR makes the fields in the PlayerInfo packet public. I encountered this issue when writing my own bot which needs a list of UUID > String of all currently logged-in players, and while writing my handler for `Action::RemovePlayer` I found out that the `uuid` field is private. This PR fixes that.
2022-10-18Create cache file directory if it doesn't existUbuntu
2022-10-18fix rustc panicUbuntu
2022-10-18bump az-client versionUbuntu
2022-10-18make Account clonableUbuntu
2022-10-17change azalea versionUbuntu
2022-10-17change the order of event in handle fnUbuntu
2022-10-17refactor: 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-17now publish azaleaUbuntu
2022-10-17ok don't publish azalea yet thenUbuntu
2022-10-17public azalea and az-clientUbuntu
2022-10-17update az-auth descriptionUbuntu
2022-10-17add fs feature to tokio in az-authUbuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu