Commit Graph

  • dd50f495ab docs: add Wireguard trademark statement main v0.0.8 Mikhail Bragin 2021-06-29 12:50:58 +03:00
  • bb2477491f Merge pull request #37 from wiretrustee/add-service-command Mikhail Bragin 2021-06-27 16:50:27 +02:00
  • f4d7faaf4e debug port value mlsmaycon 2021-06-25 11:49:16 +02:00
  • cffb08ad23 Use go bin mlsmaycon 2021-06-25 11:23:13 +02:00
  • 8d05789749 preserve env GOROOT mlsmaycon 2021-06-25 11:18:34 +02:00
  • ca5970140f set config path to avoid ci/cd limitations mlsmaycon 2021-06-25 11:08:16 +02:00
  • ac628b6efa use sudo for testing service installation mlsmaycon 2021-06-25 11:01:21 +02:00
  • 80665049dc fixed Init Execution mlsmaycon 2021-06-25 10:59:10 +02:00
  • 881f078759 Removed engine.Stop mlsmaycon 2021-06-25 10:58:42 +02:00
  • 1cf9b143e0 update go.mod with service command dependecies mlsmaycon 2021-06-25 10:40:47 +02:00
  • 158547f3eb rebase mlsmaycon 2021-06-25 10:39:56 +02:00
  • ab6452065d Updated documentation for Powershell as admin mlsmaycon 2021-06-25 10:28:50 +02:00
  • e553c5e97e Avoid prompt admin at every execution mlsmaycon 2021-06-25 10:28:27 +02:00
  • 3041ff4ef7 Merge pull request #36 from wiretrustee/avoid-proxy-when-local-net Mikhail Bragin 2021-06-25 07:15:37 +02:00
  • 61a7f3013b Rename Name function mlsmaycon 2021-06-24 23:16:09 +02:00
  • dac865c61f chore: add log to detect a usage of the Wireguard kernel module braginini 2021-06-24 12:49:14 +02:00
  • a40669270a refactor: rearrange iface package braginini 2021-06-24 11:46:33 +02:00
  • f2ca2fc7c1 refactort: extract method to create Wireguard interface using kernel module braginini 2021-06-24 11:02:40 +02:00
  • 729b16e599 fix: windows iface build braginini 2021-06-24 10:59:41 +02:00
  • 561bd681d9 fix: golint errors braginini 2021-06-24 10:55:05 +02:00
  • 0e313eec24 fix: mod.go build only for linux braginini 2021-06-23 16:16:48 +02:00
  • 4216cd2986 feature: add feature to determine when to run wireguard userspace implementation or native one (linux) braginini 2021-06-23 16:11:54 +02:00
  • c18899d135 Add windows documentation mlsmaycon 2021-06-23 01:38:44 +02:00
  • 20248dadb7 Merge remote-tracking branch 'origin/add-service-command' into add-service-command mlsmaycon 2021-06-23 01:07:05 +02:00
  • 1a06518f1b Update resource file with requireAdministrator, added resources.rc and manifests.xml mlsmaycon 2021-06-23 01:06:47 +02:00
  • dd72a01ecf feature: add check of Wireguard kernel module existence (Linux only) braginini 2021-06-22 14:38:28 +02:00
  • bbfbf797d5 chore: remove os.Exit - unnecessary call braginini 2021-06-22 12:11:51 +02:00
  • 52db303104 Add service command tests mlsmaycon 2021-06-22 01:17:30 +02:00
  • 5122294adf golint: properly handle defer engine stop mlsmaycon 2021-06-22 01:17:01 +02:00
  • a87f828844 Adjust service command outputs to use cmd Print functions mlsmaycon 2021-06-22 01:07:12 +02:00
  • 8088c7a591 feature: add stop handling for engine braginini 2021-06-21 11:18:03 +02:00
  • 74355a2292 fix windows default config path mlsmaycon 2021-06-20 23:33:49 +02:00
  • a66cdccda9 Add service controllers and installers commands mlsmaycon 2021-06-20 23:01:44 +02:00
  • 06c7af058b Create config dir if using default configPath mlsmaycon 2021-06-20 23:01:12 +02:00
  • 41b50a08d4 feature: Adding service run command mlsmaycon 2021-06-19 14:55:45 +02:00
  • 3c45da553a Merge pull request #28 from wiretrustee/test-signal-grpc Mikhail Bragin 2021-06-19 14:51:35 +03:00
  • 8dfccfc800 refactor: remove unused code braginini 2021-06-18 13:22:56 +02:00
  • 021092800b fix: extract constants from iface to iface_configuration braginini 2021-06-18 13:10:32 +02:00
  • aa854c5899 add linux native wg interface mlsmaycon 2021-06-18 13:01:43 +02:00
  • e41fdedd5b feature: enable ice mDNS braginini 2021-06-17 21:31:53 +02:00
  • 923cabda9a feature: initial implementation of avoiding local proxy if peers are in the same net braginini 2021-06-17 14:27:33 +02:00
  • db673ed34f fix: #35 peer Registration Race when client connects to the signal server braginini 2021-06-17 11:12:35 +02:00
  • 6465e2556a Merge pull request #34 from stv0g/remove-dead-code Maycon Santos 2021-06-15 20:54:43 +02:00
  • 89dba7951a remove unused function Steffen Vogel 2021-06-15 20:50:59 +02:00
  • 9308a51800 refactor: rename SignalExchangeServer to Server to comply with good practices braginini 2021-06-15 19:02:46 +02:00
  • 94c0091a7b test: add message exchange test timeout braginini 2021-06-15 18:58:47 +02:00
  • f247f9a2f8 chore: fix golint error braginini 2021-06-15 16:31:45 +02:00
  • c49bd23ac5 chore: fix golint error braginini 2021-06-15 16:20:39 +02:00
  • 11174a50cd 6Merge branch 'test-signal-grpc' of github.com:wiretrustee/wiretrustee into test-signal-grpc braginini 2021-06-15 16:13:49 +02:00
  • dfcf9f9087 test: add messages exchange between peers [SIGNAL] braginini 2021-06-15 16:08:46 +02:00
  • 5f8a489f90 test: add basic signal IT tests braginini 2021-06-14 16:57:18 +02:00
  • 9b9c7ada7d test: add messages exchange between peers [SIGNAL] braginini 2021-06-15 16:08:46 +02:00
  • 8b31088968 Merge pull request #29 from wiretrustee/fix-mac-build Mikhail Bragin 2021-06-15 14:42:39 +03:00
  • 00f2ee34a0 remove dead code Steffen Vogel 2021-06-15 11:03:43 +02:00
  • 51337fbf65 Merge pull request #31 from stv0g/fix-typo Maycon Santos 2021-06-15 09:56:14 +02:00
  • ca83e8c4a0 fix typo in directory name Steffen Vogel 2021-06-15 09:31:25 +02:00
  • 2784f6a098 Merge pull request #30 from andpar83/signal-doc Maycon Santos 2021-06-15 08:52:17 +02:00
  • 6b5010f7d5 Fix Signal doc styling Andrey Parfenov 2021-06-14 20:08:06 -07:00
  • 714c4c3c44 use darwin mlsmaycon 2021-06-15 00:13:52 +02:00
  • d5c4f6cb40 fix matrix var to use os mlsmaycon 2021-06-15 00:08:54 +02:00
  • 7df6cde968 fix a typo and rename the embedded dll mlsmaycon 2021-06-15 00:02:42 +02:00
  • 744984861b Add build to the test mlsmaycon 2021-06-15 00:00:55 +02:00
  • 83fe84d11a test: add basic signal IT tests braginini 2021-06-14 16:57:18 +02:00
  • e059059e62 Merge pull request #27 from wiretrustee/synchronize-peer-registry Mikhail Bragin 2021-06-11 19:01:04 +03:00
  • 06b0c46a5d chore: [Signal] synchronize peer registry braginini 2021-06-10 17:08:40 +02:00
  • 8acddfd510 Merge pull request #26 from wiretrustee/add-windows-support Maycon Santos 2021-06-07 10:00:34 +02:00
  • caf2229d3b renamed uapiConn and lint errors mlsmaycon 2021-06-07 00:35:17 +02:00
  • 698ebe2287 Removed elevate for now mlsmaycon 2021-06-06 23:59:19 +02:00
  • 54235f0a77 build windows mlsmaycon 2021-06-06 23:57:16 +02:00
  • 05168ae12f Add wintun.dll in form of system object file mlsmaycon 2021-06-06 21:59:38 +02:00
  • 255ad7faa9 Split create Interface based on OS with elevate mlsmaycon 2021-06-06 21:51:56 +02:00
  • 6e4c232ff2 Split create Interface based on OS mlsmaycon 2021-06-06 15:48:57 +02:00
  • 59360519d6 Add windows support and update wireguard-go deps mlsmaycon 2021-06-06 00:40:44 +02:00
  • 3520b6471b Merge pull request #23 from wiretrustee/test-signal-encryption Mikhail Bragin 2021-06-04 10:12:00 +03:00
  • 74061597a3 fix: test workflow trigger braginini 2021-06-03 12:35:31 +02:00
  • 33a98c7a2c test: add signal peer test braginini 2021-06-03 12:23:18 +02:00
  • 9b327ea6ba test: add signal encryption test braginini 2021-06-03 11:39:19 +02:00
  • 45697a0000 docs: fix roadmap links Mikhail Bragin 2021-06-02 21:31:37 +02:00
  • 884cd8dc55 docs: add Product Roadmap Mikhail Bragin 2021-06-02 21:30:19 +02:00
  • f8eaf2f40e Merge pull request #11 from wiretrustee/infra-files Mikhail Bragin 2021-05-30 12:37:31 +02:00
  • 0609e1d75d chore: minor readme fixes Mikhail Bragin 2021-05-30 12:35:18 +02:00
  • 8c9bc96c85 multiple typos mlsmaycon 2021-05-30 10:29:30 +03:00
  • 68112870dc Updated doc for docker-compose examples and macos configuration mlsmaycon 2021-05-30 10:26:49 +03:00
  • ae69f4cf1b remove server-name for the example mlsmaycon 2021-05-30 10:25:25 +03:00
  • c8ad10d653 Adding example docker compose for signal and coturn mlsmaycon 2021-05-25 11:32:25 +05:00
  • e622b2a529 Merge pull request #10 from wiretrustee/lint-warns Mikhail Bragin 2021-05-19 11:18:33 +02:00
  • 44d5e7f205 fix: golint errors (part 3) braginini 2021-05-19 11:17:15 +02:00
  • 790858c31b fix: golint errors (part 2) braginini 2021-05-19 11:13:25 +02:00
  • 5342f10e7f fix: golint errors braginini 2021-05-19 10:58:21 +02:00
  • f0048d16fb Merge remote-tracking branch 'origin/main' into lint-warns braginini 2021-05-19 10:45:44 +02:00
  • 635cd2202d Merge branch 'main' of github.com:wiretrustee/wiretrustee into main v0.0.7 braginini 2021-05-16 18:06:13 +02:00
  • a773ec8150 feat: add interface black list to avoid undesired interfaces braginini 2021-05-16 18:05:08 +02:00
  • 84c6eb5e16 Add golangci-lint workflow mlsmaycon 2021-05-15 15:44:35 +05:00
  • 73720951d7 fix doc and lint warns for the cmd package mlsmaycon 2021-05-15 15:33:07 +05:00
  • 6d339295be fix doc mlsmaycon 2021-05-15 15:24:30 +05:00
  • f1cff0e13a fix doc and lint warns for connection package mlsmaycon 2021-05-15 15:23:56 +05:00
  • e6358e7bb2 fix doc and lint warns for signal package mlsmaycon 2021-05-15 15:20:49 +05:00
  • 2337c3d84d fix doc and lint warns for iface package mlsmaycon 2021-05-15 15:05:15 +05:00
  • 9554247d70 Merge pull request #9 from wiretrustee/using-docker-hub v0.0.6 Mikhail Bragin 2021-05-15 09:06:55 +02:00
  • a9d3ce227a updated doc with docker hub registry mlsmaycon 2021-05-15 11:58:59 +05:00