<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-chat/src/text_component.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-03-29T03:12:38+00:00</updated>
<entry>
<title>slightly cleanup azalea-chat and add ChatFormatting::from_name</title>
<updated>2026-03-29T03:12:38+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-03-29T03:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=29beda74efc7df4fa1cddbf66d170ba7fcd71851'/>
<id>urn:sha1:29beda74efc7df4fa1cddbf66d170ba7fcd71851</id>
<content type='text'>
</content>
</entry>
<entry>
<title>re-export azalea-chat from azalea, and rename azalea::chat to client_chat</title>
<updated>2026-03-29T02:07:52+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-03-29T02:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=7b7b12223205d5df21a31ae8e6fcd7ad69bd7cb4'/>
<id>urn:sha1:7b7b12223205d5df21a31ae8e6fcd7ad69bd7cb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't serialize 'extra' twice in FormattedText</title>
<updated>2025-12-27T22:26:22+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-12-27T22:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=e63b86ddad694073029e33bb54296f3c2b3375be'/>
<id>urn:sha1:e63b86ddad694073029e33bb54296f3c2b3375be</id>
<content type='text'>
</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>Remove unnecessary MoveEntityError and MovePlayerError types and other cleanup</title>
<updated>2025-10-30T18:50:37+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-10-30T18:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=7d0c7553fd5a0210285a51a65c10f898f641a0cc'/>
<id>urn:sha1:7d0c7553fd5a0210285a51a65c10f898f641a0cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix compile error with new serde version, and update deps</title>
<updated>2025-09-25T22:20:09+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-09-25T22:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=730297cf561d42fd9132eb201d1aec0d3d7c7e00'/>
<id>urn:sha1:730297cf561d42fd9132eb201d1aec0d3d7c7e00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix wrong chat styling sometimes when 'extra' field is used</title>
<updated>2025-08-12T05:39:05+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-08-12T05:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=12aeae07d2667cd188acf88190ed5c3f7983926a'/>
<id>urn:sha1:12aeae07d2667cd188acf88190ed5c3f7983926a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send correct data component checksums (#234)</title>
<updated>2025-08-10T23:55:23+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2025-08-10T23:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=7120842f9d2c659a2f12d8922299c2a761bc5582'/>
<id>urn:sha1:7120842f9d2c659a2f12d8922299c2a761bc5582</id>
<content type='text'>
* start implementing data component crc32 hashes

* start doing serde impls for checksums

* make more components hashable

* make all data components serializable

* support recursive components

* fix simdnbt dep

* update changelog

* clippy</content>
</entry>
<entry>
<title>add basic support for getting biome ids in chunks</title>
<updated>2025-06-01T20:45:26+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-06-01T20:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=d028d7c3e9c84d177b7b10fa0d8f77d11bcea20f'/>
<id>urn:sha1:d028d7c3e9c84d177b7b10fa0d8f77d11bcea20f</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>
</feed>
