<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-protocol/examples/handshake_proxy.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-20T06:21:58+00:00</updated>
<entry>
<title>optimize pathfinder swarms and write perf guide</title>
<updated>2026-03-20T06:21:58+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-03-19T02:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=25cd1c0b60604655b70d70f8ec33a54853905eea'/>
<id>urn:sha1:25cd1c0b60604655b70d70f8ec33a54853905eea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>formatting: merge imports</title>
<updated>2025-05-31T03:44:48+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-05-31T03:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=e37524899eef8a0034faee35cef4bbf1ba779a7d'/>
<id>urn:sha1:e37524899eef8a0034faee35cef4bbf1ba779a7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to rust edition 2024</title>
<updated>2025-02-22T23:01:54+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-02-22T23:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=34f53baf85fb5c7163ec5d71a8ab9d45d3f271b6'/>
<id>urn:sha1:34f53baf85fb5c7163ec5d71a8ab9d45d3f271b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a bit more logging to handshake_proxy</title>
<updated>2024-12-23T07:31:51+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2024-12-23T07:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=fa132b61fcd23974a1a34bc05fc4c309d304b3d1'/>
<id>urn:sha1:fa132b61fcd23974a1a34bc05fc4c309d304b3d1</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>replace once_cell with std:;sync::LazyLock</title>
<updated>2024-11-27T10:26:40+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2024-11-27T10:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=0817382098128adcecb77756a3c7cd1bd0066057'/>
<id>urn:sha1:0817382098128adcecb77756a3c7cd1bd0066057</id>
<content type='text'>
</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>Use ClientIntention over ConnectionProtocol for ClientIntentionPacket (#143)</title>
<updated>2024-04-27T06:03:20+00:00</updated>
<author>
<name>Luis</name>
<email>luis@lu15.dev</email>
</author>
<published>2024-04-27T06:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=6553d9510ddc52469dd7557aa9675982cb5187ab'/>
<id>urn:sha1:6553d9510ddc52469dd7557aa9675982cb5187ab</id>
<content type='text'>
* fix!: use ClientIntention over ConnectionProtocol for ClientIntentionPacket

* chore: remove McBufRead/Writable from ConnectionProtocol

* chore: use From over Into for ClientIntention to ConnectionProtocol conversion

* chore: organise imports in existing style</content>
</entry>
<entry>
<title>fix for hypixel limbo</title>
<updated>2024-02-23T04:41:54+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2024-02-23T04:41:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=038807e607c55757b3d9a9d51f0b9e65a781772b'/>
<id>urn:sha1:038807e607c55757b3d9a9d51f0b9e65a781772b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix typos in code with crate-ci/typos</title>
<updated>2023-12-10T00:36:16+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-12-10T00:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=10ee7e147dc56e12e61ac3bd962abe85ddf25934'/>
<id>urn:sha1:10ee7e147dc56e12e61ac3bd962abe85ddf25934</id>
<content type='text'>
</content>
</entry>
</feed>
