Houmgaor
f138cb5f77
fix: replace panic calls with proper error handling
Remove 51 panic() calls from handler code and replace with:
- Proper error logging using zap
- Appropriate client error responses (doAckBufFail, doAckSimpleFail)
- Graceful error recovery instead of server crashes
Files updated:
- handlers_guild_scout.go (9 panics)
- handlers_guild_tresure.go (10 panics)
- handlers_guild.go (7 panics + dead code removal)
- handlers_mail.go (5 panics)
- handlers.go (9 panics)
- handlers_tower.go (2 panics)
- handlers_clients.go (3 panics)
- handlers_guild_alliance.go (1 panic)
- handlers_quest.go (1 panic)
- handlers_rengoku.go (1 panic)
- handlers_stage.go (1 panic)
- handlers_data.go (1 panic)
- handlers_cafe.go (1 panic)
- signserver/sign_server.go (1 panic)
Remaining panics (3) are in test files and compression library
where panicking on programming errors is appropriate.
2026-02-02 17:14:34 +01:00
..
2026-02-02 11:02:52 +01:00
2026-02-02 11:02:52 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 15:15:47 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 15:15:47 +01:00
2026-02-02 15:15:47 +01:00
2026-02-02 11:25:08 +01:00
2026-02-02 16:27:54 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 11:25:08 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 17:14:34 +01:00
2026-01-30 01:01:21 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 16:29:42 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 15:15:47 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 11:25:08 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 15:15:47 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 15:15:47 +01:00
2026-01-30 00:19:27 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 11:42:47 +01:00
2026-02-02 11:25:08 +01:00
2026-02-02 17:14:34 +01:00
2026-02-02 16:02:01 +01:00
2026-02-02 15:15:47 +01:00
2026-02-02 11:25:08 +01:00
2026-01-30 00:19:27 +01:00
2026-02-02 16:07:36 +01:00
2026-02-02 16:07:36 +01:00
2026-02-02 16:48:57 +01:00
2026-02-01 23:28:19 +01:00