Commit Graph

478 Commits

Author SHA1 Message Date
MayaTheShy
fa6e639846 fix: modify sendPing to experiment with non-sourced packets to avoid hash verification issues 2025-11-10 01:41:39 -05:00
MayaTheShy
aa8a04590b fix: update sendPing to set source ID before sequence number for proper header resizing 2025-11-10 01:41:21 -05:00
MayaTheShy
89ec0cd200 fix: adjust source ID handling to resize header for sourced packets without hash 2025-11-10 01:40:28 -05:00
MayaTheShy
ef1a3660c7 fix: adjust header size for verified sourced packets to include hash slot 2025-11-10 01:38:48 -05:00
MayaTheShy
2ca9901943 fix: remove HMAC verification hash note from sendPing function 2025-11-10 01:37:51 -05:00
MayaTheShy
edde6ea001 fix: add debug output for destination address in sendPing function 2025-11-10 01:34:43 -05:00
MayaTheShy
a317b78adb fix: update sendPing to prevent HMAC-MD5 verification hash from being added for null UUID connection 2025-11-10 01:31:41 -05:00
MayaTheShy
de9d14157f fix: update writeVerificationHash to correctly insert HMAC-MD5 hash in packet structure 2025-11-10 01:29:18 -05:00
MayaTheShy
a30136799c fix: add HMAC-MD5 verification hash to ping packet using null UUID 2025-11-10 01:22:13 -05:00
MayaTheShy
abfbbe684a feat: add HMAC-MD5 verification hash functionality to NLPacket 2025-11-10 01:22:09 -05:00
MayaTheShy
ba6737933b fix: add OpenSSL headers for HMAC and MD5 support in OverteClient 2025-11-10 01:19:59 -05:00
MayaTheShy
b5e061a9bc fix: update handleDomainListReply to correctly read node local ID in big-endian format and enhance debug output
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-11-10 00:52:08 -05:00
MayaTheShy
8fe7925d68 fix: enhance handleDomainListReply to clarify DomainList packet structure and improve debug output for UUIDs 2025-11-10 00:48:49 -05:00
MayaTheShy
856eb5efee fix: resolve connection persistence issue by correcting Local ID byte order handling 2025-11-10 00:43:39 -05:00
MayaTheShy
5a6f5aa8f3 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
afdd0c301b 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
8154a6f685 fix: enhance debug output for local ID in handleDomainListReply 2025-11-10 00:39:56 -05:00
MayaTheShy
e0aa450980 fix: add hex dump of DomainList packet for debugging purposes 2025-11-10 00:39:47 -05:00
MayaTheShy
ab53a5e2c4 fix: correct handling of domain local ID to read directly in little-endian format 2025-11-10 00:32:58 -05:00
MayaTheShy
8faa0e6f85 docs: add detailed investigation of Overte network protocol and socket behavior 2025-11-10 00:28:14 -05:00
MayaTheShy
402ad4c1e2 docs: update implementation summary to include domain connection and packet protocol details 2025-11-10 00:26:47 -05:00
MayaTheShy
7eb22af447 fix: update sendDomainConnectRequest to include socket type for public and local sockets 2025-11-10 00:16:12 -05:00
MayaTheShy
0e96376ac8 fix: update sendDomainConnectRequest to use actual IPv4 address and port for public and local sockets 2025-11-10 00:15:20 -05:00
MayaTheShy
dce1f9588c feat: add support for numbered socket paths in candidateSocketPaths function 2025-11-10 00:15:13 -05:00
MayaTheShy
606a519e8d fix: update DomainConnectRequest to use null address and port for public and local sockets 2025-11-10 00:09:04 -05:00
MayaTheShy
e5d8dd54b9 fix: remove socket type byte from DomainConnectRequest for public and local sockets 2025-11-10 00:08:05 -05:00
MayaTheShy
d14f50d356 fix: ensure DomainConnectRequest does not include source ID before local ID is assigned 2025-11-10 00:05:22 -05:00
MayaTheShy
d507902a73 fix: avoid setting source ID in DomainConnectRequest before local ID is assigned
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-11-09 23:58:59 -05:00
MayaTheShy
fe81c69e1a feat: implement non-blocking UDP packet reception in OverteClient::poll method 2025-11-09 23:57:51 -05:00
MayaTheShy
67026a7f68 feat: handle socket binding to 0.0.0.0 by using localhost address in DomainConnectRequest 2025-11-09 23:55:21 -05:00
MayaTheShy
371efa282c feat: bind UDP socket to any local address/port and log local address in DomainConnectRequest 2025-11-09 23:53:42 -05:00
MayaTheShy
fef8dd47bc feat: add debug logging for ping packet in sendPing method 2025-11-09 23:49:38 -05:00
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