Commit Graph

201 Commits

Author SHA1 Message Date
MayaTheShy
bc3dcf6bc9 feat: add quaternion header for enhanced 3D transformations 2025-11-09 22:45:40 -05:00
MayaTheShy
2166ca9062 feat: implement Avatar Mixer protocol with identity and data sending functions 2025-11-09 22:45:00 -05:00
MayaTheShy
08f57f2a8e feat: enhance packet handling by adding support for AvatarMixer and related data processing 2025-11-09 22:44:13 -05:00
MayaTheShy
ad06e13768 feat: enhance EntityQuery process by dynamically setting EntityServer address and port 2025-11-09 22:34:11 -05:00
MayaTheShy
4afbc0cc12 feat: update domain list handling to improve EntityServer query process 2025-11-09 22:33:08 -05:00
MayaTheShy
98b3cc30b7 feat: enhance domain list handling by interpreting potential count fields and updating request logic 2025-11-09 22:24:28 -05:00
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
ed73e5ea62 feat: update protocol version signature computation to match Overte 2025.05.1 commit 53d2094 2025-11-09 21:03:18 -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
39427420a2 feat: update protocol version signature computation with new values from Overte 2025.05.1 2025-11-09 20:45:45 -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
1bef50c55f feat: update README to reflect completion of OAuth 2.0 authentication with browser flow 2025-11-09 17:58:15 -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
72c279b45b feat: enhance URL parsing in connect method to support host:port format with optional path 2025-11-09 02:45:34 -05:00
MayaTheShy
27e77f0e03 feat: add TODO comments for OAuth authentication implementation in connect method 2025-11-09 02:22:54 -05:00
MayaTheShy
1e3f888ac1 feat: update token URL construction in login method and add debug output 2025-11-09 02:18:28 -05:00
MayaTheShy
4240c74851 fix: use std::uint64_t for token expiration timestamp in OverteAuth class 2025-11-09 02:17:19 -05:00
MayaTheShy
2f74a87085 feat: add constructor for OverteClient to initialize domain URL 2025-11-09 02:17:08 -05:00
MayaTheShy
1ee49c9a77 feat: refactor OverteClient constructor and destructor for clarity and consistency 2025-11-09 02:16:57 -05:00
MayaTheShy
39d5082da5 feat: implement destructor for OverteClient to support unique_ptr with forward-declared type 2025-11-09 02:16:43 -05:00
MayaTheShy
931ca8d0b6 feat: implement login and authentication check methods in OverteClient class 2025-11-09 02:16:04 -05:00
MayaTheShy
a246eba0b6 feat: include OverteAuth header in OverteClient.cpp for authentication integration 2025-11-09 02:15:44 -05:00
MayaTheShy
54462cc0d7 feat: add unique pointer for OverteAuth in OverteClient class for authentication management 2025-11-09 02:15:31 -05:00
MayaTheShy
053d30b8f3 feat: add login and authentication status methods to OverteClient class 2025-11-09 02:15:24 -05:00