fix: protocol compatibility with Synergy (#7524)

* fix: protocol compatiblity wity synergy

* Apply clang format

* Update ChangeLog

---------

Co-authored-by: Nick Bolton <nick@symless.com>
This commit is contained in:
Chris Rizzitello 2024-09-18 13:25:20 -04:00 committed by GitHub
parent 0220a481f2
commit 660fb9daff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# 1.17.0
Bug fixes:
- #7524 Restore protocol compatibility with Synergy
Enhancements:
- #7519 Rename project to Deskflow (was Synergy Community Edition)
- #7522 Fix broken CI caused by renaming project to Deskflow

View File

@ -18,8 +18,9 @@
#include "deskflow/protocol_types.h"
const char *const kMsgHello = "Deskflow%2i%2i";
const char *const kMsgHelloBack = "Deskflow%2i%2i%s";
// Keep the "Synergy" name for hello to preserve compatibility with Synergy
const char *const kMsgHello = "Synergy%2i%2i";
const char *const kMsgHelloBack = "Synergy%2i%2i%s";
const char *const kMsgCNoop = "CNOP";
const char *const kMsgCClose = "CBYE";
const char *const kMsgCEnter = "CINN%2i%2i%4i%2i";