Skip to content

1.14.6.0-snapshot

Pre-release
Pre-release
Compare
Choose a tag to compare
@aquacash5 aquacash5 released this 22 Sep 08:12
· 57 commits to master since this release
c37b0d2
Add ability to initiate connection from server (#7222)

* Add a new hidden readonly option "initiateConnectionFromServer"

* Add option "clientHostMode"

* Add host mode to the client GUI

* Hide main window controls for the client host mode

* Store client address into the server config file

* Add client mode the server

* Pass option --host into the client

* Add --host parameter into the synergyc

* Add InverseSocketFactory

* Add InverseClientSocket

* Add InverseServerSocket

* Add AutoArchSocket

* Add listener on the client side

* Add connection from the server side

* Fix code smells

* Additional code smells

* Requested changes

Co-authored-by: Serhii Hadzhilov <serhii@symless.com>