mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 20:18:14 +00:00
23d43741ce
Switch the Ko-Fi support links to https://support.koalastuff.net across the README badge, the extension footer (popup.html/template.html, label "Support KoalaSync") and remove the now-unused KOFI_URL constant. Stop generating/sending the anonymous uninstall token: initUninstallURL() now registers the feedback URL without the `t` parameter or storage write. CHANGELOG updated to match. Also guard the client CMD_ACK path: only ACK a command sender that is still a known peer in the room, so we don't emit ACKs to peers that already left (which the server now drops as absent-peer ACKs anyway). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Technical Documentation
This directory contains deep-dives into the KoalaSync protocol and architecture.
- HOW_IT_WORKS.md: Step-by-step walkthrough of every user flow, from room creation to synchronized playback. Ideal for store reviewers and manual testers.
- ARCHITECTURE.md: Communication flows, Dual Heartbeat, and Sync logic.
- SYNC_GUIDE.md: Protocol constants and sync requirements.
- TRANSLATION.md: Translation and localization guide for the extension and website.