Commit Graph
23 Commits
Author SHA1 Message Date
devbox 4df62514fc Temp: log account data count used
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 19:23:17 +10:00
devbox b62903c3d9 fix: Timestamp namespace in WorldSession
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 19:11:30 +10:00
devbox 610ca7f346 Temp: make ACCOUNT_DATA_TIMES count configurable via TC_ACCTDATA_COUNT env
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 19:08:49 +10:00
devbox 3164ee88b7 Temp: env-var toggles to bisect post-auth crash packet
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 18:47:43 +10:00
devbox 9ff75515f6 Add case 0x45 to server opcode table index (shifted 0x42->0x45 group)
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 18:26:48 +10:00
devbox 6cc065dbd6 Probe: shift post-auth SMSG groups 0x42->0x45, 0x46->0x49 (+3)
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 18:07:42 +10:00
devbox 4fbff47d62 Temp: log all inbound opcodes (including unrecognized)
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 17:58:15 +10:00
devbox 11032daf13 Probe: SMSG_ENTER_ENCRYPTED_MODE 0x490004 -> 0x4C0004 (suffix-preserved 0x49->0x4C shift)
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 16:52:18 +10:00
devbox 0ea79f1613 Temp: log all WORLD OUT packets (opcode + bytes)
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 16:43:04 +10:00
devbox 3241f37330 Probe: SMSG_AUTH_RESPONSE 0x420001 -> 0x4C0001 (from client opcode table)
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 16:24:53 +10:00
devbox 905ea042ac Temp: bypass digest check to observe post-auth handshake
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 15:14:57 +10:00
devbox 45aad3beb6 Temp: also write k to /tmp/bnet_k.log so it survives console capture
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 14:55:02 +10:00
devbox aa308b808f Temp: printf k directly to stdout (both paths) so it always shows
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 14:46:04 +10:00
devbox 53c5e65dd4 Temp: log k at ERROR level so it always shows
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 14:40:32 +10:00
devbox d2b45de027 Temp: log exact session key + digest context (AUTHDBG) in worldserver and bnetserver
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 14:16:14 +10:00
devbox 8e96079cdb Probe: shift CMSG auth group 0x41->0x44 (suffix preserved); CMSG_AUTH_SESSION=0x440001 confirmed by client
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 13:28:25 +10:00
devbox cc1a30d358 Probe: SMSG_AUTH_CHALLENGE 0x490000 -> 0x4C0000 (hypothesis: auth SMSG group shifted 0x49->0x4C)
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 13:08:03 +10:00
devbox eb2cb6d547 Temp: log full world handshake (in + out) for 12.1.0 opcode mapping
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 12:54:11 +10:00
devbox ff287e022d Temp: fix auth packet dump (correct fmt + raw header bytes)
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 12:47:18 +10:00
devbox f88f29651b Temp: log raw CMSG_AUTH_SESSION at ERROR level for 12.1.0 layout reversal
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 12:41:57 +10:00
devbox 8138dcf185 Temp: log raw CMSG_AUTH_SESSION payload for 12.1.0 layout reversal
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
2026-08-15 12:36:47 +10:00
devbox 8e229d9346 Probe: recognize 12.1.0 CMSG_AUTH_SESSION opcode (0x440007)
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
Temporary probe to test whether the 12.1.0 client opcode change is limited
to the auth handshake group and to validate the extracted build auth key.
2026-08-15 12:01:54 +10:00
devbox 2199b3badd Add auth build support for client 12.1.0 (build 69299)
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s
Keys extracted from the 12.1.0 client executable (Win x64). Win A64 and
Mac variants pending client binaries.
2026-08-15 11:39:17 +10:00