Commit Graph

11 Commits

Author SHA1 Message Date
Houmgaor
47f7a1f636 fix(channelserver): handle bare Exec errors and filter expected ErrNoRows
138 bare db.Exec calls across 22 handler files silently dropped write
errors. Each is now wrapped with error check and zap logging.

4 QueryRow sites that legitimately return sql.ErrNoRows during normal
operation (new player mezfes, festa rankings, empty guild item box)
now filter it out to reduce log noise.
2026-02-17 23:33:44 +01:00
Houmgaor
46bbb6adf9 fix: resolve all remaining lint errors (errcheck) across 49 files
Fix unchecked error returns on bf.Seek(), db.Exec(), QueryRow().Scan(),
pkt.Build(), logger.Sync(), and binary.Write() calls. The linter now
passes with 0 errors, build compiles, and all tests pass with -race.
2026-02-17 18:07:38 +01:00
wish
6c3be9c32e decode and support screenshot sharing 2022-11-07 00:31:42 +11:00
wish
9259476316 implement persistent house data 2022-09-04 15:53:24 +10:00
wish
1b129ac630 actually prevent leak 2022-08-11 16:03:15 +10:00
wish
33c3865da6 remove unused import 2022-08-11 15:00:15 +10:00
wish
e89c6f50ae clean up user binary querying 2022-08-11 14:58:58 +10:00
wish
ea63e3247c fix user binary query 2022-08-05 17:03:30 +10:00
wish
8a8981bcbf remove unused import 2022-08-02 04:39:43 +10:00
wish
ab51588e9e objects v3 2022-08-02 04:37:19 +10:00
wish
2c0e7a5267 repository cleanup 2022-07-29 03:25:23 +10:00