Houmgaor
53b5bb3b96
refactor(channelserver): remove Channels fallbacks, use Registry as sole cross-channel API
...
main.go always sets both Channels and Registry together, making the
Channels fallback paths dead code. This removes:
- Server.Channels field from the Server struct
- 3 if/else fallback blocks in handlers_session.go (replaced with
Registry.FindChannelForStage, SearchSessions, SearchStages)
- 1 if/else fallback block in handlers_guild_ops.go (replaced with
Registry.NotifyMailToCharID)
- 3 method fallbacks in sys_channel_server.go (WorldcastMHF,
FindSessionByCharID, DisconnectUser now delegate directly)
Updates anti-patterns.md #6 to "accepted design" — Session struct is
appropriate for this game server's handler pattern, and cross-channel
coupling is now fully routed through the ChannelRegistry interface.
2026-02-22 16:16:44 +01:00
..
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 00:28:27 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 21:18:40 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:01:52 +01:00
2026-02-21 13:13:55 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:01:52 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:20:15 +01:00
2026-02-20 22:18:46 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:08:01 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 14:08:01 +01:00
2026-02-22 16:16:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-22 16:16:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:39:44 +01:00
2026-02-20 22:18:46 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 17:37:29 +01:00
2026-02-22 16:05:25 +01:00
2026-02-21 00:53:10 +01:00
2026-02-21 14:01:52 +01:00
2026-02-21 13:27:08 +01:00
2026-02-21 18:10:19 +01:00
2026-02-20 22:14:48 +01:00
2026-02-21 18:10:19 +01:00
2026-02-20 22:14:48 +01:00
2026-02-21 17:58:08 +01:00
2026-02-21 17:37:29 +01:00
2026-02-21 18:10:19 +01:00
2026-02-21 00:42:16 +01:00
2026-02-21 18:10:19 +01:00
2026-02-21 13:20:15 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:18:40 +01:00
2026-02-21 17:58:08 +01:00
2026-02-22 16:16:44 +01:00
2026-02-21 17:58:08 +01:00
2026-02-21 17:37:29 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 18:10:19 +01:00
2026-02-20 22:14:48 +01:00
2026-02-21 13:20:15 +01:00
2026-02-20 22:18:46 +01:00
2026-02-21 13:49:25 +01:00
2026-02-21 17:37:29 +01:00
2026-02-21 17:58:08 +01:00
2026-02-21 17:37:29 +01:00
2026-02-20 21:18:40 +01:00
2026-02-21 14:01:52 +01:00
2026-02-20 23:31:27 +01:00
2026-02-21 17:37:29 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 13:39:44 +01:00
2026-02-22 16:05:25 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:56:59 +01:00
2026-02-20 21:18:40 +01:00
2026-02-21 00:28:27 +01:00
2026-02-21 17:37:29 +01:00
2026-02-20 21:18:40 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 14:16:58 +01:00
2026-02-20 21:18:40 +01:00
2026-02-22 16:16:44 +01:00
2026-02-22 16:16:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-22 16:05:25 +01:00
2026-02-21 14:16:58 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:56:46 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:56:46 +01:00
2026-02-21 13:35:04 +01:00
2026-02-21 13:13:55 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 14:21:32 +01:00
2026-02-21 14:08:01 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 13:27:08 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:47:25 +01:00
2026-02-22 16:05:25 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 00:06:23 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 00:06:23 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:21:32 +01:00
2026-02-21 14:08:01 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 16:16:44 +01:00
2026-02-22 16:16:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-22 16:16:44 +01:00
2026-02-21 13:42:33 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 16:16:44 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 13:56:46 +01:00
2026-02-21 13:39:44 +01:00