<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-client/src/plugins/packet/login, 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-02T04:28:53+00:00</updated>
<entry>
<title>Extensible Account (#301)</title>
<updated>2026-01-02T04:28:53+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2026-01-02T04:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=1ca1f1d9e27aeea3adaf359570f2e211e0a9af74'/>
<id>urn:sha1:1ca1f1d9e27aeea3adaf359570f2e211e0a9af74</id>
<content type='text'>
* refactor Account

* clean up implementation and docs

* add AccountTrait::join

* update changelog

* update example</content>
</entry>
<entry>
<title>implement cookie packets to fix betteranticheat support</title>
<updated>2025-12-16T10:41:25+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-12-16T10:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=188428950722ccaa9b163c12fca92133f18316ba'/>
<id>urn:sha1:188428950722ccaa9b163c12fca92133f18316ba</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>upgrade bevy to 0.17.0-rc.2</title>
<updated>2025-09-28T18:55:04+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-09-28T18:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=2c8b7c5c2c9297273abfba8f7743f1bc25f166b1'/>
<id>urn:sha1:2c8b7c5c2c9297273abfba8f7743f1bc25f166b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't re-export azalea::bot::*, and some doc improvements</title>
<updated>2025-09-26T15:56:32+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-09-26T15:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=0ec25dc45ec912bd9ef07ed9107f968de55f4a18'/>
<id>urn:sha1:0ec25dc45ec912bd9ef07ed9107f968de55f4a18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix issues related to pathfinder mining</title>
<updated>2025-06-02T07:44:08+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-06-02T07:44:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=0569862a1b1f46f1854f4eafd1569359397f2515'/>
<id>urn:sha1:0569862a1b1f46f1854f4eafd1569359397f2515</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to bevy 0.16</title>
<updated>2025-04-25T02:10:03+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-04-25T02:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=b3af8d73faa2663e25e5688897720e57842f99ae'/>
<id>urn:sha1:b3af8d73faa2663e25e5688897720e57842f99ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move login state to the ECS (#213)</title>
<updated>2025-04-17T21:16:51+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2025-04-17T21:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=3f60bdadac1a02e1109148bbbe5a8a3545f13849'/>
<id>urn:sha1:3f60bdadac1a02e1109148bbbe5a8a3545f13849</id>
<content type='text'>
* use packet handlers code for login custom_query

* initial broken implementation for ecs-only login

* fixes

* run Update schedule 60 times per second and delete code related to run_schedule_sender

* fix tests

* fix online-mode

* reply to query packets in a separate system and make it easier for plugins to disable individual replies

* remove unused imports</content>
</entry>
</feed>
