<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-protocol/src/packets/game/clientbound_player_abilities_packet.rs, branch main</title>
<subtitle> Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
</subtitle>
<id>https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/atom?h=main</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/'/>
<updated>2024-11-28T01:31:40+00:00</updated>
<entry>
<title>Refactor azalea-protocol (#190)</title>
<updated>2024-11-28T01:31:40+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2024-11-28T01:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=08958c2278b15ebeac8a964f392ebb792e479b61'/>
<id>urn:sha1:08958c2278b15ebeac8a964f392ebb792e479b61</id>
<content type='text'>
* start updating to 1.21.4

* fix block codegen and stop using block data from burger

* rename packet related modules and structs to be simpler

* ItemSlot -&gt; ItemStack for more consistency with mojmap

* .get() -&gt; .into_packet()

* simplify declare_state_packets by removing packet ids

* rename read_from and write_into to azalea_read and azalea_write

* rename McBufReadable and McBufWritable to AzaleaRead and AzaleaWrite

* McBuf -&gt; AzBuf

* remove most uses of into_variant

* update codegen and use resourcelocation names for packets

* implement #[limit(i)] attribute for AzBuf derive macro

* fixes for 1.21.4

* fix examples

* update some physics code and fix ChatType

* remove unused imports in codegen

* re-add some things to migrate.py and update +mc version numbers automatically

* downgrade to 1.21.3 lol</content>
</entry>
<entry>
<title>group imports with rustfmt</title>
<updated>2024-10-26T05:29:26+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2024-10-26T05:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=6b0fe5bf638079d535e70c3c91e78fe35a5d2a2f'/>
<id>urn:sha1:6b0fe5bf638079d535e70c3c91e78fe35a5d2a2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>organize azalea_core and re-export it from azalea</title>
<updated>2023-10-01T20:19:13+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-10-01T20:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=befa33a87950b6d0f3364cb4fe603f6d84bf4b8f'/>
<id>urn:sha1:befa33a87950b6d0f3364cb4fe603f6d84bf4b8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More packet fixes, tests, handle error (#61)</title>
<updated>2023-01-31T00:18:14+00:00</updated>
<author>
<name>EightFactorial</name>
<email>murphkev000@gmail.com</email>
</author>
<published>2023-01-31T00:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=6e818852d868eea963dd2b8489ba75b65c56fb1c'/>
<id>urn:sha1:6e818852d868eea963dd2b8489ba75b65c56fb1c</id>
<content type='text'>
* Fix packet, fix tests, fixedbitsets

* Clippy: Nightmare Mode

* Fix mistake

* simplify impl Display and make thing pub

---------

Co-authored-by: mat &lt;github@matdoes.dev&gt;</content>
</entry>
<entry>
<title>Replace impl Read with Cursor&lt;&amp;[u8]&gt; (#26)</title>
<updated>2022-10-08T01:12:36+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2022-10-08T01:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=bc3aa9467ae1e2d0ea1727093af9b0af14965e69'/>
<id>urn:sha1:bc3aa9467ae1e2d0ea1727093af9b0af14965e69</id>
<content type='text'>
* 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&lt;Vec&lt;u8&gt;&gt;

* wip

* fix all the issues

* fix all tests

* fix nbt benchmark

* fix warnings</content>
</entry>
<entry>
<title>Publish everything* to crates.io</title>
<updated>2022-09-05T15:36:48+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-09-05T15:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=e9f88ce546acb57fe190740d0a74ae0ce6c8d671'/>
<id>urn:sha1:e9f88ce546acb57fe190740d0a74ae0ce6c8d671</id>
<content type='text'>
Except azalea-client since it's not ready yet
</content>
</entry>
<entry>
<title>get rid of Readable &amp; Writable (#21)</title>
<updated>2022-09-02T17:11:14+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2022-09-02T17:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=cfb190d00c70f1b09789e23f89a3c67840e0fd87'/>
<id>urn:sha1:cfb190d00c70f1b09789e23f89a3c67840e0fd87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better errors (#14)</title>
<updated>2022-08-06T07:22:19+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2022-08-06T07:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=5a9fca0ca9cdb46f4b866781f219756c89e2293a'/>
<id>urn:sha1:5a9fca0ca9cdb46f4b866781f219756c89e2293a</id>
<content type='text'>
* make reading use thiserror

* finish implementing all the error things

* clippy warnings related to ok_or

* fix some errors in other places

* thiserror in more places

* don't use closures in a couple places

* errors in writing packet

* rip backtraces

* change some BufReadError::Custom to UnexpectedEnumVariant

* Errors say what packet is bad

* error on leftover data and fix

it wasn't reading the properties for gameprofile</content>
</entry>
<entry>
<title>Split clientbound and serverbound packets</title>
<updated>2022-07-29T07:59:40+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-07-29T07:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=4ee4687053b7442f518823b08099c156f4da4e83'/>
<id>urn:sha1:4ee4687053b7442f518823b08099c156f4da4e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>read_into -&gt; read_from</title>
<updated>2022-06-25T07:33:28+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-06-25T07:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=cd9a05e5a62190b3d4a2a733bf637d6324aec5fd'/>
<id>urn:sha1:cd9a05e5a62190b3d4a2a733bf637d6324aec5fd</id>
<content type='text'>
yeah
</content>
</entry>
</feed>
