Kelsi
44b03a06a0
Avoid hardcoded login video path
2026-02-05 16:26:45 -08:00
Kelsi
400e8652d4
Use absolute tavern music path fallback
2026-02-05 15:49:53 -08:00
Kelsi
071c8ead3b
Retry login music playback when not playing
2026-02-05 15:47:21 -08:00
Kelsi
205db7d3b6
Play tavern music file on login screen
2026-02-05 15:44:42 -08:00
Kelsi
8c3aa6542e
Play looping MP4 behind auth screen
2026-02-05 15:34:29 -08:00
Kelsi
669d89c108
Store password hash instead of plaintext for login persistence
...
Save SHA1(UPPER(user):UPPER(pass)) hash to login.cfg instead of the
plaintext password. On subsequent logins, use the stored hash directly
with a new authenticateWithHash() method that bypasses password hashing.
The password field shows a placeholder when using a stored hash.
2026-02-05 15:09:16 -08:00
Kelsi
bc9c7f09b1
Fix non-blocking TCP connect for remote servers and persist login info between sessions
2026-02-05 12:25:00 -08:00
Kelsi
a52e28191e
Improve auth error feedback with specific failure reasons, version mismatch details, and connection timeout
2026-02-05 12:17:09 -08:00
Kelsi
ce6cb8f38e
Initial commit: wowee native WoW 3.3.5a client
2026-02-02 13:03:22 -08:00