<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-client/src/raw_connection.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>2025-04-17T21:16:51+00:00</updated>
<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>
<entry>
<title>make run_schedule a bounded channel</title>
<updated>2025-02-23T17:10:47+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-02-23T17:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=2be4f0f2b66eb7181badec0134c3c3565e3cbd7f'/>
<id>urn:sha1:2be4f0f2b66eb7181badec0134c3c3565e3cbd7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try to receive packets all at once before sending run_schedule_sender</title>
<updated>2025-02-23T09:05:20+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-02-23T09:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=21acf4c84687eb40cb52746bdf40c2bbe9ab325a'/>
<id>urn:sha1:21acf4c84687eb40cb52746bdf40c2bbe9ab325a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix doc errors</title>
<updated>2025-02-01T21:35:11+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-02-01T21:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=8d71577da8a66c8270ba2f09fabd73eef2228cea'/>
<id>urn:sha1:8d71577da8a66c8270ba2f09fabd73eef2228cea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add failing test_set_health_before_login test</title>
<updated>2025-02-01T20:35:57+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-02-01T20:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=87c34e1c3355e2b950f3c6f4ae44dcdfb775bbca'/>
<id>urn:sha1:87c34e1c3355e2b950f3c6f4ae44dcdfb775bbca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove dependency on bytes crate for azalea-protocol and fix memory leak</title>
<updated>2024-12-25T06:16:10+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2024-12-25T06:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=04eaa5c3d01a8f3a599a3a1abf7205eed80df4a2'/>
<id>urn:sha1:04eaa5c3d01a8f3a599a3a1abf7205eed80df4a2</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>Update and merge the dependencies (#187)</title>
<updated>2024-11-23T08:29:30+00:00</updated>
<author>
<name>Shayne Hartford</name>
<email>shaybox@shaybox.com</email>
</author>
<published>2024-11-23T08:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=dfdc3144b61b6750ad62fb493b7c00c6c820c90b'/>
<id>urn:sha1:dfdc3144b61b6750ad62fb493b7c00c6c820c90b</id>
<content type='text'>
* Add rust rover to .gitignore

* Fold dependency feature lists

* Sort dependencies alphabetically

* Update dependencies

* Upgrade dependencies

* Comment out unused dependencies

* Nightly is broken right now :)

* Fix conflict with derive_more

* cargo autoinherit to merge dependencies

* Fix clippy lints</content>
</entry>
<entry>
<title>remove unnecessary map_err</title>
<updated>2024-01-20T23:35:54+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2024-01-20T23:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=7feee2954d14ecd42e1b0a5143d4540ef79a941d'/>
<id>urn:sha1:7feee2954d14ecd42e1b0a5143d4540ef79a941d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes unwrap on write_raw_packet(...) (#128)</title>
<updated>2024-01-20T23:34:54+00:00</updated>
<author>
<name>1zuna</name>
<email>marco@ccbluex.net</email>
</author>
<published>2024-01-20T23:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=73be589e7ffa826a32e7b88dad17b6b73d7aba3c'/>
<id>urn:sha1:73be589e7ffa826a32e7b88dad17b6b73d7aba3c</id>
<content type='text'>
</content>
</entry>
</feed>
