Commit Graph

298 Commits

Author SHA1 Message Date
braginini
0aa5eaaf5b chore: cleanup 2021-11-20 23:04:45 +01:00
braginini
8642b87a28 chore: cleanup 2021-11-17 19:33:23 +01:00
braginini
23781c1305 chore: cleanup 2021-11-16 14:59:37 +01:00
braginini
b35dcd21df chore: make wireguard work over webrtc 2021-11-16 14:36:24 +01:00
braginini
f0a0888046 feature: successful wireguard connection 2021-11-15 22:08:44 +01:00
braginini
2ba9b59e9b feature: successful wireguard connection 2021-11-15 21:31:28 +01:00
braginini
c29632e7d1 feature: successful WebRTC connection in wireguard bind 2021-11-15 20:44:48 +01:00
braginini
f5e52eb1d9 fix: minor refactor to consider signal status 2021-11-15 15:51:54 +01:00
braginini
ed63dd516c Merge remote-tracking branch 'origin/main' into braginini/wasm
# Conflicts:
#	signal/client/client.go
2021-11-15 15:45:37 +01:00
Maycon Santos
7bf9793f85
Support environment vars (#155)
* updage flag values from environment variables

* add log and removing unused constants

* removing unused code

* Docker build client

* fix indentation

* Documentation with docker command

* use docker volume
2021-11-15 09:11:50 +01:00
Maycon Santos
fcbf980588
Stop service before uninstall (#158) 2021-11-14 21:30:18 +01:00
Mikhail Bragin
d08e5efbce
fix: too many open files caused by agent not being closed (#154)
* fix: too many open files caused by agent not being closed after unsuccessful attempts to start a peer connection (happens when no network available)

* fix: minor refactor to consider signal status
2021-11-14 19:41:17 +01:00
braginini
6457c48281 chore: wasm further work 2021-11-14 18:08:33 +01:00
braginini
9587b9a930 Merge remote-tracking branch 'origin/main' into braginini/wasm 2021-11-07 13:12:09 +01:00
Maycon Santos
95ef8547f3
Signal management arm builds (#152)
* Add arm builds for Signal and Management services

* adding arm's binary version
2021-11-07 13:11:03 +01:00
braginini
04de743dff merge main 2021-11-07 13:05:21 +01:00
braginini
b9aa2aa329 Merge remote-tracking branch 'origin/main' into braginini/wasm
# Conflicts:
#	signal/client/client.go
2021-11-07 12:46:57 +01:00
Mikhail Bragin
ed1e4dfc51
refactor signal client sync func (#147)
* refactor: move goroutine that runs Signal Client Receive to the engine for better control

* chore: fix comments typo

* test: fix golint

* chore: comments update

* chore: consider connection state=READY in signal and management clients

* chore: fix typos

* test: fix signal ping-pong test

* chore: add wait condition to signal client

* refactor: add stream status to the Signal client

* refactor: defer mutex unlock
2021-11-06 15:00:13 +01:00
braginini
f71a46d27d chore: add webrtc bind base 2021-11-04 08:43:52 +01:00
braginini
c9b5a0e5fd chore: add wireguard html frontend 2021-11-03 15:23:45 +01:00
braginini
4d34fb4e64 chore: decrease backoff maxinterval to avoid long connection waiting times on the client app 2021-11-02 14:51:29 +01:00
braginini
f519049e63 feature: finalize signal websocket client 2021-11-01 23:59:54 +01:00
braginini
d564400884 feature: add base for the signal websocket client 2021-11-01 23:12:44 +01:00
braginini
19408678cc fix: compilation of the client app tests 2021-11-01 23:11:38 +01:00
braginini
962b8ebc67 Merge remote-tracking branch 'origin/main' into braginini/wasm 2021-11-01 23:04:13 +01:00
braginini
ab79f544b7 feat: add signal websocket support as an alternative to gRPC 2021-11-01 22:40:07 +01:00
Maycon Santos
1fb8b74cd2
set IF arm6 and empty attribute for package (#146)
There is a behavior or bug in goreleaser where it appends the file name in the target URL and that was causing issues and misconfigured properties
2021-11-01 20:33:26 +01:00
Mikhail Bragin
d040cfed7e
fix: client app retry logic (#144)
* fix: retry logic
2021-11-01 09:34:06 +01:00
Maycon Santos
2c729fe5cc
remove architecture info from deb (#145) 2021-11-01 09:33:22 +01:00
braginini
e9066b4651 chore: increase signal and management gRPC clients timeouts 2021-10-31 12:14:00 +01:00
Mikhail Bragin
673e807528
chore: set default key expiration if not provided by frontednd (#142) 2021-10-31 12:06:44 +01:00
Mikhail Bragin
892080bc38
docs: update key features 2021-10-27 13:56:55 +02:00
braginini
2d39f6ccae fix: remove ICE port limits 2021-10-27 10:49:03 +02:00
Mikhail Bragin
0b2c26847b
fix: return ctx error when UP command exists (#140) 2021-10-26 21:49:05 +02:00
braginini
595ea0d4f8 chore: decrease log verbosity 2021-10-26 10:08:28 +02:00
Maycon Santos
f714868fdd
remove arch if and replacement for debian packages (#138) 2021-10-23 10:29:49 +02:00
Mikhail Bragin
81821a1f39
docs: update diagram and Wireguard title (#137)
* docs: update diagram and Wireguard title
2021-10-21 10:06:29 +02:00
mlsmaycon
842b143a48 sync go.sum 2021-10-20 21:57:16 +02:00
Maycon Santos
1323a74db0
fix: avoid failing and extra error messages (#136)
* avoid failing and extra error messages

* avoid extra error messages when executed after pre_remove.sh

* remove extra output and avoid failure on minor errors

* ensure the steps will run only on remove
2021-10-20 11:51:32 +02:00
Mikhail Bragin
74485d3b13
fix: service hanging when error on startup has been encountered (#135) 2021-10-18 13:29:26 +02:00
Mikhail Bragin
bef3b3392b
fix: graceful shutdown (#134)
* fix: graceful shutdown

* fix: windows graceful shutdown
2021-10-17 22:15:38 +02:00
Maycon Santos
fcea3c99d4
Enhance up command (#133)
* move setup-key to root command

* up will check login and start service

* update tests to reflect new UP capabilities

* display client IP

* removed unused argument

* install service if not installed

* update post-install and add pre remove script

* improve log messages

* handle service status failures and install service when needed

* removing unused files

* update documentation and description

* add version command

* update service lib version

* using lib constant for not installed services

* match version from goreleaser

* fix: graceful shutdown

* stop only if service is running

* add logs initialization to service controller commands

Co-authored-by: braginini <bangvalo@gmail.com>
2021-10-17 21:34:07 +02:00
Mikhail Bragin
96799a25b5
docs: fix gif size 2021-10-16 16:54:37 +02:00
Mikhail Bragin
07291cdb93
docs: update readme (#132)
* update readme
2021-10-16 16:53:39 +02:00
Mikhail Bragin
21139938c1
docs: highlight Slack channel 2021-10-12 14:37:49 +02:00
Maycon Santos
5cf2d0a6a9
add slack invitation link (#129) 2021-10-12 12:16:09 +02:00
Maycon Santos
8551afe04e
enhancement: Support new architectures and auto upload packages to repo (#128)
* adding uploads

* adding uploads

* adding uploads

* adding uploads

* adding uploads

* adding uploads

* use https://pkgs.wiretrustee.com/

* use https://pkgs.wiretrustee.com/

* use https://pkgs.wiretrustee.com/

* set yum id

* secrets for goreleaser uploads

* ensure Github release is enabled
2021-10-12 12:15:45 +02:00
braginini
1685817171 docs: correct installation steps 2021-10-03 18:55:47 +02:00
Mikhail Bragin
e17f662683
docs: update intro (#125)
* docs: update intro
2021-10-03 18:21:41 +02:00
Mikhail Bragin
a764fb870c
docs: move intro link up in readme 2021-09-27 09:23:19 +02:00