|
|
15d13b6f04
|
Converted some raw pointers to smart pointers
|
2025-12-01 21:13:46 +01:00 |
|
|
|
dedcc364fb
|
Removed verification by CA for now, moved to whitelisted_keys (should be simpler). TODO: Move to smart ptrs
|
2025-11-28 18:59:55 +01:00 |
|
|
|
e54cce9497
|
Remove config.json req
|
2025-11-28 00:42:19 +01:00 |
|
|
|
1e902ed82b
|
Remove config.json req
|
2025-11-28 00:41:22 +01:00 |
|
|
|
1cf851bec3
|
Deleted some header libs from the include/ dir. Moved to CMake fetchcontent
|
2025-11-27 23:38:44 +01:00 |
|
|
|
d8ab2e2bda
|
Make interface name overridable (may not work on macos)
|
2025-11-27 18:54:31 +01:00 |
|
|
|
7d6d9e8ee6
|
Update some names
|
2025-11-27 18:49:53 +01:00 |
|
|
|
2a2deae022
|
General fixes
Fixed most compiler warnings. Changed used interface from utun0/utun1 to lynx0
|
2025-11-27 18:43:09 +01:00 |
|
DcruBro
|
e3df3cd0a7
|
Switched to C++23 as the project standard.
Added a basic parser for client_config and server_config, and added some basic authorization.
Need to work on verification of the server.
|
2025-11-25 21:45:10 +01:00 |
|
DcruBro
|
f776f1fdd1
|
Colourful logs
|
2025-11-25 00:36:29 +01:00 |
|
DcruBro
|
de3ec98363
|
Added checking of whitelisted keys on server
|
2025-11-25 00:22:52 +01:00 |
|
|
|
a78b98ac56
|
rename iptostring
|
2025-11-18 20:12:45 +01:00 |
|
|
|
b37a999274
|
Fixed crash trigger on Ctrl+C (errno == EINTR check)
|
2025-11-13 15:43:46 +01:00 |
|
|
|
c85f622a60
|
test2
|
2025-11-13 15:12:00 +01:00 |
|
|
|
5c8409b312
|
Added a basic TUN, testing the implementation.
|
2025-11-13 08:31:46 +01:00 |
|
|
|
e695008e10
|
Added IPv6 support, added option to disable IPv6 (IPv4-Only mode)
|
2025-11-12 09:07:22 +01:00 |
|
|
|
eda3cf87d1
|
misc.
|
2025-11-11 15:26:05 +01:00 |
|
|
|
705962e5ce
|
Added partial verification of server public key on client side - needs hostname verification. Added startup flag to ignore verification fail.
|
2025-11-11 13:19:59 +01:00 |
|
DcruBro
|
9252425bdf
|
Fix licensing printout on start
|
2025-11-10 21:00:37 +01:00 |
|
|
|
d7760d7945
|
Update license
|
2025-11-10 16:13:22 +01:00 |
|
|
|
098afeb4d8
|
Relatively graceful shutdowns
|
2025-11-09 01:35:19 +01:00 |
|
|
|
494ade207c
|
Update version
|
2025-11-07 22:32:40 +01:00 |
|
|
|
5127fe1999
|
Added basic UDP handling - only sending from client supported.
|
2025-11-07 21:55:13 +01:00 |
|
|
|
c7c3b1c54c
|
Almost finished with the TCP Handshake procedure, need to properly handle disconnects (currently pretty forceful)
|
2025-11-06 22:32:32 +01:00 |
|
|
|
0f7191ad54
|
Initial Commit
|
2025-11-06 15:51:56 +01:00 |
|