Commit graph

494 commits

Author SHA1 Message Date
Matthew R. Kasun
df0e882a7e updated logic for join/leave network 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
aa9be268f3 fetch networks for checkin 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
cdc7ec7495 remove debugging logs 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
e202dc3a44 debugging logs 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
b2131d6d8b eliminate unused var staticcheck 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
23c3b0c276 fix waitgroup 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
1fa4becb48 use SIGHUP to restart daemon 2022-07-18 16:07:36 -04:00
0xdcarns
cadb466d19 fixed missing comma 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
c7151f0b01 update logic for determing when to check for free port 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
b6df54482b refactor client mq connection logic2 2022-07-08 10:22:23 -04:00
Matthew R. Kasun
bda6f4e2c6 refactor client mq connection logic 2022-07-08 09:46:21 -04:00
afeiszli
2500331024 mod log 2022-07-07 16:16:56 -04:00
0xdcarns
7cc66870e2 merge fix 2022-07-07 13:40:07 -04:00
0xdcarns
5631f30e50 changed requiredversion to requiredversions 2022-07-07 13:36:14 -04:00
Matthew R. Kasun
dcc637e98a add log on completion of update
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-07-07 13:27:08 -04:00
Matthew R. Kasun
f59a3c860e support upgrades from multiple version 2022-07-07 13:27:08 -04:00
0xdcarns
6d125eb2fa added upgrade func list 2022-07-07 13:17:08 -04:00
Matthew R. Kasun
ab9f0f05e0 client infrastructure to support updates 2022-07-07 13:17:08 -04:00
dcarns
ef82ac4af5
Merge pull request #1296 from gravitl/feature_v0.14.5_longer_client_peer_cache
changed client message cache to a day
2022-07-07 13:16:09 -04:00
0xdcarns
52b876b333 moved log to reflect when message is actually consumed 2022-07-07 12:54:21 -04:00
dcarns
07729b56f9
Merge pull request #1316 from gravitl/bugfix_v0.14.5_wg_ports
Bugfix v0.14.5 wg ports
2022-07-07 11:29:45 -04:00
0xdcarns
27dbfc867c added node name to logs 2022-07-07 09:58:52 -04:00
0xdcarns
5fc73e6a80 added inform port change util func 2022-07-07 09:52:20 -04:00
Matthew R. Kasun
c481f27200 moved checks around 2022-07-06 16:13:51 -04:00
afeiszli
c06c7868c0 moving port check logic 2022-07-06 15:20:28 -04:00
Matthew R. Kasun
a17173fa0f add timeout for http requests 2022-07-06 09:32:00 -04:00
0xdcarns
8da999f21d changed client message cache to a day 2022-07-05 20:22:34 -04:00
afeiszli
f28d361bea refactoring cert logic to use database 2022-06-30 22:30:28 -04:00
afeiszli
b281047168 adding functions to handle certs in DB 2022-06-30 21:56:11 -04:00
Matthew R. Kasun
0410e1d4fb install command 2022-06-23 14:06:26 -04:00
Matthew R. Kasun
c8ec46391d refactor logic for client.key generation 2022-06-22 09:55:10 -04:00
Matthew R. Kasun
4bc04d5922 updated join logic
if join fails, don't try to leave as authentication will fail --- just
    wipe
2022-06-20 10:37:31 -04:00
Matthew R. Kasun
932eba8d21 fix statticcheck errors 2022-06-16 15:42:32 -04:00
Matthew R. Kasun
afe12b277d force lowercase for /etc/hosts profile names
to test:
create newtwork with Upper case name
check profile in /etc/hosts is created with all lowercase
2022-06-06 13:01:51 -04:00
guppy0130
5ca5710f61
typo fixup, resolves #1181
* fixes a typo
2022-06-03 22:57:09 -07:00
Matthew R. Kasun
9578b72d5e remove publish prior to registration with server 2022-06-01 08:00:22 -04:00
afeiszli
716c717265 fix freebsd build 2022-05-31 13:49:27 -04:00
afeiszli
8d422526b3 refactoring servercfg 2022-05-31 12:07:56 -04:00
afeiszli
e4189ad8bd refactoring serverinfo logic 2022-05-31 08:42:12 -04:00
afeiszli
46b2cfef1c removing port fallback 2022-05-30 12:56:58 -04:00
afeiszli
bad2a0faea moving around some logic 2022-05-30 12:54:30 -04:00
afeiszli
0865a535c7 changing broker retrieval/setting logic 2022-05-30 12:39:33 -04:00
Matthew R. Kasun
85ad06941d use interface as hostctl profile 2022-05-27 09:45:52 -04:00
Matthew R. Kasun
28a6ea85cb remove debug logs 2022-05-25 17:50:13 -04:00
Matthew R. Kasun
fef31752bd send server version in peer update message 2022-05-25 15:21:22 -04:00
Matthew R. Kasun
0764632b30 add : in server connection string 2022-05-25 11:37:55 -04:00
Matthew R. Kasun
53b3e7f415 configurable mq ports 2022-05-25 10:31:44 -04:00
Alex Feiszli
e6e686b8b6
Merge pull request #1130 from gravitl/bugfix_v0.14.1_slash
remove slash
2022-05-24 16:42:48 -04:00
afeiszli
556b7499dd remove slash 2022-05-24 16:31:18 -04:00
0xdcarns
553b03c1b4 made daemon only get networks once 2022-05-24 14:19:47 -04:00