netbird/client/internal
Zoltan Papp f64e0754ee
Config cleaning (#710)
Code cleaning in the config.go of the client. This change keep the
logic in original state. The name of the exported function was not
covered well the internal workflow. Without read the comment was not
understandable what is the difference between the GetConfig and
ReadConfig. By the way both of them doing write operation.
2023-03-02 13:28:14 +01:00
..
dns Mobile prerefactor (#680) 2023-02-13 18:34:56 +01:00
peer Fix nil pointer exception in error handling (#696) 2023-02-21 10:50:34 +01:00
proxy Load WgPort from config file and exchange via signal (#449) 2022-09-02 19:33:35 +02:00
routemanager Mobile prerefactor (#680) 2023-02-13 18:34:56 +01:00
config_test.go Config cleaning (#710) 2023-03-02 13:28:14 +01:00
config.go Config cleaning (#710) 2023-03-02 13:28:14 +01:00
connect.go Config cleaning (#710) 2023-03-02 13:28:14 +01:00
device_auth.go Config cleaning (#710) 2023-03-02 13:28:14 +01:00
engine_test.go Mobile prerefactor (#680) 2023-02-13 18:34:56 +01:00
engine.go Fix error handling in Stop/Start functions (#699) 2023-02-21 10:46:58 +01:00
login.go Check if login stream was canceled before printing warn (#451) 2022-09-05 17:44:26 +02:00
oauth_test.go Add device flow scope. (#616) 2023-01-08 22:26:14 +01:00
oauth.go Add device flow scope. (#616) 2023-01-08 22:26:14 +01:00
state.go Client Login via device authorization flow (#309) 2022-05-12 11:17:24 +02:00