feat(batch45): implement events server methods — stats, remote tracking, connection events

Port 80 features from server/events.go including the full events infrastructure:
internal send/receive loops, system subscription machinery, statsz heartbeats,
remote server tracking, connection event advisories, user-info handler, OCSP peer
reject events, remote latency merge, kick/ldm client, and helper functions.

Add ClearConnectionHeartbeatTimer/SetConnectionHeartbeatTimer to Account,
add MsgHandler/SysMsgHandler delegates and supporting types (ServerApiResponse,
EventFilterOptions, StatszEventOptions, UserInfo, KickClientReq, LdmClientReq,
AccNumSubsReq) to EventTypes.cs, and add Seq field to ServerInfo for heartbeat
sequence tracking.
This commit is contained in:
Joseph Doherty
2026-03-01 09:41:20 -05:00
parent ecd18cf1a9
commit 65c8e932e2
7 changed files with 2520 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
# NATS .NET Porting Status Report
Generated: 2026-03-01 12:56:43 UTC
Generated: 2026-03-01 14:41:00 UTC
## Modules (12 total)
@@ -13,10 +13,10 @@ Generated: 2026-03-01 12:56:43 UTC
| Status | Count |
|--------|-------|
| complete | 22 |
| deferred | 363 |
| deferred | 284 |
| n_a | 24 |
| stub | 1 |
| verified | 3263 |
| verified | 3342 |
## Unit Tests (3257 total)
@@ -35,4 +35,4 @@ Generated: 2026-03-01 12:56:43 UTC
## Overall Progress
**5694/6942 items complete (82.0%)**
**5773/6942 items complete (83.2%)**