MayaTheShy
ca8c4ae4e5
fix: document HMAC verification investigation and connection persistence issues
CI / build-and-test (push) Has been cancelled
2025-11-10 01:54:45 -05:00
MayaTheShy
a79da07b45
fix: update implementation status document to reflect connection persistence and HMAC verification issues
2025-11-10 01:53:32 -05:00
MayaTheShy
1edc74ec12
fix: document known HMAC verification issue causing connection drops and provide workaround options
2025-11-10 01:53:15 -05:00
MayaTheShy
0268b6f206
fix: update CHANGELOG with HMAC verification implementation and local ID parsing fixes
2025-11-10 01:52:26 -05:00
MayaTheShy
12b73e9b60
fix: update NETWORK_PROTOCOL_INVESTIGATION with immediate actions and long-term solutions for HMAC verification deadlock
2025-11-10 01:51:53 -05:00
MayaTheShy
7b7fa93c80
fix: clarify historical bug regarding Local ID byte order and its impact on connection stability
2025-11-10 01:51:17 -05:00
MayaTheShy
3b1cd80d16
fix: update NETWORK_PROTOCOL_INVESTIGATION with detailed analysis of HMAC verification deadlock and proposed solutions
2025-11-10 01:50:35 -05:00
MayaTheShy
8e2a8a913d
fix: update NETWORK_PROTOCOL_INVESTIGATION to reflect HMAC verification deadlock and connection persistence issues
2025-11-10 01:49:50 -05:00
MayaTheShy
872310b6fb
fix: resolve connection persistence issue by correcting Local ID byte order handling
2025-11-10 00:43:39 -05:00
MayaTheShy
daf0daeb46
fix: update CONNECTION_PERSISTENCE status to reflect indefinite connection after fixing Local ID byte order bug
2025-11-10 00:43:17 -05:00
MayaTheShy
b99dbd3d77
fix: update NETWORK_PROTOCOL_INVESTIGATION.md to clarify connection persistence issue resolution and local ID handling
2025-11-10 00:43:01 -05:00
MayaTheShy
ff2c8fb82a
docs: add detailed investigation of Overte network protocol and socket behavior
2025-11-10 00:28:14 -05:00
MayaTheShy
b29ec1e52a
docs: update implementation summary to include domain connection and packet protocol details
2025-11-10 00:26:47 -05:00
MayaTheShy
ddee2441a8
feat: add OAuth Authentication Testing Guide with detailed test cases and troubleshooting steps
2025-11-09 17:58:18 -05:00
MayaTheShy
0e4f1ba823
feat: add future enhancements documentation for Overte to Stardust entity rendering
2025-11-09 16:55:35 -05:00
MayaTheShy
5979112fa7
feat: add quick test guide for Overte entity rendering
2025-11-09 16:53:50 -05:00
MayaTheShy
dd5367aefb
feat: add comprehensive implementation documentation for Overte to Stardust entity rendering
2025-11-09 16:53:02 -05:00
MayaTheShy
34baa114f0
docs: add DIRECTORY_STRUCTURE.md to document project organization and file layout
2025-11-09 03:13:09 -05:00
MayaTheShy
70693a430a
docs: update documentation structure and build scripts for clarity
2025-11-09 03:11:55 -05:00
MayaTheShy
634d226f27
Implement Overte Authentication and Add Test Entities
...
- Added documentation for Overte authentication implementation in `docs/OVERTE_AUTH.md`.
- Introduced new GLB files for cube and sphere primitives in `examples/primitives/`.
- Created a JSON file `examples/test_entities.json` containing sample entities for testing.
- Added a build and test script `scripts/build_and_test.sh` for streamlined building and verification of the project.
- Implemented a CI test runner script `scripts/ci-test.sh` to automate testing processes.
- Created a script `scripts/run_with_auth.sh` to facilitate running the Starworld client with Overte authentication.
2025-11-09 03:11:12 -05:00