Kelsidavis-WoWee/src/auth
Kelsi eda70e9c6f Fix FourCC encoding and protocol version in LOGON_CHALLENGE
Game name uses big-endian (not reversed), platform/os/locale use
little-endian with chars reversed and null at end (not beginning).
Protocol version is 8 for WoW 3.3.5a, not 3.
2026-02-05 13:47:54 -08:00
..
auth_handler.cpp Fix LOGON_CHALLENGE security flags buffer corruption and improve auth diagnostics 2026-02-05 13:26:24 -08:00
auth_opcodes.cpp Fix auth protocol to match real WoW 3.3.5a client format 2026-02-05 12:39:34 -08:00
auth_packets.cpp Fix FourCC encoding and protocol version in LOGON_CHALLENGE 2026-02-05 13:47:54 -08:00
big_num.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
crypto.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
rc4.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
srp.cpp Fix LOGON_CHALLENGE security flags buffer corruption and improve auth diagnostics 2026-02-05 13:26:24 -08:00