netbird/client
Zoltan Papp 337d3edcc4
Use the conn state of peer on proper way (#717)
The ConnStatus is a custom type based on iota
like an enum. The problem was nowhere used to the
benefits of this implementation. All ConnStatus
instances has been compared with strings. I
suppose the reason to do it to avoid a circle
dependency. In this commit the separated status
package has been moved to peer package.

Remove unused, exported functions from engine
2023-03-03 19:49:18 +01:00
..
cmd Use the conn state of peer on proper way (#717) 2023-03-03 19:49:18 +01:00
internal Use the conn state of peer on proper way (#717) 2023-03-03 19:49:18 +01:00
proto Adding --external-ip-map and --dns-resolver-address and shorthand flags (#652) 2023-01-17 19:16:50 +01:00
server Use the conn state of peer on proper way (#717) 2023-03-03 19:49:18 +01:00
ssh Use id command for user lookup on MacOS (#384) 2022-07-07 16:13:46 +02:00
system Macos version error (#666) 2023-02-03 21:40:30 +01:00
testdata Replace IP allocation logic (#342) 2022-05-29 22:43:39 +02:00
ui correctly set the windows application icon on windows (#535) 2022-11-01 00:34:30 +01:00
Dockerfile Adding --external-ip-map and --dns-resolver-address and shorthand flags (#652) 2023-01-17 19:16:50 +01:00
installer.nsis Disable uninstall message when upgrade is silent (#505) 2022-10-13 15:00:39 +02:00
main.go Support Generic OAuth 2.0 Device Authorization Grant (#433) 2022-08-23 15:46:12 +02:00
manifest.xml Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
resources.rc Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
wireguard_nt.sh Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00