Commit Graph

411 Commits

Author SHA1 Message Date
MayaTheShy
7d55c0414d feat: add log message for successful StardustXR connection before Overte setup 2025-11-09 21:41:04 -05:00
MayaTheShy
6398805ecf feat: enhance domain connect request logging with signature comparison and hex dump 2025-11-09 21:37:43 -05:00
MayaTheShy
cbcae93a8b feat: update domain connect request to send empty username and access token for compatibility 2025-11-09 21:19:50 -05:00
MayaTheShy
d0fc31d0a6 feat: update protocol version signature to match Overte 2025.05.1 source 2025-11-09 21:17:48 -05:00
MayaTheShy
ad94e52ace feat: update protocol version signature computation to reflect changes from Overte master branch 2025-11-09 21:14:30 -05:00
MayaTheShy
8eedc94ea4 feat: enhance domain connect request logging with detailed payload breakdown and hex dump 2025-11-09 21:10:15 -05:00
MayaTheShy
df3ea888e2 feat: add protocol signature representation in hex, base64, and C++ array format 2025-11-09 21:05:09 -05:00
MayaTheShy
23ea25029c feat: add print_server_protocol tool to display server protocol signatures in hex and base64 2025-11-09 21:03:24 -05:00
MayaTheShy
ed73e5ea62 feat: update protocol version signature computation to match Overte 2025.05.1 commit 53d2094 2025-11-09 21:03:18 -05:00
MayaTheShy
f8b58988d2 feat: implement protocol signature computation from Overte's PacketHeaders.h 2025-11-09 20:54:43 -05:00
MayaTheShy
139df6620b feat: add compute_from_overte tool to calculate protocol signature from Overte source 2025-11-09 20:54:28 -05:00
MayaTheShy
af50bce650 feat: update protocol version signature to reflect changes in Overte 2025.05.1 (DEV_BUILD) 2025-11-09 20:48:22 -05:00
MayaTheShy
47d5251063 feat: add extract_protocol tool to retrieve protocol signature from Overte's libnetworking.so 2025-11-09 20:45:55 -05:00
MayaTheShy
39427420a2 feat: update protocol version signature computation with new values from Overte 2025.05.1 2025-11-09 20:45:45 -05:00
MayaTheShy
4238bce068 feat: add protocol signature computation and parsing for PacketHeaders.h 2025-11-09 20:45:17 -05:00
MayaTheShy
29fff6add9 feat: implement protocol signature computation with MD5 hash generation 2025-11-09 20:36:32 -05:00
MayaTheShy
e3de8a720d feat: update token URL construction to use /server path instead of /api/v1
Some checks failed
CI / build-and-test (push) Has been cancelled
Rust Quality Checks / rust-checks (push) Has been cancelled
2025-11-09 19:49:42 -05:00
MayaTheShy
d86fb1799f feat: update token URL construction to use /server path instead of /api/v1 2025-11-09 19:49:29 -05:00
MayaTheShy
18b694bbfd feat: update token URL construction to use /server path instead of /api/v1 2025-11-09 19:49:19 -05:00
MayaTheShy
4f22aeb155 feat: update authorization URL construction to use /server path instead of /api/v1 2025-11-09 19:49:00 -05:00
MayaTheShy
a12f940c00 feat: ensure /api/v1 path is included in token URL for OAuth endpoint 2025-11-09 19:04:34 -05:00
MayaTheShy
80caffa8a3 feat: update token URL construction to ensure /api/v1 path is included for OAuth endpoints 2025-11-09 19:04:29 -05:00
MayaTheShy
a9b0a578e3 feat: add OAuth Authentication Testing Guide with detailed test cases and troubleshooting steps 2025-11-09 17:58:18 -05:00
MayaTheShy
1bef50c55f feat: update README to reflect completion of OAuth 2.0 authentication with browser flow 2025-11-09 17:58:15 -05:00
MayaTheShy
49977dfb98 feat: implement OAuth 2.0 browser authentication with token management and refresh 2025-11-09 17:57:12 -05:00
MayaTheShy
813558ec97 feat: add OAuth authentication support with username/password and browser flow 2025-11-09 17:56:30 -05:00
MayaTheShy
3fa779def3 fix: correct typo in login function parameter type 2025-11-09 17:56:22 -05:00
MayaTheShy
1b0d2452fc feat: implement OAuth browser flow with token management and callback server 2025-11-09 17:56:11 -05:00
MayaTheShy
50ae97dde8 refactor: remove deprecated OverteAuth_new.cpp file 2025-11-09 17:56:08 -05:00
MayaTheShy
91f60fa3b6 feat: implement enhanced OAuth flow with browser support in OverteAuth class 2025-11-09 17:55:45 -05:00
MayaTheShy
7adc00bf05 refactor: enhance OverteAuth class with additional methods and improved token handling 2025-11-09 17:54:53 -05:00
MayaTheShy
09db44810c fix: improve logging for Overte connection status and provide usage tips 2025-11-09 17:09:14 -05:00
MayaTheShy
da64a119c7 docs: remove systemd service start instructions from README 2025-11-09 17:01:34 -05:00
MayaTheShy
284dd9d540 docs: enhance README with clearer instructions for StardustXR server requirements 2025-11-09 16:59:42 -05:00
MayaTheShy
902c875f78 fix: remove unnecessary closing brace in sdxr_start function 2025-11-09 16:58:16 -05:00
MayaTheShy
ee5fcb0570 fix: implement connection timeout handling in sdxr_start function 2025-11-09 16:58:07 -05:00
MayaTheShy
5457146b4e fix: update connection status flags on successful and failed connection attempts 2025-11-09 16:57:56 -05:00
MayaTheShy
adaa5e052d fix: reset connection status flags on startup 2025-11-09 16:57:50 -05:00
MayaTheShy
daf2810c78 fix: add connection status variables for startup handling 2025-11-09 16:57:40 -05:00
MayaTheShy
4d5307af1b fix: improve connection retry logic for Stardust compositor with error handling 2025-11-09 16:57:31 -05:00
MayaTheShy
d3043636f4 feat: add future enhancements documentation for Overte to Stardust entity rendering 2025-11-09 16:55:35 -05:00
MayaTheShy
f520ff909d feat: add quick test guide for Overte entity rendering 2025-11-09 16:53:50 -05:00
MayaTheShy
1abf095e4b feat: add comprehensive implementation documentation for Overte to Stardust entity rendering 2025-11-09 16:53:02 -05:00
MayaTheShy
dc5c7466db fix: add missing #[allow(dead_code)] attribute to clear_cache method 2025-11-09 16:51:35 -05:00
MayaTheShy
c5959cfde2 refactor: clean up unused imports and enhance logging for model reification 2025-11-09 16:51:31 -05:00
MayaTheShy
e0b149b84e feat: enhance model loading with URL support and downloader initialization 2025-11-09 16:49:23 -05:00
MayaTheShy
b32db37ef0 chore: remove placeholder license section from README.md
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-11-09 03:19:05 -05:00
MayaTheShy
5f9def40d9 docs: add DIRECTORY_STRUCTURE.md to document project organization and file layout
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-11-09 03:13:09 -05:00
MayaTheShy
50c094ca2c fix: update file permissions for build_and_test.sh to make it executable 2025-11-09 03:12:23 -05:00
MayaTheShy
dbb43ec3ab docs: update documentation structure and build scripts for clarity 2025-11-09 03:11:55 -05:00