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.
This commit is contained in:
Houmgaor
2026-03-22 19:33:31 +01:00
parent 56a0173b40
commit f03476e6e0

View File

@@ -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) |
---