Kelsidavis-WoWee/docs
Kelsi 4b48fcdab2 Enhanced Warden implementation with comprehensive documentation
Added MD5 hashing and extensive testing documentation for future attempts
at supporting strict Warden servers like Warmane.

Enhancements:
- Added MD5 hash support to Crypto class (OpenSSL-based)
- Tested 6 different module ACK response formats against Warmane
- Analyzed module packet structure (37 bytes: opcode + seed + trailing)
- Enhanced debug logging for plaintext and encrypted Warden data

Documentation:
- WARDEN_IMPLEMENTATION.md: Complete implementation guide with all attempts
- WARDEN_QUICK_REFERENCE.md: Quick troubleshooting and testing guide

Test Results (Warmane):
- Empty ACK (0 bytes): Server silent
- XOR/MD5 checksum (18 bytes): Server silent
- Single byte (1 byte): Server disconnects (rejected)
- Echo trailing (20 bytes): Server silent
- Result + SHA1 (21 bytes): Server silent

Conclusion:
- Current implementation works with permissive/disabled Warden servers
- Warmane requires module execution or undocumented response format
- Full documentation provided for future reverse engineering attempts

Next steps documented:
1. Capture packets from real WoW client (protocol analysis)
2. Implement module execution engine (months of work)
3. Test with local AzerothCore server
2026-02-12 02:22:04 -08:00
..
architecture.md Update docs for current online-only state and new WoWee repo URL 2026-02-11 15:35:32 -08:00
authentication.md Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
commonsound_manifest.txt Add comprehensive NPC voice system with interaction and combat sounds 2026-02-09 16:03:51 -08:00
packet-framing.md Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
quickstart.md Update docs for current online-only state and new WoWee repo URL 2026-02-11 15:35:32 -08:00
realm-list.md Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
server-setup.md Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
SKY_SYSTEM.md Implement WoW-accurate DBC-driven sky system with lore-faithful celestial bodies 2026-02-10 14:36:17 -08:00
sound manifest speech-enUS.MPQ .txt Add comprehensive NPC voice system with interaction and combat sounds 2026-02-09 16:03:51 -08:00
srp-implementation.md Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
WARDEN_IMPLEMENTATION.md Enhanced Warden implementation with comprehensive documentation 2026-02-12 02:22:04 -08:00
WARDEN_QUICK_REFERENCE.md Enhanced Warden implementation with comprehensive documentation 2026-02-12 02:22:04 -08:00