mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #2136] feat: multi-address client support and stale connection fix on reconnect #1849
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1849
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/2136
Author: @gdcodedev
Created: 4/24/2026
Status: 🔄 Open
Base:
master← Head:feature/multi-address-reconnect-fix📝 Commits (4)
58fd5b5feat: add multi-address support and fix stale client reconnection99c45a9fix: use correct bin path in installer for MSBuild vs Ninja generatorsfb6a6fdfix: avoid batch parser issue with parentheses in Program Files pathd5dfa88fix: use x64 instead of x64compatible in ArchitecturesInstallIn64BitMode📊 Changes
23 files changed (+230 additions, -125 deletions)
View changed files
📝
CMakeLists.txt(+9 -1)📝
azure-pipelines.yml(+10 -26)📝
azure-pipelines/build_env_tmpl.bat(+2 -3)📝
azure-pipelines/download_install_qt.ps1(+8 -19)📝
build_installer.bat(+53 -34)📝
clean_build.bat(+3 -1)📝
cmake/Version.cmake(+1 -1)📝
dist/inno/barrier.iss.in(+4 -4)📝
dist/inno/scripts/products.pas(+2 -10)📝
src/gui/CMakeLists.txt(+1 -1)📝
src/gui/src/MainWindow.cpp(+20 -1)📝
src/gui/src/MainWindowBase.ui(+1 -1)📝
src/lib/barrier/ClientApp.cpp(+69 -14)📝
src/lib/barrier/ClientApp.h(+8 -4)📝
src/lib/base/String.cpp(+1 -0)📝
src/lib/base/String.h(+1 -0)📝
src/lib/client/Client.cpp(+6 -0)📝
src/lib/client/Client.h(+7 -0)📝
src/lib/net/FingerprintData.h(+1 -0)📝
src/lib/net/SecureUtils.cpp(+1 -0)...and 3 more files
📄 Description
Summary
Test Plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.