Commit Graph

204 Commits

Author SHA1 Message Date
lc
7cb29b1117 add ice-servers config 2025-11-16 18:43:31 +08:00
lc
0da5d379fc support turn relay config, and force_relay option 2025-11-16 04:04:25 +08:00
lichon
483cf9d225 Apply suggestions from code review 2025-11-15 16:37:34 +08:00
lichon
b10a96b7bc Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-15 16:04:59 +08:00
lc
3a919aef54 minor change 2025-11-15 00:27:09 +08:00
lc
955e49dc4b use webrtc sdp fingerprint as session key 2025-11-14 20:32:49 +08:00
lichon
6463ba0e52 Update examples/webrtc_dummy.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-14 16:05:38 +08:00
lc
5dcfea1ee4 support send_timeout 2025-11-14 16:03:02 +08:00
RustDesk
47dc73de1e Update src/webrtc.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-14 11:46:59 +08:00
lc
f8d1d4207d move out dummy webrtc mod 2025-11-14 01:09:08 +08:00
lc
67ad83a2b2 fix webrtc example when webrtc disabled 2025-11-13 23:25:53 +08:00
lc
c406111c66 make compiler happy 2025-11-13 23:22:41 +08:00
lc
f9e70f3d46 remove typo 2025-11-13 23:11:33 +08:00
lc
f5f78c84d5 remove unwraps 2025-11-13 23:07:01 +08:00
RustDesk
3e1e58747a Update Cargo.toml 2025-11-13 22:15:04 +08:00
lichon
7f1941332b Merge branch 'rustdesk:main' into main 2025-11-13 21:00:36 +08:00
lc
4cea3a7769 better example support local dc stream
fix read/write issue
clear sessions after close
2025-11-13 20:59:32 +08:00
lc
8ae4651bc7 make webrtc-rs optional feature 2025-11-13 16:53:07 +08:00
RustDesk
6e2671e951 Merge pull request #437 from fufesou/fix/wayland_resolution
fix: Wayland mouse misalignment
2025-11-13 11:46:21 +08:00
RustDesk
86804ad106 Merge pull request #438 from 21pages/option-allow-ask-for-note-at-end-of-connection
local option allow-ask-for-note
2025-11-13 11:45:29 +08:00
21pages
c0b279f80a local option allow-ask-for-note
Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-11-13 11:06:17 +08:00
fufesou
4fe91763b7 fix: Wayland resolution
1. Add filed `scale` in `message SwitchDisplay`(`message.proto`).
2. Add new function to get all display info.
3. Add help link of KDE Plasma Wayland.

Signed-off-by: fufesou <linlong1266@gmail.com>
2025-11-12 23:16:04 +08:00
lc
442160d704 add webrtc stream 2025-11-12 19:46:55 +08:00
RustDesk
9b53baeffe Merge pull request #430 from 21pages/refactor-edge-scroll-edge-thickness
optioin `edge-scroll-edge-thickness`
2025-11-06 23:06:49 +08:00
21pages
48042dd916 optioin edge-scroll-edge-thickness
Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-11-06 18:35:26 +08:00
RustDesk
5ed154a205 Merge pull request #429 from fufesou/fix/advanced_option_tls_fallback
fix: advanced option tls fallback
2025-11-04 21:47:13 +08:00
fufesou
2be0b865b9 fix: advanced option tls fallback
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-11-04 20:52:50 +08:00
RustDesk
a4053b929b Merge pull request #425 from fufesou/refact/tls_fallback_rustls_native_tls
refact: tls fallback, rustls -> native-tls
2025-11-03 22:53:17 +08:00
fufesou
a4534b6662 refact: tls fallback, rustls -> native-tls
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-11-03 15:30:00 +08:00
RustDesk
cd100e9fb7 Merge pull request #426 from logiclrd/edge-scrolling
Edge scrolling: Accept "scrolledge" value for scroll style in configuration
2025-11-03 14:22:36 +08:00
Jonathan Gilbert
a8e31504b0 Added scrolledge as a recognized possible value for the setting with key OPTION_SCROLL_STYLE in config.rs. 2025-11-03 00:09:36 -06:00
RustDesk
32934c7425 Merge pull request #424 from fufesou/refact/crate-version-webpki-roots
refact: update crate webpki-roots
2025-11-02 23:23:18 +08:00
fufesou
2985cd84b6 refact: update crate webpki-roots
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-11-02 23:15:26 +08:00
RustDesk
c08ef5cbc2 Merge pull request #423 from fufesou/fix/crate-version-webpki-roots
fix: crate version, webpki-roots
2025-11-02 23:09:13 +08:00
fufesou
ae7f2b2c9d fix: crate version, webpki-roots
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-11-02 23:05:08 +08:00
RustDesk
e8e5a10207 Merge pull request #422 from fufesou/refact/log_level
refact: env logger, filter modules
2025-11-02 22:59:45 +08:00
fufesou
ccb2214a0e refact: env logger, filter modules
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-11-02 22:56:25 +08:00
RustDesk
b55451eeca Merge pull request #403 from fufesou/refact/tls_nativetls_fallback_rustls
refact: tls, native-tls fallback rustls-tls
2025-11-02 21:36:32 +08:00
RustDesk
91d115c981 Merge pull request #420 from logiclrd/fix-warning
Fix build warnings
2025-11-02 21:22:28 +08:00
Jonathan Gilbert
345d37b8ff Changed the GLOBAL_CALLBACK code in src/platform/mod.rs back to a static reference and instead explicitly allowed static_mut_refs in this instance. 2025-11-01 16:34:11 -05:00
Jonathan Gilbert
95dd7e5c21 Updated breakdown_signal_handler in src/platform/mod.rs to obtain a raw pointer to GLOBAL_CALLBACK instead of a shared reference. 2025-11-01 16:25:25 -05:00
Jonathan Gilbert
8e88482451 Updated default_options in config.rs to capture the return value of [].map, eliminating a build-time warning. 2025-11-01 08:29:01 -05:00
fufesou
54c4d869ed refact: tls native-tls fallback rustls-tls
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-10-31 12:37:23 +08:00
RustDesk
d6dd7ae052 Merge pull request #413 from 21pages/proxy
add function to get proxy username, password
2025-10-30 14:40:53 +08:00
21pages
2d80f7a295 add function to get proxy username, password
Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-10-30 14:04:31 +08:00
RustDesk
0e38202093 Merge pull request #412 from 21pages/remove_warning
remove a warning
2025-10-30 13:52:36 +08:00
21pages
b4ebe2ccbb remove a warning
Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-10-30 13:44:35 +08:00
RustDesk
1d5975e03d Merge pull request #410 from 21pages/mobile_platform_verifier_fallback
Mobile platform verifier fallback
2025-10-30 13:19:22 +08:00
21pages
bbc8e2f31a add mobile fallback platform verifier
Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-10-30 13:13:04 +08:00
RustDesk
5b2f391426 Merge pull request #411 from rustdesk/revert-406-android_wss_use_rust_platform_verifier
Revert "mobile wss use rustls_platform_verifier"
2025-10-30 10:28:11 +08:00