mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 08:43:43 +00:00
The room server's onAnonDataRecv handles login inline (the room login protocol carries a sync_since cursor the repeater's doesn't), so the cloned repeater helpers handleLoginReq + handleAnonRegionsReq / handleAnonOwnerReq / handleAnonClockReq — and the anon_limiter they used — were dead after the port. Remove them (~160 lines). No behavior change. The inherited neighbor-tracking / node-discovery machinery is also unused on a room server; left in place for now (can be trimmed in a follow-up).