Houmgaor
d32e77efba
refactor: replace panic calls with structured error handling
Replace ~25 panic() calls in non-fatal code paths with proper
s.logger.Error + return patterns. Panics in handler code crashed
goroutines (caught by defer/recover but still disruptive) instead
of failing gracefully.
Key changes:
- SJISToUTF8 now returns (string, error); all 30+ callers updated
- Handler DB/IO panics replaced with log + return/ack fail
- Unhandled switch-case panics replaced with logger.Error
- Sign server Accept() panic replaced with log + continue
- Dead unreachable panic in guild_model.go removed
- deltacomp patch error logs and returns partial data
Panics intentionally kept: ByteFrame sentinel, unimplemented
packet stubs, os.Exit in main.go.
2026-02-20 19:11:41 +01:00
..
2026-02-20 19:11:41 +01:00
2026-02-20 14:36:37 +01:00
2026-02-19 18:13:34 +01:00
2026-02-19 18:13:34 +01:00
2026-02-19 18:13:34 +01:00
2026-02-18 21:39:13 +01:00
2026-02-20 19:11:41 +01:00
2026-02-16 22:19:44 +01:00
2026-02-19 00:23:04 +01:00
2026-02-16 22:19:44 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 19:11:41 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 17:07:42 +01:00
2026-02-16 22:19:44 +01:00
2026-02-18 21:39:13 +01:00
2026-02-17 17:59:00 +01:00
2026-02-18 18:24:36 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 17:07:42 +01:00
2026-02-18 15:59:36 +01:00
2026-02-17 23:33:44 +01:00
2026-02-20 17:07:42 +01:00
2026-02-16 22:19:44 +01:00
2026-02-18 21:48:08 +01:00
2026-02-18 21:48:08 +01:00
2026-02-18 21:48:08 +01:00
2026-02-20 17:07:42 +01:00
2026-02-16 22:19:44 +01:00
2026-02-17 17:59:00 +01:00
2026-02-18 00:47:14 +01:00
2026-02-18 21:48:08 +01:00
2026-02-18 15:59:36 +01:00
2026-02-20 19:11:41 +01:00
2026-02-16 22:19:44 +01:00
2026-02-17 17:59:00 +01:00
2026-02-20 17:07:42 +01:00
2026-02-16 22:19:44 +01:00
2026-02-17 23:57:14 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 17:07:42 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 19:11:41 +01:00
2026-02-18 21:39:13 +01:00
2026-02-19 00:23:04 +01:00
2026-02-18 21:39:13 +01:00
2026-02-20 19:11:41 +01:00
2026-02-18 21:39:13 +01:00
2026-02-18 21:39:13 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 19:11:41 +01:00
2026-02-16 22:19:44 +01:00
2026-02-18 21:39:13 +01:00
2026-02-18 21:39:13 +01:00
2026-02-20 19:11:41 +01:00
2026-02-20 19:11:41 +01:00
2026-02-20 17:07:42 +01:00
2026-02-18 21:39:13 +01:00
2026-02-20 19:11:41 +01:00
2026-02-20 19:11:41 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 17:07:42 +01:00
2026-02-16 22:19:44 +01:00
2026-02-19 00:23:04 +01:00
2026-02-18 21:48:08 +01:00
2026-02-20 19:11:41 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 17:07:42 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 18:42:08 +01:00
2026-02-17 17:54:51 +01:00
2026-02-20 19:11:41 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 18:58:32 +01:00
2026-02-19 00:23:04 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 19:11:41 +01:00
2026-02-16 22:19:44 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 17:07:42 +01:00
2026-02-18 21:39:13 +01:00
2026-02-18 21:39:13 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 19:11:41 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 17:07:42 +01:00
2026-02-16 22:19:44 +01:00
2026-02-18 23:02:44 +01:00
2026-02-20 18:58:32 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 18:58:32 +01:00
2026-02-18 21:48:08 +01:00
2026-02-18 21:48:08 +01:00
2026-02-18 21:48:08 +01:00
2026-02-20 17:07:42 +01:00
2026-02-19 00:05:20 +01:00
2026-02-19 00:05:20 +01:00
2026-02-16 22:19:44 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 19:11:41 +01:00
2026-02-18 21:39:13 +01:00
2026-02-17 18:07:38 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 18:58:32 +01:00
2026-02-16 22:19:44 +01:00
2026-02-16 22:19:44 +01:00
2026-02-16 22:19:44 +01:00
2026-02-17 17:59:00 +01:00
2026-02-20 18:58:32 +01:00
2026-02-16 22:19:44 +01:00
2026-02-17 18:07:38 +01:00
2026-02-18 21:39:13 +01:00
2026-02-20 18:58:32 +01:00
2026-02-17 23:57:14 +01:00