Commit graph

202 commits

Author SHA1 Message Date
vadym
2281a07553 double quotes fix 2022-11-30 23:47:57 +02:00
vadym
41bff9235e ExeCommand value fix 2022-11-30 23:39:47 +02:00
vadym
7e0fc0d8db FileKey fix RIVM-6 2022-11-30 23:30:32 +02:00
vadym
9f676d54cd 1. migrated to ExeCommand in LaunchApplication CustomAction 2022-11-30 23:23:45 +02:00
vadym
51557612b1 1. target fix 2022-11-30 23:06:44 +02:00
vadym
d6079cd4df 1. BinaryKey attribute contradiction fix 2022-11-30 22:38:45 +02:00
vadym
d6c27ef7af 1. CustomAction Directory attribute fix 2022-11-30 22:34:18 +02:00
vadym
3488992352 1. fixed a contradiction in CustomAction attributes 2022-11-30 22:23:53 +02:00
vadym
da0e9900a7 Removed LaunchApplication CustomAction duplication RIVM-6 2022-11-30 22:15:09 +02:00
vadym
cb872eb590 Added arguments for app execution from setup dialog RIVM-6 2022-11-30 22:04:06 +02:00
vadym
9fba67bfd5 1. Corrected WebView resources structure 2022-11-30 21:46:16 +02:00
vadym
68a5d63b9c 1. Corrected resources path RIVM-2 2022-11-30 21:34:40 +02:00
vadym
60de24365a Added FontsResources in ResourcesRef 2022-11-30 21:19:43 +02:00
vadym
95bb7abea3 1. added all WebView resources to win.xml file RIVM-2 2022-11-30 21:16:42 +02:00
vadym
c0353d100b Fix for error CNDL0005 : The Component element contains an unexpected child element 'Directory' 2022-11-30 19:45:11 +02:00
vadym
1fe323149b WebView Resources refactoring in Wix.xml 2022-11-30 19:39:04 +02:00
vadym
f3588b4c49 Added ComponentRef 2022-11-30 17:10:08 +02:00
vadym
88d59cc3ab error LGHT0204 fix RIVM-2 2022-11-30 17:04:10 +02:00
vadym
31d7528d95 error CNDL0205 fix RIVM-2 2022-11-30 11:49:46 +02:00
vadym
f116325bed Resolved Ditectory ui reference RIVM-2 2022-11-30 11:42:22 +02:00
vadym
b150aa4143 Moved CopyFolder to a separate Component RIVM-2 2022-11-30 11:31:42 +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
Mihail Slobodyanuk
48e11096a7 Relocated index.html to ui subfolder. Fixed DEB and MACOS packaging 2022-11-27 15:08:16 +02:00
Mihail Slobodyanuk
0a2e54cd60 load index.html from file resource 2022-11-26 16:26:51 +02:00
vadym
0d2bec087c 1. v0.4.6.1 merge fix 2022-11-08 13:31:04 +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
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
6319d6231b 1. moved address to core 2022-10-30 21:58:42 +02: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
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
5ef61faeff
Link refactor (#941)
* Link refactoring

* More refactoring

* More tweaking

* Cleaner shutdowns, UNIX socket support, more tweaks

* Actorise links, remove mutex

* SOCKS support
2022-09-17 20:07:00 +01:00
Alexander Ivanov
414aaf6eb9
Update mobile.go (#942) 2022-09-05 12:55:35 +01:00
Neil Alexander
493208fb37 Refactor multicast setup (isolated config, etc) 2022-09-03 11:42:05 +01:00
Arceliar
a182fad8d6
Merge branch 'develop' into neilalexander/refactor 2022-08-28 13:39:26 -05:00
Alexander Ivanov
f8e626dbe1
Fix Android multicast crash (#930)
* Do not exit on multicast errors (mobile)

* Consistency with cmd/yggdrasil/main.go

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-08-10 22:54:02 +01:00
Neil Alexander
4c889703b1 Continue refactoring 2022-08-06 15:05:12 +01:00
Neil Alexander
bc78530fcb Build packages in GitHub Actions 2022-04-17 23:38:16 +01:00
Neil Alexander
41d890bb64 Run goimports 2022-04-17 18:02:25 +01:00
R4SAS
620b901473
Revert downgrading of wireguard and update wintun in windows installer (#865)
* Revert "Revert Wireguard update"

This reverts commit 03a5cce5bb.

Signed-off-by: R4SAS <r4sas@i2pmail.org>

* [win] update installer build script

Signed-off-by: R4SAS <r4sas@i2pmail.org>

* [appveyor] use golang 1.17.3 for building

Signed-off-by: R4SAS <r4sas@i2pmail.org>

* [appveyor] use golang 1.17.5 for building

Signed-off-by: R4SAS <r4sas@i2pmail.org>

* test script

Signed-off-by: R4SAS <r4sas@i2pmail.org>

* test msi and semver scripts

Signed-off-by: R4SAS <r4sas@i2pmail.org>

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-01-30 21:57:10 +00:00
Neil Alexander
09ea351682
Update build 2022-01-30 19:59:17 +00:00
Neil Alexander
6d92edd405
Move src/mobile into main repository (#864)
* Move `src/mobile` into main repository

* Update go.mod/go.sum

* Move to `contrib`, separate mobile build script
2022-01-30 19:48:32 +00:00
Neil Alexander
a4bdf3de32
Remove CAP_NET_RAW from systemd service unit, as it's not clear why it is there in the first place 2022-01-15 22:17:49 +00:00
Neil Alexander
408d381591 Set hostArchitectures in macOS .pkg installer 2021-12-06 11:19:58 +00:00
Neil Alexander
4f3117d81d Use network-online.target instead of network.target for systemd service unit 2021-11-03 17:40:06 +00:00
Neil Alexander
99227b60ce Update CI to use Go 1.17, produce Apple Silicon builds (closes #844) 2021-09-28 11:02:15 +01:00
cofob
6a0ddc20ef
Allow yggdrasil bind to ports <1024 2021-07-21 17:57:59 +07:00
Neil Alexander
2fc34bbd5a Revert "Merge pull request #796 from Chaz6/update-systemd-files"
This reverts commit 88bd098f91, reversing
changes made to 4d798a3494.
2021-07-04 09:26:17 +01:00
Chris Hills
9391430bc0 Update binary path in systemd service files to match the website. 2021-07-02 13:14:13 +01:00