|
|
a7a54ad8a7
|
refactor: PortalInputCapture use std::map to hold signals and enum class as the key
fixes: InputCapturePortal crash in debug builds
|
2025-06-20 18:10:40 +01:00 |
|
|
|
20bc88eb1f
|
refactor: PortalInputCapture sonar adjustments
|
2025-06-20 12:41:34 +01:00 |
|
|
|
969b642e0b
|
refactor: EiScreen sonar adjustments
|
2025-06-20 12:41:34 +01:00 |
|
|
|
a89f3b6892
|
refactor: conform EiScreen to code standards
fixes #8700
|
2025-06-20 12:41:34 +01:00 |
|
|
|
a973d4277c
|
refactor: conform PortalInputCapture to coding standards
|
2025-06-20 12:41:34 +01:00 |
|
|
|
b8124107aa
|
refactor: conform EiKeyState to coding standards
|
2025-06-20 12:41:34 +01:00 |
|
|
|
0691d586e7
|
refactor: conform EiEventQueueBuffer to coding standards
|
2025-06-20 12:41:34 +01:00 |
|
|
|
e8c85611a0
|
refactor: conform PortalRemoteDesktop to naming standards
remove unused method and includes
|
2025-06-20 12:41:34 +01:00 |
|
|
|
0321b2d36e
|
chore: ArchNetworkBSD:Deps use make_shared now that we dont build on ubuntu 22 anymore
|
2025-06-20 09:39:26 +01:00 |
|
|
|
f4a49749c7
|
chore: remove todo in places where its done or just a note
|
2025-06-20 09:39:26 +01:00 |
|
|
|
59ed15628e
|
refactor: remove redundant access specifiers
|
2025-06-20 09:39:26 +01:00 |
|
|
|
dddb6aadf1
|
refactor: Settings remove const for return by vaule
|
2025-06-20 09:39:26 +01:00 |
|
|
|
2110411c6d
|
refactor: remove redundant cast
|
2025-06-20 09:39:26 +01:00 |
|
|
|
b29c5b1bb2
|
refactor: use contains to find if an item is in a container
|
2025-06-20 09:39:26 +01:00 |
|
|
|
07a217f54f
|
refactor: concatenate Namespaces
|
2025-06-20 09:39:26 +01:00 |
|
|
|
aacf922319
|
refactor: remove names for unused handle function args
|
2025-06-20 09:39:26 +01:00 |
|
|
|
a80e255bb0
|
refactor: Add a few missing overrides
make ~XThreadExit() override
make ~ArchString() overide
make ~ArchNetworkBDS() overide
|
2025-06-20 09:39:26 +01:00 |
|
|
|
6299f04b59
|
refactor: make TlsUtility::generatateCertificate and TlsUtility::persistCertificate const
|
2025-06-20 09:39:26 +01:00 |
|
|
|
97006889bd
|
refactor: ServerConnection::handleLogLine use referance to avoid unneeded copy
|
2025-06-20 09:39:26 +01:00 |
|
|
|
f0bb4e5cb3
|
refactor: make ServerApp::HandleScreenSwitch, Also does not use the Event * so removing it from the methods arguments
|
2025-06-20 09:39:26 +01:00 |
|
|
|
dcb047b6c5
|
refactor: make ClientApp::handleClientConnected const
|
2025-06-20 09:39:26 +01:00 |
|
|
|
551368a2d2
|
refactor: AboutDialog, Remove lambda for btnClose and connect directly to AboutDialog::close
|
2025-06-19 12:19:08 -07:00 |
|
|
|
4d738b4784
|
refactor: App use Uniqueprt for SocketMultiplexer
basedon: 8dd6bc2c55
|
2025-06-19 19:13:24 +01:00 |
|
|
|
06a616ef42
|
refactor: secureSocket uniqueprt for Ssl object
based on: 89d8ce20b0
|
2025-06-19 19:13:24 +01:00 |
|
|
|
90a651b409
|
refactor: server use std::unique_ptr for socketFactory
based on ff7f23e79d
|
2025-06-19 19:13:24 +01:00 |
|
|
|
dbc7aebfbc
|
refactor: free SecureSocket cert after use
|
2025-06-19 18:56:14 +01:00 |
|
|
|
024436d82f
|
refactor: Improve display of names on about screen with nbsp
|
2025-06-19 05:39:52 -07:00 |
|
|
|
b6bc469744
|
chore: adjust the about dialog default size
|
2025-06-19 09:54:37 +01:00 |
|
|
|
c4e47c0f2c
|
chore: add main barrier/input-leap dev to our important devs list
|
2025-06-19 09:54:37 +01:00 |
|
|
|
3d712d5621
|
fix: typo in configuration.md
|
2025-06-19 09:36:57 +01:00 |
|
|
|
4e2ad25fc1
|
fix: Error text is not shown for Qt CLI parser
|
2025-06-18 13:49:44 +01:00 |
|
|
|
66e201c8ef
|
chore: remove handle* methods that are a single oneline forward and use the line directly
|
2025-06-18 13:17:16 +01:00 |
|
|
|
3a35b183d3
|
refactor: use std::function for Event callback
based on 6d347337c3
|
2025-06-18 13:17:16 +01:00 |
|
|
|
c15214aee7
|
refactor: use std::scoped_lock inplace of std::lock_guard
|
2025-06-17 10:23:42 +01:00 |
|
|
|
5fd4d93f7f
|
refactor: replace ARCH->sleep(...) calls with Arch::sleep(...)
|
2025-06-17 10:23:42 +01:00 |
|
|
|
84e289bc30
|
refactor: replace ARCH->time() with Arch::time()
|
2025-06-17 10:23:42 +01:00 |
|
|
|
04943fad79
|
feat: Enforce a minimum TLS size of 2048bit
|
2025-06-16 05:02:33 -07:00 |
|
|
|
a7c1dc4520
|
chore: Remove 1024 TLS key length option
|
2025-06-16 05:02:33 -07:00 |
|
|
|
a73e8df01e
|
feat: improve connections status bar info
|
2025-06-16 10:35:20 +01:00 |
|
|
|
0d6837a948
|
chore: add short options for h for help and v for version in deskflow-gui
|
2025-06-16 10:13:39 +01:00 |
|
|
|
ed99306417
|
chore: refresh metainfo.xml
This adds URLs to the Wiki FAQ, Contributing Section, Source Code etc.
|
2025-06-15 05:18:02 -07:00 |
|
|
|
782702fe74
|
refactor: use std::mutex in platform/XWindowsEventQueue
|
2025-06-14 09:37:48 +01:00 |
|
|
|
5686d24626
|
refactor: use std::mutex in net/TCPListenSocket
|
2025-06-14 09:37:48 +01:00 |
|
|
|
818d588b65
|
refactor: use std::mutex in deskflow/PacketStreamFilter
|
2025-06-14 09:37:48 +01:00 |
|
|
|
86e109baf5
|
refactor: use std::mutex in ArchNetworkWinSock
|
2025-06-14 09:37:48 +01:00 |
|
|
|
fa1ee0690e
|
refactor: use std::mutex in ArchNetworkBSD
|
2025-06-14 09:37:48 +01:00 |
|
|
|
d535593d1d
|
refactor: use std::mutex in ArchMutithreadWindows
|
2025-06-14 09:37:48 +01:00 |
|
|
|
f89168d00a
|
refactor: use std::mutex in ArchStrings
port b0e415de03
build: link base to arch
|
2025-06-14 09:37:48 +01:00 |
|
|
|
fb3c8eb965
|
refactor: use std::mutex in Log
port d9d39040ae
|
2025-06-14 09:37:48 +01:00 |
|
|
|
e247f3813a
|
refactor: use std::mutex in EventQueue
port 9df4741748
|
2025-06-14 09:37:48 +01:00 |
|