mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
- MED-1: Document soundboard channelID=0 server-wide permission intent - MED-2: Document os.Exit(0) in update handler skipping deferred cleanup - MED-3: Replace os.ReadFile/WriteFile with streaming io.Copy in backup restore to avoid loading entire DB into memory - MED-4: Add GetAllVoiceStates bulk query, eliminating N+1 per-channel queries in collectAllVoiceStates - MED-5: Wrap handlePatchSettings updates in a transaction for atomicity - MED-6: Add rows.Err() check after scan loop in getReactionsBatch - MED-9: Replace manual port-stripping in serverHost with net.SplitHostPort for correct IPv6 handling