4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-16 21:46:06 +00:00
Commit Graph

2415 Commits

Author SHA1 Message Date
2831d73f73 Try to fix WiX for Windows MSI builds 2024-05-27 22:52:48 +01:00
c2811c0cdc Update more GHA actions due to deprecations 2024-05-27 22:14:28 +01:00
5d9c5b3c9b Minimum Go 1.21, update quic-go, update some CI actions 2024-05-27 22:03:41 +01:00
f56f9c124c Minor Fixes (#1107)
* Minor comment fixes.

* Optimize PeerEntry for memory efficiency

* Improve NodeConfig for memory alignment
2024-05-27 21:57:28 +01:00
5da1fbe397 Bump minimum required go version to 1.20 in documentation as required by quic-go dependency (#1138) 2024-05-27 21:53:52 +01:00
6f3a0a71d4 update ironwood and other dependencies 2024-05-25 06:16:11 -05:00
6cbe56adfe fix incorrect pool use 2024-05-25 06:15:36 -05:00
2d644eabc3 update ironwood (updates bloom dependency) 2024-03-21 21:33:07 -05:00
2c20a04369 Release: Yggdrasil 0.5.5 2024-01-27 22:54:54 +00:00
81f2c711b4 Fix panic in getPeers on abstract UNIX socket names
Fixes #1111
2024-01-15 23:14:43 +00:00
180d7bf499 Adjust default backoff max to just over 1 hour, add ?maxbackoff= peer option (#1124)
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2024-01-15 23:09:07 +00:00
9f4c89acad Update dependencies 2024-01-15 23:00:58 +00:00
5da4c1131e Update ironwood to ddd1fa6 2024-01-15 19:07:17 +00:00
768278a8e6 Improve getPeers sorting 2024-01-11 22:37:05 +00:00
1e9a59edf9 Update behaviour in QUIC listener handler 2024-01-05 11:45:20 +00:00
3dfa6d0cc9 Validate public key lengths on debug_ API endpoints (fixes #1113) 2023-12-03 17:55:12 +00:00
6b6cd0bed5 Fix PPROFLISTEN 2023-11-28 13:24:54 +00:00
3d15da34ad Release: Yggdrasil 0.5.4 2023-11-27 14:17:16 +00:00
741f825b8e update ironwood dependency, should fix bloom filter encoding crash 2023-11-27 07:18:16 -06:00
676ae52503 Release: Yggdrasil 0.5.3 2023-11-26 18:42:08 +00:00
fef553ed18 Tweak logging 2023-11-26 16:28:48 +00:00
f6f669617f Fix -normaliseconf when using PrivateKeyPath 2023-11-26 16:20:52 +00:00
39c4b24395 Don't use 0-RTT for QUIC 2023-11-26 16:19:00 +00:00
0d676c6a3b update ironwood dependency 2023-11-26 04:56:44 -06:00
a0b3897278 Cap link backoff at roughly 4.5 hours 2023-11-21 23:54:27 +00:00
abec2256ae Merge pull request #1105 from yggdrasil-network/neil/backoff
Tweak backoff success handling
2023-11-21 04:49:41 -06:00
7aca869170 Tweak backoff success handling 2023-11-21 10:35:17 +00:00
b759683b76 Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into develop 2023-11-09 22:06:38 -06:00
6677d70648 update ironwood, fixed data race from buffered pathfinder traffic 2023-11-09 22:06:19 -06:00
7ac38e3e58 Release: Yggdrasil 0.5.2 2023-11-06 09:25:15 +00:00
49c424ef21 Add -publickey command line switch (#1096)
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2023-11-04 18:42:51 +00:00
0346af46da Don't panic when connect returns nil (fixes #1086) (#1089)
* Don't panic when connect returns `nil` (fixes #1086)

It isn't clear to me why this would happen but let's guard the condition anyway.

* Log inconsistent error state

---------

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2023-11-04 18:42:42 +00:00
93a5adfd18 Add sockstls:// (#1090)
Closes #1087.

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2023-11-04 17:57:15 +00:00
ddb75700a0 Report errors during handshake stage (#1091)
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2023-11-04 17:57:04 +00:00
ae997a5acb Improve TUN setup logging (#1093) (#1095)
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2023-11-04 17:56:52 +00:00
6a9c90d3eb Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into develop 2023-11-03 21:56:26 -05:00
41e045fe5b update ironwood dependency 2023-11-03 21:55:42 -05:00
e5e8c84d7c Merge pull request #1078 from yggdrasil-network/duplicate-peers
Don't panic at startup when duplicate peers are configured
2023-10-28 22:21:04 +01:00
e41b838d8f Don't panic at startup when duplicate peers are configured
Fixes #1077
2023-10-28 21:34:15 +01:00
7f9d4f3f6d Don't import LDFLAGS from the environment 2023-10-28 18:21:26 +01:00
a6b316ef08 Release: Yggdrasil 0.5.1 2023-10-28 16:21:50 +01:00
d781fef760 Release: Yggdrasil 0.5.0 2023-10-28 15:23:01 +01:00
b332664acb Release: Yggdrasil 0.5.0 2023-10-28 15:11:34 +01:00
01c1498bd5 Yggdrasil 0.5 release notes 2023-10-28 15:07:45 +01:00
0b578a637a Debian package updates (#1073)
* Update Debian package

* Don't put `AdminListen` in config by default, fix path in Debian package

* Fix path in unit file

* Preserve original service files for other packages

---------

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2023-10-28 14:58:52 +01:00
82c54f87ea clean up some debug API output 2023-10-28 06:36:01 -05:00
d17ac39789 update ironwood dependency, add a debug API call for lookups 2023-10-28 05:26:43 -05:00
ea6ccf552f Update dependencies, test cross-builds for FreeBSD and OpenBSD in CI 2023-10-27 23:16:13 +01:00
1ac3d540e7 Merge pull request #1070 from Revertron/fix_mobile 2023-10-25 20:31:15 +01:00
6873fd44ff Fixes logger, adds some log messages. 2023-10-25 20:59:19 +02:00