Commit graph

53 commits

Author SHA1 Message Date
Max
8f3105cdd3 packages/hyprspace: support manually configuring relays 2023-01-23 20:22:10 +01:00
Max
02bee68d13 packages/hyprspace: support packet relaying 2023-01-23 20:22:05 +01:00
Max
3d118b59ce packages/hyprspace: 0.5.0 -> 0.5.1 2023-01-23 01:53:23 +01:00
Max
f1072294a1 packages/hyprspace: show latency in status 2023-01-23 01:53:23 +01:00
Max
7520d134b1 packages/hyprspace: implement route metrics service 2023-01-23 01:53:23 +01:00
Max
2809d3d1e1 packages/hyprspace: update config file format, 0.4.1 -> 0.5.0 2023-01-23 00:34:17 +01:00
Max
6397c05d2f packages/hyprspace: only grab connectable addresses from IPFS API 2023-01-21 12:50:37 +01:00
Max
7591d3245a packages/hyprspace: slightly less spammy discovery 2023-01-21 02:39:24 +01:00
Max
1e0bc60d14 packages/hyprspace: basic PeX implementation 2023-01-21 02:36:40 +01:00
Max
7e261a932c modules/hyprspace: 0.3.2 -> 0.4.0 2023-01-20 23:45:41 +01:00
Max
6bc8b856ed packages/hyprspace: implement RPC client and new CLI commands 2023-01-20 23:37:26 +01:00
Max
88f402dbaa packages/hyprspace: implement RPC server 2023-01-20 23:37:02 +01:00
Max
9584c5f2f8 packages/hyprspace: never daemonize 2023-01-20 17:44:33 +01:00
Max
af019b1079 packages: don't include self and inputs in perSystem 2023-01-08 19:45:04 +01:00
Max
d614203e59 packages/hyprspace: 0.3.1 -> 0.3.2 2022-12-31 19:50:49 +01:00
Max
51cfa3b74d packages/hyprspace: switch to DHT client mode 2022-12-31 19:50:49 +01:00
Max
a01c1a5eea packages/hyprspace: bump github.com/libp2p/go-libp2p-kad-dht v0.18.0 -> v0.20.0 2022-12-31 19:50:49 +01:00
Max
16bdf7348e packages/hyprspace: log connects and disconnects properly 2022-11-14 00:33:54 +01:00
Max
a4b683b800 packages/hyprspace: add QUIC transport 2022-11-13 15:26:26 +01:00
Max
93826ae522 packages/hyprspace: use some ConnManager features 2022-11-13 00:32:12 +01:00
Max
411143c600 packages/hyprspace: make pnet optional 2022-11-12 21:51:21 +01:00
Max
b45ed60e8b packages/hyprspace: remove some deprecated packages, bump go-libp2p 0.23.2 -> 0.23.4 2022-11-11 20:55:50 +01:00
Max
21051fd32a packages/hyprspace: 0.2.2 -> 0.3.0 2022-11-11 20:55:50 +01:00
Max
91a5e9ad63 packages/hyprspace: go mod tidy 2022-11-11 20:55:50 +01:00
Max
4d708f3c33 packages/hyprspace: implement AutoRelay 2022-11-11 20:55:50 +01:00
Max
c3435bf9b8 packages/hyprspace: use libp2p built-in DHT bootstrap logic 2022-11-09 23:52:56 +01:00
Max
649fb307fd packages: use REPO_DATA_DIR for GOPATH 2022-11-07 20:52:27 +01:00
Max
bdc623056b packages/hyprspace: remove update command
We have Nix for installing software ;)
2022-10-18 23:02:53 +02:00
Max
16e4664899 packages/hyprspace: apply https://github.com/hyprspace/hyprspace/pull/95 2022-10-08 12:12:09 +02:00
Max
bd0248640b packages/hyprspace: remove unused import 2022-09-26 23:17:53 +02:00
Max
7164f05fac packages/hyprspace: don't die if initial bootstrap fails 2022-09-26 23:06:28 +02:00
Max
d9d599a598 modules/hyprspace: force reconnection 2022-09-26 22:54:40 +02:00
Max
76f3badc7c packages/hyprspace: add rebootstrap support 2022-09-26 22:10:29 +02:00
Max
cbe51dd88c packages/hyprspace: improve logging 2022-09-26 19:50:36 +02:00
Max
8c2b6341c0 packages/hyprspace: reword ready message 2022-09-26 19:33:06 +02:00
Max
6c3cb00e25 packages/hyprspace: inform about bootstrap peer count 2022-09-26 19:32:22 +02:00
Max
04766e0a9e packages/hyprspace: rework discovery code 2022-09-26 19:23:03 +02:00
Max
fc3b1012ac packages/hyprspace: bump dependencies 2022-09-26 18:01:30 +02:00
Max
b15aea613b packages/hyprspace: use Go 1.18 2022-09-26 17:59:36 +02:00
Max
a2b241332b packages/hyprspace: trigger discovery again on failed connection 2022-09-26 01:54:29 +02:00
Max
d6426267cb packages/hyprspace: discover faster 2022-09-26 01:50:39 +02:00
Max
35aff0e1ce packages/hyprspace: self-destructing streams 2022-09-26 00:57:43 +02:00
Max
e6073a8fa2 packages/hyprspace: fix vendorSha256 2022-09-26 00:09:13 +02:00
Max
a65960bcdd packages/hyprspace: use multibase-encoded private keys 2022-09-26 00:00:05 +02:00
Max
e78677882d packages/hyprspace: dial peers faster 2022-09-25 23:40:42 +02:00
Max
8b6e5b831c packages/hyprspace: better swarm key handling 2022-09-25 23:37:25 +02:00
Max
a1ddafe045 packages/hyprspace: add hyprspace binary to gitignore 2022-09-25 22:04:51 +02:00
Max
91786feec3 packages/hyprspace: init devShell 2022-09-25 22:02:59 +02:00
Max
9df627a8d2 packages/hyprspace: import source code from 'https://github.com/hyprspace/hyprspace' 2022-09-25 21:13:31 +02:00
Max
1deb17fa77 packages/hyprspace: fix bootstrap node addresses 2022-09-24 13:33:28 +02:00