<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-auth/src/auth.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-05-10T14:48:07+00:00</updated>
<entry>
<title>support yggdrasil authentication</title>
<updated>2026-05-10T14:48:07+00:00</updated>
<author>
<name>Lizzy Fleckenstein</name>
<email>lizzy@vlhl.dev</email>
</author>
<published>2026-05-10T14:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=871ef4abac1023d33714d2fda9c54cc63e20a3a5'/>
<id>urn:sha1:871ef4abac1023d33714d2fda9c54cc63e20a3a5</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>cleanup</title>
<updated>2025-11-12T00:56:14+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-11-12T00:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=a4312599f7c04709a92b7be238dcf577bafbb14f'/>
<id>urn:sha1:a4312599f7c04709a92b7be238dcf577bafbb14f</id>
<content type='text'>
- remove deprecated code
- add `[lints] workspace=true` to every Cargo.toml, to make modifying clippy lints easier for later
- remove some unnecessary #[allow]s
- use Vec3i in some parts of the collision code
</content>
</entry>
<entry>
<title>tweak interactive auth message</title>
<updated>2025-10-14T00:44:51+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-10-14T00:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=5bc618615ec7798cf9f6779cbee8cab3bf69a898'/>
<id>urn:sha1:5bc618615ec7798cf9f6779cbee8cab3bf69a898</id>
<content type='text'>
</content>
</entry>
<entry>
<title>upgrade deps and clean up lots of doc comments</title>
<updated>2025-10-12T20:01:54+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-10-12T20:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=ee2575794e91b9457a74a95daf1dcc707058cd58'/>
<id>urn:sha1:ee2575794e91b9457a74a95daf1dcc707058cd58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update azalea-auth docs and variable names to make it clear that the cache key doesn't need to be an email</title>
<updated>2025-09-26T15:28:42+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-09-26T15:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=c811dc471a31175d985e2d448a772c628dcad5f6'/>
<id>urn:sha1:c811dc471a31175d985e2d448a772c628dcad5f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improved whisper regex and autofill microsoft code on login</title>
<updated>2025-08-12T08:23:36+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-08-12T08:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=163e24b18861a05523237e41d603d17348fbb389'/>
<id>urn:sha1:163e24b18861a05523237e41d603d17348fbb389</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>
</feed>
