jevb
13797e7075
fix: resolve 6 medium issues from full go-review
- 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
2026-03-19 04:04:53 +01:00
..
2026-03-17 04:11:04 +01:00
2026-03-19 03:53:40 +01:00
2026-03-18 05:03:38 +01:00
2026-03-18 05:03:38 +01:00
2026-03-17 14:54:50 +01:00
2026-03-18 14:13:52 +01:00
2026-03-18 04:30:38 +01:00
2026-03-18 03:47:30 +01:00
2026-03-17 11:05:52 +01:00
2026-03-18 03:44:38 +01:00
2026-03-18 03:44:38 +01:00
2026-03-17 08:09:52 +01:00
2026-03-15 07:07:59 +01:00
2026-03-18 23:02:06 +01:00
2026-03-18 23:02:06 +01:00
2026-03-18 23:02:06 +01:00
2026-03-17 11:05:52 +01:00
2026-03-19 04:04:53 +01:00
2026-03-15 11:42:25 +01:00
2026-03-18 23:02:06 +01:00
2026-03-15 11:42:25 +01:00
2026-03-18 05:03:38 +01:00
2026-03-17 04:11:04 +01:00
2026-03-17 04:11:04 +01:00
2026-03-17 08:09:52 +01:00
2026-03-19 04:04:53 +01:00
2026-03-18 03:41:48 +01:00
2026-03-18 23:02:06 +01:00
2026-03-17 14:01:26 +00:00