Commit graph

2330 commits

Author SHA1 Message Date
vadym
b150aa4143 Moved CopyFolder to a separate Component RIVM-2 2022-11-30 11:31:42 +02:00
vadym
aa345a265f Corrected property for CopyFile RIVM-2 2022-11-30 11:22:27 +02:00
vadym
566b6dd84d 1. corrected SourceName attribute RIVM-2 2022-11-30 11:15:50 +02:00
vadym
08b92fa047 1. added launch configuration for vscode
2. fixed Windows resources copy in Wix msi build
2022-11-30 11:05:02 +02:00
Vadym Vikulin
63bb94efe1
Merge pull request #23 from RiV-chain/offline_ui
Relocated index.html to ui subfolder. Fixed DEB and MACOS packaging (Fix for RIVM-4)
2022-11-27 17:56:18 +02:00
Mihail Slobodyanuk
48e11096a7 Relocated index.html to ui subfolder. Fixed DEB and MACOS packaging 2022-11-27 15:08:16 +02:00
Vadym Vikulin
d834b2515f
Merge pull request #22 from RiV-chain/offline_ui
load index.html from file resource
2022-11-26 16:29:44 +02:00
Mihail Slobodyanuk
0a2e54cd60 load index.html from file resource 2022-11-26 16:26:51 +02:00
Neil Alexander
14f1cd4696
Version 0.4.7
Merge pull request #986 from yggdrasil-network/develop
2022-11-20 21:20:11 +00:00
Neil Alexander
b0f6544b07
Update changelog date 2022-11-20 21:14:33 +00:00
Neil Alexander
48d278bd2a
Version 0.4.7 changelog (#985) 2022-11-15 19:06:14 +00:00
Neil Alexander
596f16aa6c
Reduce allocations in encrypted package (update to Arceliar/ironwood@ec61cea) 2022-11-15 12:46:08 +00:00
Neil Alexander
ae24f5de38 Less aggressive key ratcheting (update to Arceliar/ironwood@bf5f12a) 2022-11-12 16:55:23 +00:00
Neil Alexander
cba667f28d Fix race conditions (update to Arceliar/ironwood@2c0740b) 2022-11-12 16:47:20 +00:00
Neil Alexander
9df3bc0066
Update to Arceliar/ironwood@846a97f5e5 2022-11-12 15:26:43 +00:00
Neil Alexander
e824c73e21
Fix crash 2022-11-12 11:56:50 +00:00
Neil Alexander
7efd66932f
Redial failed connections if possible (#983) 2022-11-12 11:30:03 +00:00
solanav
0da871f528
Fix #884 (#916)
* Fixed #884

* Remove yggdrasil and yggdrasilctl

* Fixed #884

Co-authored-by: asolana <asolana@deloitte.es>
Co-authored-by: solanav <solanav1337@gmail.com>
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-11-08 22:19:43 +00:00
majestrate
6fed2a75d7
Make TLS certs never expire (#977)
According to RFC5280 we can make TLS certs never expire by setting their `NotAfter` date to a value that is basically the end of time.

Fixes #976.
2022-11-08 22:11:22 +00:00
vadym
0d2bec087c 1. v0.4.6.1 merge fix 2022-11-08 13:31:04 +02:00
vadym
bdd5808b26 Merge branch 'yggdrasil-v0.4.6.1-develop' into develop 2022-11-08 13:24:40 +02:00
vadym
69d59458d8 Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into yggdrasil-v0.4.6.1-develop 2022-11-08 13:24:10 +02:00
Vadym Vikulin
10d3c618c8
Merge pull request #20 from RiV-chain/prefix_free
Prefix free
2022-11-08 13:02:52 +02:00
Vadym Vikulin
0e00ec37e3
Update version.go
Ygg version support
2022-11-02 13:34:07 +00:00
Vadym Vikulin
6e0ec00a27
Update version.go
Ygg version support
2022-11-02 13:33:05 +00:00
Neil Alexander
6112c9cf18
Fix build 2022-11-01 18:34:49 +00:00
Neil Alexander
590d83aa9c
Fix #975 by not exporting uint8 2022-11-01 17:42:52 +00:00
Revertron
ee33bd248f
Added two new methods to mobile package (#974)
* Added two new methods

In order to implement https://github.com/yggdrasil-network/yggdrasil-android/issues/25 we need these new methods.

* Renamed methods, changed comments
2022-11-01 12:10:50 +00:00
vadym
ff860e71c3 1. implemented network prefix load from config file 2022-10-31 00:00:15 +02:00
vadym
c7bca5d212 1. preparing for NetworkDomain load from config 2022-10-30 23:03:28 +02:00
vadym
09d4564282 1. added NetworkDomain and default values 2022-10-30 22:22:56 +02:00
vadym
6319d6231b 1. moved address to core 2022-10-30 21:58:42 +02:00
vadym
b5f79eadcb 1. merge fixes 2022-10-29 00:00:56 +03:00
Vadym Vikulin
62324db959
Update link_sctp_linux.go 2022-10-28 20:54:05 +00:00
Vadym Vikulin
5f3a6c7d6c
Update link_mpath_android.go 2022-10-28 20:52:34 +00:00
vadym
0fc32e737d 1. return value fix 2022-10-28 18:26:57 +03:00
vadym
9859006693 1. return values fix 2022-10-28 18:21:56 +03:00
vadym
79c25f398c 1. import fix
2. missing return values fix
2022-10-28 18:16:43 +03:00
vadym
50502984ba 1. missing } symbol fix 2022-10-28 18:12:11 +03:00
vadym
d73c77e9d1 1. merge isses fix 2022-10-28 18:00:08 +03:00
vadym
d8a4000141 1. added multipath protocol and schema suport
2. added SCTP protocol and schema support
3. added set of NAS models support (Asustor, ReadyNAS, Drobo, QNAP, WD, Synology, Terramaster)
4. moved to fc00::/7 private segment
5. added Windows, MacOS and Linux UI for peers edit and current status
2022-10-27 22:03:37 +03:00
Neil Alexander
cfa293d189 Fix bug in admin socket where requests fail unless "arguments":{} is specified in the JSON 2022-10-26 22:29:19 +01:00
Neil Alexander
98b0aaf747
Merge branch 'master' into develop 2022-10-26 18:26:37 +01:00
Neil Alexander
4c66a13b93
Version 0.4.6 2022-10-26 18:25:48 +01:00
Neil Alexander
f08dec822a
Priority support (#964)
* Allow setting link priorities

* Fix a bug

* Allow setting priority on listeners and multicast interfaces

* Update `yggdrasilctl`

* Update to Arceliar/ironwood#5
2022-10-26 09:24:24 +01:00
Neil Alexander
9a9452dcc8 Fix panic in GetPeers that may happen mid-link setup 2022-10-25 18:58:52 +01:00
Neil Alexander
65e350153e Don't start multicast module if all Beacon and Listen are disabled 2022-10-22 18:05:14 +01:00
Neil Alexander
35ea66d651 Varying connection check strictness based on scope 2022-10-22 17:45:09 +01:00
Neil Alexander
8fe1c41295 Don't reject multiple genuine links from the same host 2022-10-22 16:59:25 +01:00
Neil Alexander
d66b3ffb7a Always allow link-local peerings again 2022-10-22 16:23:25 +01:00