[PR #4187] [MERGED] Major feature: new RDP client solution with ironRDP #4031

Closed
opened 2026-02-27 01:54:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/4187
Author: @zxdong262
Created: 2/10/2026
Status: Merged
Merged: 2/10/2026
Merged by: @zxdong262

Base: masterHead: rdp


📝 Commits (2)

  • aa1e5ac Major feature: new RDP client solution with ironRDP
  • d1dbe1e fix build process

📊 Changes

12 files changed (+1517 additions, -722 deletions)

View changed files

📝 build/bin/copy.js (+0 -12)
📝 build/vite/conf.js (+20 -7)
📝 package-lock.json (+557 -371)
📝 package.json (+5 -3)
src/app/server/rdp-proxy.js (+618 -0)
📝 src/app/server/session-rdp.js (+49 -123)
📝 src/app/server/session-server.js (+3 -3)
📝 src/client/common/constants.js (+1 -1)
📝 src/client/components/rdp/rdp-session.jsx (+264 -198)
src/client/entry/rle.js (+0 -2)
src/client/entry/rle.wasm (+0 -0)
📝 src/client/views/index.pug (+0 -2)

📄 Description

No description provided


🔄 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/electerm/electerm/pull/4187 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `rdp` --- ### 📝 Commits (2) - [`aa1e5ac`](https://github.com/electerm/electerm/commit/aa1e5ac5e4fbf35d19158f840626f95038a47a16) Major feature: new RDP client solution with ironRDP - [`d1dbe1e`](https://github.com/electerm/electerm/commit/d1dbe1e32e9f32275e680527eab9db5ee2c7945a) fix build process ### 📊 Changes **12 files changed** (+1517 additions, -722 deletions) <details> <summary>View changed files</summary> 📝 `build/bin/copy.js` (+0 -12) 📝 `build/vite/conf.js` (+20 -7) 📝 `package-lock.json` (+557 -371) 📝 `package.json` (+5 -3) ➕ `src/app/server/rdp-proxy.js` (+618 -0) 📝 `src/app/server/session-rdp.js` (+49 -123) 📝 `src/app/server/session-server.js` (+3 -3) 📝 `src/client/common/constants.js` (+1 -1) 📝 `src/client/components/rdp/rdp-session.jsx` (+264 -198) ➖ `src/client/entry/rle.js` (+0 -2) ➖ `src/client/entry/rle.wasm` (+0 -0) 📝 `src/client/views/index.pug` (+0 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:40 +03: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
starred/electerm#4031
No description provided.