Commit Graph

60 Commits

Author SHA1 Message Date
Max
3f95731fb7 allocate multiple packets 2024-04-28 00:21:23 +02:00
Max
0e857a45a0 print node names in route show 2024-04-28 00:21:23 +02:00
Max
f80acc8ef0 lock reuseable streams 2024-04-28 00:21:23 +02:00
Max
421422896a sendPacket in parallel 2024-04-28 00:21:23 +02:00
Max
491255be1c prevent connection loops 2024-04-28 00:21:23 +02:00
Max
8241313877 init: print simple config snippet for peer entry 2024-04-28 00:21:08 +02:00
Max
89de5fc5ba don't segfault when reading config fails 2024-04-28 00:21:08 +02:00
Max
77f2b4aa9f config and CLI overhaul
- remove unnecessary CLI args
- remove down command
2024-04-28 00:20:35 +02:00
Max
4a3de64fd3 implement route add, route del 2024-04-28 00:20:30 +02:00
Max
7c780d9d6b a bunch of stuff at once
- dynamic addressing
- DNS
- switch to cidranger for routing
- auto add routes to tun device
- pex: shut up
2024-04-28 00:19:31 +02:00
Max
1db87a19b6 ban yaml from existence 2024-04-28 00:19:31 +02:00
Max
3cc3516d83 remove manual routing support 2024-04-28 00:19:31 +02:00
Max
74b15a7e7b elaborate on why opening a packet stream failed 2024-04-28 00:19:31 +02:00
Max
930fb55675 enable optional prometheus metrics endpoint 2024-04-28 00:19:31 +02:00
Max
371475c30d add --interface, implement for commands: peers, status 2024-04-28 00:18:44 +02:00
Max
4c3da2c944 use RoutedHost with combined PeX + DHT routing 2024-04-28 00:18:25 +02:00
Max
b72a9874f9 use native libp2p relay 2024-04-28 00:18:25 +02:00
Max
91445e8578 support manually configuring relays 2024-04-28 00:18:25 +02:00
Max
c1127bb94e support packet relaying 2024-04-28 00:18:25 +02:00
Max
6301760c1b implement route metrics service 2024-04-28 00:18:25 +02:00
Max
1b9bc3be8d update config file format 2024-04-28 00:17:29 +02:00
Max
a868352121 basic PeX implementation 2024-04-28 00:17:29 +02:00
Max
9c08fdf29b implement RPC client and new CLI commands 2024-04-28 00:17:29 +02:00
Max
ae84f2d076 implement RPC server 2024-04-28 00:17:29 +02:00
Max
066e656481 never daemonize 2024-04-28 00:17:29 +02:00
Max
77264e214a log connects and disconnects properly 2024-04-28 00:17:27 +02:00
Max
54efd63976 use some ConnManager features 2024-04-28 00:17:27 +02:00
Max
862cfff6c5 remove some deprecated packages, bump go-libp2p 0.23.2 -> 0.23.4 2024-04-28 00:17:24 +02:00
Max
865513707e use libp2p built-in DHT bootstrap logic 2024-04-28 00:16:02 +02:00
Max
3d13a9bd9e remove update command
We have Nix for installing software ;)
2024-04-28 00:16:02 +02:00
Max
72b5308353 apply https://github.com/hyprspace/hyprspace/pull/95 2024-04-28 00:16:02 +02:00
Max
2c475fd35c add rebootstrap support 2024-04-28 00:16:02 +02:00
Max
eb884b46de improve logging 2024-04-28 00:16:02 +02:00
Max
a5a00c6343 reword ready message 2024-04-28 00:16:02 +02:00
Max
1cb298d5b4 rework discovery code 2024-04-28 00:16:02 +02:00
Max
05cf6cac5c trigger discovery again on failed connection 2024-04-28 00:16:01 +02:00
Max
0ac52cc0a7 self-destructing streams 2024-04-28 00:16:01 +02:00
Max
fee6a02c6c use multibase-encoded private keys 2024-04-28 00:16:01 +02:00
Max
1199bc211f dial peers faster 2024-04-28 00:16:01 +02:00
Alec Scott
0f7a7c336f Add documentation to TUN library 2022-02-03 10:23:52 -07:00
Alec Scott
43d0df3731
Fix Malformed IP Parsing & Add More Documentation (#70)
* Added support for daemon logs and improved code docs

* Update the README to include wireguard disclaimer

* Update description

* Add initialization message
2022-02-03 09:08:47 -07:00
Alec
9594e99e67 Cleanup redundant section of code 2022-02-01 20:52:55 -07:00
Alec
20c306ddcb Serious Performance Improvements 2022-02-01 20:48:08 -07:00
Alec Scott
275eb18ca8 Add support for daemon locks for better process removal 2022-01-31 16:44:06 -07:00
Alec
9cc7c03eb3 Update language in delete cmd 2022-01-30 21:49:34 -07:00
Alec
8da27edd39 Add stream reuse fixes and performance improvements 2022-01-30 21:46:21 -07:00
Alec
c750bc1d92 Fixes 2022-01-30 21:18:07 -07:00
Alec Scott
cc4cd1c010 Initial commit of stream reuse 2022-01-30 19:23:35 -07:00
Alec Scott
f7664f3263 Standardize Tun creation and setup process 2022-01-27 18:56:18 -07:00
Artem Lukyanov
be276aef0b Add Windows support 2021-12-27 14:21:51 +03:00