Discord-MC-Chat/core
copilot-swe-agent[bot] 0f5bda94ca Add LinkedAccountManager for Discord-to-Minecraft account linking
Introduces a new server-side component that manages persistent storage of
Discord-to-Minecraft account links in linked_accounts.json. Supports 1:N
Discord-to-Minecraft linking with N:1 uniqueness enforcement. Uses a
reverse index (UUID->Discord ID) for O(1) lookups and ConcurrentHashMap
with synchronized methods for thread safety.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-11 21:36:11 +08:00
..
src/main Add LinkedAccountManager for Discord-to-Minecraft account linking 2026-03-11 21:36:11 +08:00
build.gradle 移除对Jansi库的依赖(relocate不兼容) 2026-01-20 22:47:21 +08:00