From f03476e6e0b330af5e3f865c616f1e936f63a92f Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Sun, 22 Mar 2026 19:33:31 +0100 Subject: [PATCH] docs(unimplemented): remove merged branches from open branches summary feature/return-guild and fix/clan-invites have been merged into develop. Remove them from the open branches table and clean up the stale branch reference in the ShutClient handler note. --- docs/unimplemented.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/unimplemented.md b/docs/unimplemented.md index d140f05d8..f215b3c50 100644 --- a/docs/unimplemented.md +++ b/docs/unimplemented.md @@ -44,7 +44,7 @@ Grouped by handler file / game subsystem. Handlers with an open branch are marke | Handler | Notes | |---------|-------| -| `handleMsgMhfShutClient` | Server-initiated client disconnect — partial draft in `fix/clan-invites` | +| `handleMsgMhfShutClient` | Server-initiated client disconnect | | `handleMsgSysHideClient` | Hide a client session from the session list | ### Data / Auth (`handlers_data.go`) @@ -192,8 +192,6 @@ that needs no reply). Others are genuine feature gaps. | `feature/enum-event` | 4 | `GetRestrictionEvent` | | `feature/conquest` | 4 | Conquest quest handlers | | `feature/tower` | 4 | Tower handlers | -| `feature/return-guild` | 1 | `UpdateGuild` | -| `fix/clan-invites` | 1 | `ShutClient` (unfinished draft) | ---