<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-core/src/difficulty.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>2026-01-13T16:51:45+00:00</updated>
<entry>
<title>Merge AzaleaRead and AzaleaWrite (#305)</title>
<updated>2026-01-13T16:51:45+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2026-01-13T16:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=b21ac946cafaacc9ee2478ea48ed9e72554f79ed'/>
<id>urn:sha1:b21ac946cafaacc9ee2478ea48ed9e72554f79ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sort derives with cargo sort-derives</title>
<updated>2025-12-15T01:44:40+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-12-15T01:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=dcbd690f21665e22ea250024a1aa85dec34e6c9e'/>
<id>urn:sha1:dcbd690f21665e22ea250024a1aa85dec34e6c9e</id>
<content type='text'>
might add to ci later, unsure how to do it without adding significant friction for contributors though
</content>
</entry>
<entry>
<title>enable str_to_string clippy lint</title>
<updated>2025-12-12T09:51:42+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-12-12T09:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=ca70e5e321a3c174c53d0650feed84db471ac30d'/>
<id>urn:sha1:ca70e5e321a3c174c53d0650feed84db471ac30d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix clippy issues and improve formatting everywhere</title>
<updated>2025-05-31T03:36:59+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-05-31T03:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=ae4b1e85e669bc882d158509ef1eda46c6b2a72e'/>
<id>urn:sha1:ae4b1e85e669bc882d158509ef1eda46c6b2a72e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove executable bit from files</title>
<updated>2025-04-04T15:56:06+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-04-04T15:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=5272db8bb4653b0e77234ed9c4064dd647406dbb'/>
<id>urn:sha1:5272db8bb4653b0e77234ed9c4064dd647406dbb</id>
<content type='text'>
</content>
</entry>
<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>Make things public (#71)</title>
<updated>2023-02-21T18:13:06+00:00</updated>
<author>
<name>EightFactorial</name>
<email>murphkev000@gmail.com</email>
</author>
<published>2023-02-21T18:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=d88ca2d86530e48f60fc1ff275de15a96e2a1779'/>
<id>urn:sha1:d88ca2d86530e48f60fc1ff275de15a96e2a1779</id>
<content type='text'>
* Make struct data pub

* Add derives

* Rename packet fields

* Make Palette structs pub</content>
</entry>
<entry>
<title>use variables directly in format strings</title>
<updated>2022-10-28T02:22:47+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-10-28T02:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=9de6c03dfbaa08890b1ec8322a97b7097d4a9d37'/>
<id>urn:sha1:9de6c03dfbaa08890b1ec8322a97b7097d4a9d37</id>
<content type='text'>
thanks clippy we love you
</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>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>
</feed>
