de3ec98363Added checking of whitelisted keys on server
DcruBro
2025-11-25 00:22:52 +01:00
022debfa5bFix byte order for sessionid, add 64-bit conversion helpers - damn you C standard for no htonl/ntohl for 64-bit :(
dev
DcruBro2025-11-22 21:53:45 +01:00
17dd504a7aMerge pull request 'First working alpha, version a0.4' (#7) from beta into master
master
dcrubro2025-11-18 20:09:11 +00:00
4ba59fb23fMerge pull request 'First working alpha, version a0.4.' (#6) from dev into beta
beta
dcrubro2025-11-18 20:07:30 +00:00
fbafeafc9fAdded a hostname check if connecting via domain hostname (Not IPv4/IPv6 - IPv6 still not supported / tested).DcruBro2025-11-11 17:35:53 +01:00
705962e5ceAdded partial verification of server public key on client side - needs hostname verification. Added startup flag to ignore verification fail.DcruBro2025-11-11 13:19:59 +01:00
5127fe1999Added basic UDP handling - only sending from client supported.DcruBro2025-11-07 21:55:13 +01:00
c7c3b1c54cAlmost finished with the TCP Handshake procedure, need to properly handle disconnects (currently pretty forceful)DcruBro2025-11-06 22:32:32 +01:00