Commit Graph

446 Commits

Author SHA1 Message Date
MayaTheShy
4e39b523e0 fix: write source ID in little-endian format in NLPacket::writeHeader 2025-11-09 23:49:34 -05:00
MayaTheShy
27a6f493f7 feat: add logging for periodic ping in OverteClient poll method 2025-11-09 23:43:31 -05:00
MayaTheShy
2a1ab5a8f4 feat: add handlePing method for processing Ping payloads in domain communication 2025-11-09 23:40:17 -05:00
MayaTheShy
cd4fc97730 feat: implement handlePing method to process Ping packets and send PingReply 2025-11-09 23:40:07 -05:00
MayaTheShy
acd2257961 feat: implement handling of Ping packets in domain packet parsing 2025-11-09 23:39:50 -05:00
MayaTheShy
29cbb0e398 feat: enhance version table initialization to support multiple directory paths for PacketHeaders.h 2025-11-09 23:37:18 -05:00
MayaTheShy
bc4dc7e3fb feat: implement sendACK method for sending acknowledgment packets in domain communication 2025-11-09 23:36:26 -05:00
MayaTheShy
5ba6b2f5a3 feat: add sendACK method for handling acknowledgment in domain communication 2025-11-09 23:30:56 -05:00
MayaTheShy
2a06f0ba9e feat: enhance domain packet parsing to handle control packets and send ACK for reliable packets 2025-11-09 23:30:47 -05:00
MayaTheShy
8cda3b5890 feat: update domain handshake process and system info format to match official client 2025-11-09 23:28:41 -05:00
MayaTheShy
52d3e828c1 feat: update Avatar Mixer connection logic to use known address and correct node type for clients 2025-11-09 23:11:38 -05:00
MayaTheShy
fbaac10296 feat: periodically send AvatarQuery every 5 seconds for avatar updates 2025-11-09 23:05:40 -05:00
MayaTheShy
cdbe32f809 feat: send AvatarQuery to request all avatars in the domain upon domain list reply 2025-11-09 23:05:29 -05:00
MayaTheShy
f96a9b26c1 feat: implement sendAvatarQuery to request all avatars from Avatar Mixer 2025-11-09 23:05:24 -05:00
MayaTheShy
20eba533d0 feat: enhance packet logging by including source address and port in received domain packet logs 2025-11-09 23:04:54 -05:00
MayaTheShy
f36a07f568 feat: enhance logging for AvatarIdentity and AvatarData packet sending with version details 2025-11-09 23:02:08 -05:00
MayaTheShy
3435666812 feat: update AvatarIdentity and AvatarData packet creation to use correct packet version 2025-11-09 23:00:34 -05:00
MayaTheShy
89bffe11c7 feat: send avatar data to Avatar Mixer every 100ms when connected 2025-11-09 22:48:58 -05:00
MayaTheShy
ccfe66969d feat: add temporary hack to connect to Avatar Mixer using known port if not found 2025-11-09 22:47:45 -05:00
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
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