mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 22:01:59 -06:00
[PR #8] [MERGED] Initial Hotplug support #225
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#225
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/feschber/lan-mouse/pull/8
Author: @feschber
Created: 6/10/2023
Status: ✅ Merged
Merged: 6/10/2023
Merged by: @feschber
Base:
main← Head:hotplug📝 Commits (10+)
2dafe07initial support for hotplug on the server side6c0979cbetter confirmation3bc03b1fix formattingbedbe15fix: reset update variablea1b42bffix notify5c8d00bfix position asking46efab5fix oopsie56ed7c5fix default handlinga67c768fix another mistake1668e2ainitialize clients📊 Changes
8 files changed (+134 additions, -37 deletions)
View changed files
📝
Cargo.lock(+7 -0)📝
Cargo.toml(+4 -8)📝
src/backend/consumer/wlroots.rs(+1 -1)📝
src/client.rs(+27 -13)📝
src/event/server.rs(+32 -10)➕
src/ioutils.rs(+49 -0)📝
src/lib.rs(+1 -0)📝
src/main.rs(+13 -5)📄 Description
This allows to dynamically add clients when an event is received from an unknown IP address.
The user is asked to confirm any unknown connection from new clients.
Currently the back-ends for event producing and consuming are not yet notified, so events will not yet be received and sent to the newly created clients.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.