[PR #17] [CLOSED] IPv6 support for Windows and Linux #1543

Closed
opened 2026-05-05 07:55:57 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/17
Author: @walker0643
Created: 3/6/2018
Status: Closed

Base: ipv6Head: wltjr


📝 Commits (10+)

  • c3530a0 Add synwinhk support to synergyc
  • 271ac9e Reduce local input detection notice to INFO level
  • f83da9a Use IOHID to fake mouse buttons
  • 9551329 Compare source pid from event to detect local input on Mac
  • 0ac42d4 Experiment catching client-side native clicks
  • 41721e9 Partial local input detection for Linux
  • d5d2f93 Update Build.properties
  • 7b19ac8 Merge branch 'v1.9' into v1.9-bidir
  • 79b8146 Replace 'Symless Ltd' with 'Symless'
  • 3e5cb09 Merge branch 'v1.9' into v1.9-bidir

📊 Changes

724 files changed (+3961 additions, -170094 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE.md (+1 -1)
📝 .gitignore (+2 -1)
📝 Build.properties (+2 -2)
📝 CMakeLists.txt (+20 -71)
📝 LICENSE (+0 -3)
README.md (+3 -0)
📝 cmake/Version.cmake (+3 -3)
📝 dist/wix/Include.wxi.in (+2 -4)
📝 dist/wix/Product.wxs (+0 -12)
ext/openssl/LICENSE (+0 -125)
ext/openssl/windows/x64/bin/libeay32.dll (+0 -0)
ext/openssl/windows/x64/bin/openssl.exe (+0 -0)
ext/openssl/windows/x64/bin/ssleay32.dll (+0 -0)
ext/openssl/windows/x64/include/openssl/aes.h (+0 -149)
ext/openssl/windows/x64/include/openssl/applink.c (+0 -129)
ext/openssl/windows/x64/include/openssl/asn1.h (+0 -1419)
ext/openssl/windows/x64/include/openssl/asn1_mac.h (+0 -579)
ext/openssl/windows/x64/include/openssl/asn1t.h (+0 -973)
ext/openssl/windows/x64/include/openssl/bio.h (+0 -883)
ext/openssl/windows/x64/include/openssl/blowfish.h (+0 -130)

...and 80 more files

📄 Description

From https://github.com/symless/synergy-core/pull/6178

Partially reviewed by symless


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/17 **Author:** [@walker0643](https://github.com/walker0643) **Created:** 3/6/2018 **Status:** ❌ Closed **Base:** `ipv6` ← **Head:** `wltjr` --- ### 📝 Commits (10+) - [`c3530a0`](https://github.com/debauchee/barrier/commit/c3530a0ff35cd77c3f7221deeeebe83f90b5728a) Add synwinhk support to synergyc - [`271ac9e`](https://github.com/debauchee/barrier/commit/271ac9e0578358c4b7fe7e840a6b843523ffe3e2) Reduce local input detection notice to INFO level - [`f83da9a`](https://github.com/debauchee/barrier/commit/f83da9ae348fccaed46b0e754b5fe56254047af3) Use IOHID to fake mouse buttons - [`9551329`](https://github.com/debauchee/barrier/commit/9551329392ee597b2781626d38b4f249c71b96c1) Compare source pid from event to detect local input on Mac - [`0ac42d4`](https://github.com/debauchee/barrier/commit/0ac42d4d05b718c2540174f942ad393fef99f4cf) Experiment catching client-side native clicks - [`41721e9`](https://github.com/debauchee/barrier/commit/41721e9eac5532ce7c048a3b63851b3736c0244b) Partial local input detection for Linux - [`d5d2f93`](https://github.com/debauchee/barrier/commit/d5d2f937c35c920bb32163a3599203f9ff9a6165) Update Build.properties - [`7b19ac8`](https://github.com/debauchee/barrier/commit/7b19ac89a1c45b53ba07349a59dc3280430b6a99) Merge branch 'v1.9' into v1.9-bidir - [`79b8146`](https://github.com/debauchee/barrier/commit/79b814622eb5f86c98592e6469db825e2e8a73ab) Replace 'Symless Ltd' with 'Symless' - [`3e5cb09`](https://github.com/debauchee/barrier/commit/3e5cb09e19cd469e4f63e6699580cbb765d28722) Merge branch 'v1.9' into v1.9-bidir ### 📊 Changes **724 files changed** (+3961 additions, -170094 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE.md` (+1 -1) 📝 `.gitignore` (+2 -1) 📝 `Build.properties` (+2 -2) 📝 `CMakeLists.txt` (+20 -71) 📝 `LICENSE` (+0 -3) ➕ `README.md` (+3 -0) 📝 `cmake/Version.cmake` (+3 -3) 📝 `dist/wix/Include.wxi.in` (+2 -4) 📝 `dist/wix/Product.wxs` (+0 -12) ➖ `ext/openssl/LICENSE` (+0 -125) ➖ `ext/openssl/windows/x64/bin/libeay32.dll` (+0 -0) ➖ `ext/openssl/windows/x64/bin/openssl.exe` (+0 -0) ➖ `ext/openssl/windows/x64/bin/ssleay32.dll` (+0 -0) ➖ `ext/openssl/windows/x64/include/openssl/aes.h` (+0 -149) ➖ `ext/openssl/windows/x64/include/openssl/applink.c` (+0 -129) ➖ `ext/openssl/windows/x64/include/openssl/asn1.h` (+0 -1419) ➖ `ext/openssl/windows/x64/include/openssl/asn1_mac.h` (+0 -579) ➖ `ext/openssl/windows/x64/include/openssl/asn1t.h` (+0 -973) ➖ `ext/openssl/windows/x64/include/openssl/bio.h` (+0 -883) ➖ `ext/openssl/windows/x64/include/openssl/blowfish.h` (+0 -130) _...and 80 more files_ </details> ### 📄 Description From https://github.com/symless/synergy-core/pull/6178 Partially reviewed by symless --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:55:57 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1543
No description provided.