Kelsidavis-WoWee/src/auth
kelsi davis 545cfbbc0e Upgrade to C++20 and fix all compilation warnings
- Upgrade from C++17 to C++20
- Remove unused helper functions (selectSpawnPreset, parseVec3Csv, parseYawPitchCsv)
- Mark unused parameters with [[maybe_unused]] attribute
- Remove unused variables (nameColor, currentRace, steppingUp, steppingDown, awayFromWallMotion)
- Fix all -Wunused-* warnings

Build now completes with zero warnings.
2026-02-07 11:43:37 -08:00
..
auth_handler.cpp Store password hash instead of plaintext for login persistence 2026-02-05 15:09:16 -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 Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -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 Store password hash instead of plaintext for login persistence 2026-02-05 15:09:16 -08:00