[PR #2133] [CLOSED] Feature api resolve #1846

Closed
opened 2026-05-05 08:03:12 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/2133
Author: @etherneco
Created: 2/23/2026
Status: Closed

Base: masterHead: feature-api-resolve


📝 Commits (5)

  • ddd4c8b Initial Etherwaver fork setup (UHID groundwork + API scaffold)
  • 6871883 Remove standalone HID helper artifacts
  • c471d63 Merge pull request #1 from etherneco/feature/linux-uhid-backend
  • 79f7d3c Rename project to Etherwaver and update README
  • cb445d4 feat(server): add active-client resolve API with IP tracking

📊 Changes

83 files changed (+1903 additions, -328 deletions)

View changed files

📝 CMakeLists.txt (+3 -3)
📝 README.md (+103 -96)
📝 clean_build.sh (+0 -0)
📝 cmake/Version.cmake (+3 -4)
📝 debian/control (+5 -5)
📝 debian/rules (+0 -0)
📝 dist/macos/bundle/Barrier.app/Contents/Info.plist.in (+4 -4)
📝 dist/macos/bundle/build_dist.sh.in (+8 -8)
📝 dist/macos/bundle/build_installer.sh.in (+4 -4)
📝 dist/rpm/barrier.spec.in (+20 -20)
📝 doc/UpdateManpages.txt (+5 -5)
📝 doc/waverc.1 (+4 -4)
📝 doc/wavers.1 (+6 -6)
📝 res/makeicon.sh (+0 -0)
📝 snap/snapcraft.yaml (+12 -12)
📝 src/cmd/barrierc/CMakeLists.txt (+5 -4)
📝 src/cmd/barrierc/barrierc.rc (+2 -2)
📝 src/cmd/barriers/CMakeLists.txt (+5 -4)
📝 src/cmd/barriers/barriers.rc (+2 -2)
📝 src/gui/CMakeLists.txt (+13 -12)

...and 63 more files

📄 Description

Contributor Checklist:

  • I have created a file in the doc/newsfragments directory IF it is a
    user-visible change (and make sure to read the README.md in that directory)

🔄 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/2133 **Author:** [@etherneco](https://github.com/etherneco) **Created:** 2/23/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature-api-resolve` --- ### 📝 Commits (5) - [`ddd4c8b`](https://github.com/debauchee/barrier/commit/ddd4c8bd61df1f86030505758924fdfaa6ce8b7a) Initial Etherwaver fork setup (UHID groundwork + API scaffold) - [`6871883`](https://github.com/debauchee/barrier/commit/6871883bea51616d61d264342095f05e6f073df8) Remove standalone HID helper artifacts - [`c471d63`](https://github.com/debauchee/barrier/commit/c471d63680d6df401171d2462b670a0281141756) Merge pull request #1 from etherneco/feature/linux-uhid-backend - [`79f7d3c`](https://github.com/debauchee/barrier/commit/79f7d3c52f205eb66a43d5f9e89ba654a8dac7df) Rename project to Etherwaver and update README - [`cb445d4`](https://github.com/debauchee/barrier/commit/cb445d48262274cdb2594ae8fd313ac3f4ab7b61) feat(server): add active-client resolve API with IP tracking ### 📊 Changes **83 files changed** (+1903 additions, -328 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+3 -3) 📝 `README.md` (+103 -96) 📝 `clean_build.sh` (+0 -0) 📝 `cmake/Version.cmake` (+3 -4) 📝 `debian/control` (+5 -5) 📝 `debian/rules` (+0 -0) 📝 `dist/macos/bundle/Barrier.app/Contents/Info.plist.in` (+4 -4) 📝 `dist/macos/bundle/build_dist.sh.in` (+8 -8) 📝 `dist/macos/bundle/build_installer.sh.in` (+4 -4) 📝 `dist/rpm/barrier.spec.in` (+20 -20) 📝 `doc/UpdateManpages.txt` (+5 -5) 📝 `doc/waverc.1` (+4 -4) 📝 `doc/wavers.1` (+6 -6) 📝 `res/makeicon.sh` (+0 -0) 📝 `snap/snapcraft.yaml` (+12 -12) 📝 `src/cmd/barrierc/CMakeLists.txt` (+5 -4) 📝 `src/cmd/barrierc/barrierc.rc` (+2 -2) 📝 `src/cmd/barriers/CMakeLists.txt` (+5 -4) 📝 `src/cmd/barriers/barriers.rc` (+2 -2) 📝 `src/gui/CMakeLists.txt` (+13 -12) _...and 63 more files_ </details> ### 📄 Description ## Contributor Checklist: * [ ] I have created a file in the `doc/newsfragments` directory *IF* it is a user-visible change (and make sure to read the `README.md` in that directory) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:03:12 -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#1846
No description provided.