Remove the online API, terms gate, and Microsoft account tools - #19
Merged
Conversation
Deletes the entire "Social Options" settings tree and the features behind it: friends, chats/channels and invites, status updates, the news/notes screen, account management (username history, data export, deletion), PluralKit support and client badges. Also removes the entry points that reached those screens outside the settings menu: the title screen and pause menu Friends/Chats buttons, the Friends tab on the multiplayer screen, the chat sidebar keybind, the gallery's "shared by your friends" tab, and the e4mc/Hypixel presence feeds that only existed to publish status updates. The API client itself stays: screenshot sharing, the image gallery and the Hypixel modules still need it. It is trimmed to plain authenticated HTTP - no websocket, handlers or status thread - and the terms gate that used to live in Social Options moves to a standalone api.json, still answered through the privacy notice screen. Only acceptance is persisted now, so declining no longer locks those features off with no settings entry left to change the decision through. V10Migration carries an existing acceptance over and drops the stale category; V6Migration (PluralKit token) is removed along with the badge half of V8Migration. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011WNEt6sbzGydQzo6TB7AA5
Drop the backend client and privacy notice so the mod no longer makes AxolotlClient, Mojang, or Microsoft HTTP requests. Account switching and skin management come out of the config, screenshot upload/download is local-only, and Level Head stays in the menu but is forced off. Co-authored-by: Dominic Seung <dominic@seung.dev>
dsnsgithub
force-pushed
the
claude/remove-social-options-badges-acji95
branch
from
August 27, 2026 05:01
bd19990 to
a346d9d
Compare
dsnsgithub
force-pushed
the
cursor/remove-api-auth-e942
branch
from
August 27, 2026 05:01
4f8c8ad to
11c9dfc
Compare
dsnsgithub
changed the base branch from
claude/remove-social-options-badges-acji95
to
main
August 27, 2026 05:13
Resolve the language-file conflicts by dropping French, Portuguese, and Spanish, matching main. Keep this branch's API-free config catalog. Co-authored-by: Dominic Seung <dominic@seung.dev>
dsnsgithub
marked this pull request as ready for review
August 27, 2026 05:29
General only has Screenshots as a child after Authentication was removed, so the catalog had nested it under General. Promote Settings children even when there is just one so Screenshots is a sibling tile. Co-authored-by: Dominic Seung <dominic@seung.dev>
Bring in the title screen options-button ellipsis fix from #24. Co-authored-by: Dominic Seung <dominic@seung.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the remaining online client: the AxolotlClient backend, the terms/privacy gate, Microsoft/Mojang account switching, and skin management.
What changed
api.jsonconsent flow are gone. The client no longer talks toapi.axolotlclient.com, Mojang session servers, or Microsoft login.Merge
This branch is up to date with
main, including#24(title screen options-button ellipsis). Extra language files (fr_fr.json,pt_pt.json,es_es.hypixel.json) were dropped so English is the only remaining locale, matching#23.Testing
main(BUILD SUCCESSFUL)