Kelsidavis-WoWee/src/auth
Kelsi 548828f2ee refactor: extract color write mask, name frustum epsilon, add comments
- vk_pipeline: extract kColorWriteAll constant from 4 duplicated RGBA
  bitmask expressions across blend mode functions, with why-comment
- frustum: name kMinNormalLenSq epsilon (1e-8) with why-comment —
  prevents division by zero on degenerate planes
- dbc_loader: add why-comment on DBC field width validation — all
  fields are fixed 4-byte uint32 per format spec
- pin_auth: replace 0x30 hex literal with '0' char constant, add
  why-comment on ASCII encoding for server HMAC compatibility
2026-03-30 15:02:47 -07:00
..
auth_handler.cpp refactor: name auth security flags, log JSON parse failures 2026-03-30 14:43:50 -07:00
auth_opcodes.cpp Fix expansion auth protocol versions + improve version mismatch errors 2026-02-13 00:36:46 -08:00
auth_packets.cpp fix: ::toupper/::tolower UB on signed char at 5 remaining call sites 2026-03-29 19:58:36 -07:00
big_num.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00
crypto.cpp Make this compatible to build with MSVS 2022 2026-02-23 16:30:49 +01:00
integrity.cpp Fix Warden module parse fallback and macOS FMOD integrity aliases 2026-02-25 09:26:34 -08:00
pin_auth.cpp refactor: extract color write mask, name frustum epsilon, add comments 2026-03-30 15:02:47 -07:00
rc4.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
srp.cpp fix: ::toupper/::tolower UB on signed char at 5 remaining call sites 2026-03-29 19:58:36 -07:00
vanilla_crypt.cpp Vanilla/Turtle WoW support: M2 loading, bone parsing, textures, auth 2026-02-13 16:53:28 -08:00