<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/src-tauri/src/core/auth.rs, branch dev</title>
<subtitle>This is a new Minecraft launcher that is currently in development. It is designed to be a modern, fast and efficient launcher. It is written in Rust. Aims to be a Reproducible Minecraft Workspace Manager.</subtitle>
<id>https://git.hydroroll.team/DropOut/atom?h=dev</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=dev'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-01-18T04:16:55Z</updated>
<entry>
<title>fix(auth): add token expiry check in start_game</title>
<updated>2026-01-18T04:16:55Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-18T04:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=1021c921c5690ceb800c03140de0723f3338e121'/>
<id>urn:sha1:1021c921c5690ceb800c03140de0723f3338e121</id>
<content type='text'>
Check if the Microsoft account token is expired before attempting to
launch the game. If expired, attempt to refresh using the refresh_token.
If refresh fails, return an error instructing the user to login again.

Also removed #[allow(dead_code)] from is_token_expired since it's
now actively used.
</content>
</entry>
<entry>
<title>fix(auth): prevent infinite recursion in get_client()</title>
<updated>2026-01-18T04:13:49Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-18T04:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=723738e5308b0195ad715e0fa49f19db754753c6'/>
<id>urn:sha1:723738e5308b0195ad715e0fa49f19db754753c6</id>
<content type='text'>
The fallback in the reqwest client builder was calling get_client()
recursively, which would cause a stack overflow if Client::builder()
failed. Now uses reqwest::Client::new() as the fallback.

Also fixed User-Agent to be platform-agnostic.

Reviewed-by: Claude Opus 4.5
</content>
</entry>
<entry>
<title>feat: integrate AI assistant functionality and configuration management</title>
<updated>2026-01-16T06:18:22Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=73ddf24b04bf94ee7fa76974e1af55eb94112b93'/>
<id>urn:sha1:73ddf24b04bf94ee7fa76974e1af55eb94112b93</id>
<content type='text'>
Implemented new commands for managing the AI assistant, including health checks, chat interactions, and model listings for both Ollama and OpenAI. Enhanced the configuration system to support raw JSON editing and added a dedicated AssistantConfig structure for better management of assistant settings. This update significantly improves the user experience by providing comprehensive control over AI interactions and configurations.
</content>
</entry>
<entry>
<title>refactor: simplify default implementations for AccountStore and MsRefreshTokenState</title>
<updated>2026-01-14T06:55:27Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T06:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=d915fc26829e7ed68413a3c7556befcd0163a181'/>
<id>urn:sha1:d915fc26829e7ed68413a3c7556befcd0163a181</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: improve code readability by formatting and restructuring function calls</title>
<updated>2026-01-14T06:54:57Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T06:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=986e76df89028e37ea3f872f12508763b5723e32'/>
<id>urn:sha1:986e76df89028e37ea3f872f12508763b5723e32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: implement Microsoft account token refresh and storage management; add Java detection functionality</title>
<updated>2026-01-13T12:19:34Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-13T12:19:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=48d9d886c078a04ead31a9d10744a085307444fa'/>
<id>urn:sha1:48d9d886c078a04ead31a9d10744a085307444fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: enhance Microsoft login flow with status updates and polling management</title>
<updated>2026-01-13T11:48:27Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-13T11:48:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=4f2abfdaa35d43a8d3ec868a1b27f6f8d0ebf547'/>
<id>urn:sha1:4f2abfdaa35d43a8d3ec868a1b27f6f8d0ebf547</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: clean up comments and improve code formatting in authentication and login UI</title>
<updated>2026-01-13T11:20:24Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-13T11:20:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=203c24d2da82841cae0b5c29708d07ebce1efb85'/>
<id>urn:sha1:203c24d2da82841cae0b5c29708d07ebce1efb85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: update Microsoft account client ID and enhance login UX with clipboard and auto-open functionality</title>
<updated>2026-01-13T11:12:23Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-13T11:12:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=c4bd0ad4104123046c7637b75b0a5fd64941a296'/>
<id>urn:sha1:c4bd0ad4104123046c7637b75b0a5fd64941a296</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: update Microsoft account client ID for authentication</title>
<updated>2026-01-13T11:05:13Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-13T11:05:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=965fa8f50a3e37ecab9688b128cc7e65bbd01057'/>
<id>urn:sha1:965fa8f50a3e37ecab9688b128cc7e65bbd01057</id>
<content type='text'>
</content>
</entry>
</feed>
