<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-protocol/src/packets/login/clientbound_login_compression_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>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>rename variants in packet enums to be shorter</title>
<updated>2022-09-06T18:41:59+00:00</updated>
<author>
<name>Ubuntu</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-09-06T18:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=ab45bb7825b41c745f89a1dc6c1213742c7b8512'/>
<id>urn:sha1:ab45bb7825b41c745f89a1dc6c1213742c7b8512</id>
<content type='text'>
</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>Fix everything so azalea-buf works</title>
<updated>2022-06-24T00:17:04+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-06-24T00:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=37c6618c16319a7f40fd2e165190407472598e84'/>
<id>urn:sha1:37c6618c16319a7f40fd2e165190407472598e84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>impl Write instead of Vec&lt;u8&gt; for consistency</title>
<updated>2022-05-02T04:38:55+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-05-02T04:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=dedcd0de8f017a00645b31cfdc1819a4e8da0850'/>
<id>urn:sha1:dedcd0de8f017a00645b31cfdc1819a4e8da0850</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce usage of AsyncRead</title>
<updated>2022-05-02T02:54:03+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-05-02T02:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=567c6f4f2c39976d170111b816806453636f8241'/>
<id>urn:sha1:567c6f4f2c39976d170111b816806453636f8241</id>
<content type='text'>
We already receive everything from the server when it tells us the length, so we can actually just treat the stream as a Read instead of an AsyncRead.
</content>
</entry>
</feed>
