Commit Graph

421 Commits

Author SHA1 Message Date
MayaTheShy
04be1abb6b feat: update EntityQuery broadcasting to discover EntityServer with a defined port range 2025-11-09 22:17:40 -05:00
MayaTheShy
c0411e4879 feat: prevent deadlock by deferring root node creation during StardustBridge connection 2025-11-09 22:10:44 -05:00
MayaTheShy
483d21e54c feat: enhance connection logging in StardustBridge with root node creation messages 2025-11-09 22:07:44 -05:00
MayaTheShy
d50649502f feat: update EntityServer discovery method to broadcast EntityQuery to common ports 2025-11-09 22:07:09 -05:00
MayaTheShy
02057c85b7 feat: add logging for potential count fields in domain list reply handling 2025-11-09 22:04:49 -05:00
MayaTheShy
4a91079ce9 feat: ensure stdout is flushed after StardustXR connection message 2025-11-09 22:01:02 -05:00
MayaTheShy
c2b77452a8 feat: implement fallback to hardcoded EntityServer port 48247 in domain list reply handling 2025-11-09 22:00:01 -05:00
MayaTheShy
43d08904e7 feat: change computeProtocolVersionSignature method to NLPacket class 2025-11-09 21:54:56 -05:00
MayaTheShy
4c563d96a7 feat: remove debug logging for protocol version signature computation 2025-11-09 21:54:28 -05:00
MayaTheShy
23fb653979 feat: update protocol version signature to match expected AUR package format and add debug logging 2025-11-09 21:53:44 -05:00
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