aboutsummaryrefslogtreecommitdiff
path: root/azalea
AgeCommit message (Collapse)Author
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-18Create cache file directory if it doesn't existUbuntu
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-17now publish azaleaUbuntu
2022-10-17ok don't publish azalea yet thenUbuntu
2022-10-17public azalea and az-clientUbuntu
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-17disable release on more thingsUbuntu
2022-10-17temporarily exclude azalea & az-client againUbuntu
2022-10-17disable bot releaseUbuntu
2022-10-17change versions and stuffUbuntu
2022-10-16change examples with Accountmat
2022-10-15change description of azalea cratemat
2022-10-15fix azalea-buf testsmat
2022-10-07fix errors with rewritten packet readingmat
i forgot i never tested it before LMAO
2022-10-07Bot API (#27)mat
Basically make the `azalea` crate have stuff
2022-10-02start adding stuff to azalea cratemat
2022-10-02New example (#24)mat
the example isn't finished but it's finished enough
2022-09-05Publish empty azalea cratemat