yuanyuanxiang
53515820ea
Fix : #292 RTT display showing 0 or 1 instead of actual milliseconds
...
- Convert srtt from seconds to milliseconds before sending in Heartbeat
(srtt is stored in seconds but Ping field expects milliseconds)
- Add input validation in RttEstimator::update_from_sample to filter
abnormal RTT values (<=0 or >30000ms)
2026-01-25 21:02:32 +01:00
yuanyuanxiang
b4c47ba553
Fix: Mouse double click can't select the wanted text
2026-01-22 22:57:28 +01:00
yuanyuanxiang
3d0492b882
Fix: Change screen resolution strategy causing DXGI crash
2026-01-22 22:57:28 +01:00
shaun
abd1855633
Improve: Notify user if remote desktop control may be failed
2026-01-22 16:48:30 +01:00
yuanyuanxiang
895ac3f54c
Release v1.2.3
2026-01-21 23:30:21 +01:00
shaun
43e752cf9c
Fix: OnOnlineUpdate caused by commit 2fb77d5
2026-01-21 15:25:49 +01:00
yuanyuanxiang
0eba54756b
Improve: Show all windows status in system dialog
2026-01-20 23:21:53 +01:00
yuanyuanxiang
63266f5dd3
Fix: GetProcessList can't get some process full path
2026-01-20 22:39:15 +01:00
yuanyuanxiang
2fb77d512b
Improve: Add client update logic for client type EXE
2026-01-20 22:06:31 +01:00
yuanyuanxiang
51c0658e18
Fix: Check time to make reassigned client restore immediately
2026-01-19 23:12:10 +01:00
yuanyuanxiang
5fc9ef1eb0
Feature: refactor ClientList and add dialog to show it
2026-01-19 18:29:37 +01:00
yuanyuanxiang
0b65a24ac2
fix : #288 Command line issues
2026-01-18 11:02:56 +01:00
yuanyuanxiang
13a09e8451
Feature: Support download payload from http(s) server
2026-01-17 23:10:01 +01:00
yuanyuanxiang
1611ddd869
Improve: ExpandDirectories after GetForegroundSelectedFiles
2026-01-17 11:11:04 +01:00
yuanyuanxiang
39e07adb3b
Feature: Support using remote cursor in screen control
2026-01-16 22:06:04 +01:00
yuanyuanxiang
38517e20f9
zlib: Update to version 1.3.1.2 and use context in decompression
2026-01-15 16:16:55 +01:00
yuanyuanxiang
32f298bdfb
Fix: Copy payload file to target directory when installing
2026-01-14 00:09:22 +01:00
yuanyuanxiang
e5872dc0b8
Fix #281 : Check if CPU has SSE2 to avoid client crash
2026-01-14 00:09:22 +01:00
yuanyuanxiang
bab7279c2a
Release v1.2.2
2026-01-11 21:54:39 +01:00
yuanyuanxiang
c971c69cb8
Improve: Save remote desktop screen settings in registry
2026-01-11 17:15:01 +01:00
yuanyuanxiang
7c6ee74574
Improve: GetForegroundSelectedFiles if GetClipboardFiles failed
2026-01-10 23:56:29 +01:00
yuanyuanxiang
c75b45507c
Feature: Show screen resolution and client id in popup window
2026-01-10 20:52:00 +01:00
yuanyuanxiang
daa70f9777
Feature: Support customizing client name and install directory
2026-01-10 17:31:34 +01:00
yuanyuanxiang
808371ed6e
Feature: Add menu to set screen strategy for remote control
2026-01-08 22:50:42 +01:00
yuanyuanxiang
49373a1137
Feature: Support compress files in file management dialog
2026-01-04 22:12:12 +01:00
yuanyuanxiang
b6af9ce615
style: Change files encoding format to UTF8-BOM
2026-01-02 20:03:38 +01:00
yuanyuanxiang
e86afe74da
TestRun: Change inject shellcode to explorer <- notepad
2026-01-02 20:03:38 +01:00
yuanyuanxiang
5d61ae57ca
Release v1.2.1
2026-01-01 16:02:46 +01:00
shaun
71c7c99f62
Improve building client - append shellcode to file end
2025-12-31 13:55:37 +01:00
shaun
2b4f061f82
Fix: TestRun run as windows service can't unlock screen
2025-12-30 14:03:11 +01:00
yuanyuanxiang
4ae97abcc6
Feature: Add FPS control menu for remote desktop
2025-12-28 21:25:45 +01:00
yuanyuanxiang
473af822cc
Revert #242 and improve security when sending files to client
2025-12-28 20:33:40 +01:00
yuanyuanxiang
a437905f26
Fix switch screen and support dragging files to remote
2025-12-27 12:03:16 +01:00
yuanyuanxiang
34e7cdb663
Fix #266 : CloseHandle close an invalid handle
2025-12-26 16:23:36 +01:00
yuanyuanxiang
a297f3419f
Release v1.2.0
2025-12-25 09:32:37 +01:00
yuanyuanxiang
2ee61a760f
Fix/Improve: fix #267 and scale 4K desktop screen to 1080P
2025-12-24 19:58:52 +01:00
shaun
94ff731223
Improve: Exit authorization client after succeed authorizing
2025-12-23 15:16:01 +01:00
yuanyuanxiang
3aedb38217
Improve: Change registry/mutex name of client program
2025-12-22 21:32:08 +01:00
yuanyuanxiang
d580d282d8
Feature: Use frpc.dll to proxy client's TCP port
2025-12-22 20:33:29 +01:00
yuanyuanxiang
0b67d06548
Feat&Improve: Support gen pass code binding with domain
2025-12-21 12:00:36 +01:00
shaun
5b32eda17d
Fix: Remote screen black if the window doesn't use dwm to render
2025-12-19 21:42:46 +01:00
shaun
5ee87d9450
Revert ac2480c9: Copy and run client program in ProgramData
...
Fix: Run as Windows service will fail due to ac2480c9
Improve: Don't check date because trail has been removed
2025-12-18 15:44:28 +01:00
yuanyuanxiang
602997082e
Feature: Complete re-group logic and add log control
2025-12-17 23:09:22 +01:00
shaun
b4687bb1a2
Feature: Support upload/download executable file and run it
2025-12-17 22:04:35 +01:00
yuanyuanxiang
934942c2cb
Fix: Remove FRPC settings file before re-write it
2025-12-16 23:56:35 +01:00
yuanyuanxiang
d919949213
Feature: Add reconnect logic for remote desktop control
2025-12-16 19:31:15 +01:00
shaun
250ae09898
Feature: Add command for client sending msg to master
2025-12-15 17:51:51 +01:00
yuanyuanxiang
52239dbfba
Release v1.1.9
2025-12-14 09:17:05 +01:00
yuanyuanxiang
c7b0a0f218
Improve: Calculate unique ID for client program
2025-12-14 09:17:05 +01:00
yuanyuanxiang
29abbfe489
Fix client offline issue and virtual desktop opening issue
2025-12-13 19:56:21 +01:00