4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-15 07:26:05 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
2a21241738 Multicast passwords 2023-10-11 19:28:28 +01:00
45b773eade Remove TLS root validation
This is just too complicated compared to the per-peer/per-listener/per-interface password
approach.
2023-10-11 18:25:35 +01:00
68d1036de8 Fix mobile unit test 2023-09-03 13:30:48 +01:00
9defa35c66 Merge branch 'develop' into future 2023-09-03 13:18:47 +01:00
c8b9aaeb67 Only set mobile memory limit on supported Go versions 2023-09-03 13:13:53 +01:00
6ab0639b82 Merge branch 'develop' into future 2023-09-03 12:58:55 +01:00
db9b57c052 Update contrib/mobile for the latest iOS build 2023-06-06 22:11:49 +01:00
7afa23be4c Link refactoring, admin socket changes 2023-05-19 19:09:05 +01:00
c7ea223a9a Update mobile bindings 2023-05-14 10:16:33 +01:00
a148f4cfec More updates for Ygg v0.5 2023-03-19 10:33:07 +00:00
7efd66932f Redial failed connections if possible (#983) 2022-11-12 11:30:03 +00:00
590d83aa9c Fix #975 by not exporting uint8 2022-11-01 17:42:52 +00:00
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
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
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
414aaf6eb9 Update mobile.go (#942) 2022-09-05 12:55:35 +01:00
493208fb37 Refactor multicast setup (isolated config, etc) 2022-09-03 11:42:05 +01:00
a182fad8d6 Merge branch 'develop' into neilalexander/refactor 2022-08-28 13:39:26 -05:00
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
4c889703b1 Continue refactoring 2022-08-06 15:05:12 +01:00
41d890bb64 Run goimports 2022-04-17 18:02:25 +01:00
09ea351682 Update build 2022-01-30 19:59:17 +00:00
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