* Made log lines consistent
* Change log level for process list
* Only show advanced proc info at DEBUG2
* Fixed some more log lines
* Update AppUtilWindows.cpp
* Switch client help to use dynamic buffer
* Add the new param into client help
* Parse the new param as a generic param
* Add additional member to store server address
* Bind client socket to network interface
* Update Changelog
* Fix code smell
Without the change the build on upcoming `gcc-13` ails as:
src/lib/base/Log.cpp: In member function 'void Log::print(const char*, int, const char*, ...)':
src/lib/base/Log.cpp:128:23:
error: 'SIZE_MAX' was not declared in this scope
128 | if ((strnlen(fmt, SIZE_MAX) > 2) && (fmt[0] == '%' && fmt[1] == 'z')) {
| ^~~~~~~~
src/lib/base/Log.cpp:30:1:
note: 'SIZE_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
29 | #include <ctime>
+++ |+#include <cstdint>
30 |
gcc-13 cleaned it's header dependencies and that exposes these failures.
* Fix crash due to out-of-order frees.
Don't free the kdbDescr until we've freed the names it contains. This
fixes a SIGBUS crash on FreeBSD (and maybe other platforms too?) when
pressing special keys (e.g., the Windows key) on a client.
* Update ChangeLog
Co-authored-by: Serhii Hadzhilov <serhii-external@symless.com>
* Add SecureClientSocket
* Add SecureServerSocket
* SecureServerSocket code cleanup
* Refactoring for SecureClientSocket
* Change base class for SecureClientSocket to InverseClientSocket
* Change base class for SecureServerSocket to InverseServerSocket
* Small refactoring
* Fix Linux compilation
* Fix code smells
* Refactoring
* Update ChangeLog
* Fix code smells
Co-authored-by: Serhii Hadzhilov <serhii@symless.com>
* 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>
* Update Version.cmake
* Add TLS to Synergy (Lite edition) (#7202)
* Add TLS to synergy light
* Requested changes
* License registration for Business edition (#7203)
* License registration for business
* Rename register to registry
* Add email into the request
* Add decoded serial key into the request
* Revert "Add decoded serial key into the request"
This reverts commit 0e18c89416.
* Revert "Add email into the request"
This reverts commit 8dff01bc24.
* Change field guid_generated to guid_type
* Update ChangeLog
* Update ChangeLog
* Fix build issue for ubuntu16 and ubuntu18 (#7204)
* Fix issue with settings
* Custom about screen for Elite Backers (#7211)
* Hide irrelevant information from the About screen for B2B
* Fix size for Windows and Linux
* Requested changes
* Fix Enterprise
* Revert "Fix Enterprise"
This reverts commit befd8d2ce3.
* Revert "Requested changes"
This reverts commit 5f728e00aa.
* Change features based on edition (#7212)
* Change features based on edition
* Fix enterprise build
* Update window titles and about screen (#7214)
* Fix About screen for Business edition
* Change dialog title
* Refactored upgrade prompt for TLS and hotkeys (#7215)
* Prompt Basic users to upgrade to Pro to access TLS encryption
* Fixed Enterprise build
* Fix code smells
* Fix sonar bug
* Remove obsolete data
* Add section "Key contributors"
* Add "Elite Backers" label
* Add Elite Backers
* Remove borders for Elite backers section
* Add link "Become an Elite Backer"
* Become an Elite Backer as a separate label
* Add link to the credits page
* Fix for macOS
* Fix fonts and spaces for Windows
* Fix window size for Linux
* Loading credits using API
* Update ChangeLog
* Fix code smells
* Requested changes
* Change URL
* Update AboutDialogBase.ui
Co-authored-by: Serhii Hadzhilov <serhii@symless.com>
* flatpack workflow to build flatpak installer
* rename flatpak build name
* changing job-build-flatpak, disabling other job-tests meanwhile
* update apt before attempting to install flatpak
* changing install command
* adding logs for installing flatpak
* running installation as root
* running installation as root - for each command
* attempting to use github action to build flatpak
* fix typo on name
* typo in image
* adding privilege option and fixing manifest path
* changing manifest-path
* uploading bundle to artifact
* changing synergy.desktop for flatpak build
* adding versioning to flatpak bundle and upload to bin storage on release
* version info fix
* running build_version as root
* adding __w to safe directory
* adding git config safe directory command to builder
* testing which part of version info is breaking
* falling back to local build of flatpak
* running only the normal synergy
* investigating build_version.py
* investigating build_version.py 2
* investigating build_version.py 3
* checking if raspberry pi build is working correctly
* get subprocess error
* printing subprocess error
* disabling try catch in version
* running git rev-list --tags command
* running git rev-list --tags command
* disabling other tests
* trying to run extra step in gitaction
* trying to remove extra step in gitaction
* fixing issues with subprocess
* try to run git rev-list
* test
* ignore versioning
* run original flatpak
* testing various build options
* attempting to run flatpak through raspberry
* raspberry flatpak installation 1
* fixing tabs in flatpak build
* trying apt over apt-get
* removing sudo from build process
* removing apt update
* trying to build without versioning
* testing build without publish
* testing
* adding fetch-depth in checkout
* checking out with v3
* getting flatpak to run without github action
* using ubuntu20.04 container
* attempting to add __w into safe directory
* adding dependencies installation
* remove sudo from installing dependencies
* removing all sudo commands from flatpak install
* moving all the apt-get installs in dependencies job
* add yes response to flatpak platform & sdk install
* proper install command for flatpak builder
* flathub input yes to flatpak builder install
* check if flatpak folder exist
* adding flatpak using apt-get
* add privilege option in docker
* removing flatpak finalize build / remove com.symless.Synergy
* listing flatpak dir
* testing to publish flatpak
* checking the directory for flatpak file
* correcting the path for scp action
* attempting to create a specific file in scp
* flatpak workflow cleanup
* cleaning up
* adding changelog info and changing flatpak patch files location
* fedora add safe directory
* creating business/enterprise YAML to replace based on env var
* build test
* disabling tests
* fixing YAML struct
* disabling replace action to see if its causing issue
* changing cp command without backslash
* checking if condition syntax
* uncommenting error at build_version
* fixing file location
* cleaning up actions
* changing workkflow to use .yml file without copying
* finalizing git action
* Remove git safe directory
* Add final line to missing files
* Move safe directory workaround
* Minor cleanup for flatpak files
Co-authored-by: Daun Chung <daunchung@github.com>
Co-authored-by: Kyle Bloom <kyle@symless.com>