BlueBlock
22cde74db2
Delete RdpProtocol6.cs
...
class renamed to RdpProtocol
2023-03-21 12:07:18 -04:00
BlueBlock
cdc3759c04
Update Optional.cs
...
- use more efficient empty assignments
- use string interpolation
- adjust method access to minimal needed
2023-03-21 12:06:38 -04:00
BlueBlock
38abc8a167
Update NotificationPanelMessageWriter.cs
...
check for object _messageWindow before using it to avoid an exception
2023-03-21 12:04:52 -04:00
BlueBlock
7c7c7086ce
Update RdpProtocolFactory.cs
...
class RdpProtocol6 renamed to RdpProtocol
2023-03-21 12:04:03 -04:00
BlueBlock
50daf64025
Update ProtocolBase.cs
...
- add check for object _interfaceControl before using it
- adjust methods to protected where appropriate
- remove unused using
2023-03-21 12:03:28 -04:00
BlueBlock
dc38df5389
Update ConnectionsService.cs
...
use object initializer and remove unused using
2023-03-21 12:00:54 -04:00
BlueBlock
a46b2c9d98
Update ProtocolFactory.cs
...
remove unused usings
2023-03-21 11:57:34 -04:00
BlueBlock
200756361c
rename base class of RDP
...
So it is consistent with other protocols, rename the RDP base class to not reflect a version.
2023-03-21 11:55:17 -04:00
Dimitrij
877a1e4cd0
Merge pull request #2391 from BlueBlock/add_set_devenvdir_to_prebuild
...
Update mRemoteNG.csproj
2023-03-20 21:16:18 +00:00
BlueBlock
a382206f5a
Update mRemoteNG.csproj
...
add setting of DevEnvDir in prebuild
2023-03-20 16:31:22 -04:00
Dimitrij
1af7a622a6
Merge pull request #2388 from BlueBlock/fix_remove_unsused_class
...
Delete RDPVersions.cs
2023-03-17 17:54:50 +00:00
Dimitrij
3f95b2aa7e
Merge pull request #2387 from BlueBlock/fix_exception_in_disposeinterface
...
Update ProtocolBase.cs
2023-03-17 17:48:43 +00:00
BlueBlock
b7871e2e04
Delete RDPVersions.cs
...
Class is unused and not needed.
2023-03-17 13:18:14 -04:00
BlueBlock
6b6ceda497
Update ProtocolBase.cs
...
check if object is disposed before working with it
2023-03-17 13:07:58 -04:00
Dimitrij
b01b8e4bc8
adjust installer script
2023-03-17 00:42:46 +00:00
Dimitrij
20f7cb1cd0
update move installer
2023-03-17 00:17:52 +00:00
Dimitrij
3e1ee0056d
small amendments
2023-03-16 23:01:06 +00:00
Dimitrij
a3a851e57f
Merge pull request #2383 from BlueBlock/fix_null_check_not_needed
...
Update PuttySessionsRegistryProvider.cs
2023-03-16 20:10:57 +00:00
BlueBlock
cf650d4318
use more efficient array
2023-03-16 16:10:01 -04:00
Dimitrij
58e7420f04
Merge pull request #2386 from BlueBlock/fix_suppress_com_warnings_on_release_build
...
Update mRemoteNG.csproj
2023-03-16 19:24:18 +00:00
Dimitrij
aedaf084d9
Merge pull request #2382 from BlueBlock/fix_more_CA1416_warnings
...
fix more CA1416 warnings
2023-03-16 19:04:47 +00:00
BlueBlock
c18f638989
Update mRemoteNG.csproj
...
suppress com warnings on release build, but display warnings on debug builds
2023-03-16 15:00:46 -04:00
BlueBlock
fb50cdc058
Update PuttySessionsRegistryProvider.cs
...
remove unreachable code
- no need to test for null, PuttySessionsKey is a const with a value set on instantiation
2023-03-16 14:35:39 -04:00
BlueBlock
68e702c344
fix more CA1416 warnings
2023-03-16 14:15:44 -04:00
Dimitrij
651b18a8b3
Merge pull request #2381 from BlueBlock/fix_obsolete_SHA1CryptoServiceProvider
...
Update PuttyKeyFileGenerator.cs
2023-03-16 17:11:53 +00:00
BlueBlock
2174e56407
Update PuttyKeyFileGenerator.cs
...
Replace use of obsolete SHA1CryptoServiceProvider with replacement call.
2023-03-16 12:59:28 -04:00
Dimitrij
ea27a4da02
Merge pull request #2380 from BlueBlock/fix_appveyor_bulk_of_changes
...
appveyor build automation
2023-03-16 16:50:53 +00:00
BlueBlock
321fd1162b
appveyor build automation
...
bulk of the changes for appveyor automation
2023-03-16 11:08:27 -04:00
Dimitrij
c51f38ddc7
Merge pull request #2379 from BlueBlock/fix_appveyor
...
additional appveyor change
2023-03-15 19:05:36 +00:00
BlueBlock
b34cd1acc5
additional appveyor change
2023-03-15 14:51:04 -04:00
Dimitrij
43f20bb83a
Merge pull request #2378 from BlueBlock/fix_adj_appveyor_build
...
appveyor build adjustment
2023-03-15 16:57:16 +00:00
Dimitrij
79b8ddef15
Merge pull request #2377 from BlueBlock/fix_putty_registry_watcher
...
Fix putty registry watcher
2023-03-15 16:49:29 +00:00
BlueBlock
2642ea0601
appveyor build adjustment
...
Further work to test appveyor builds
2023-03-15 12:46:37 -04:00
Dimitrij
7a2f934f6a
Merge pull request #2376 from BlueBlock/add_rdp_protocol_rdc11
...
add rdp protocol rdc11
2023-03-15 12:49:03 +00:00
BlueBlock
f299fefcdc
Update PuttySessionsRegistryProvider.cs
...
Remove previous fixes return statement
2023-03-15 08:22:29 -04:00
BlueBlock
209319f460
Update PuttySessionsRegistryProvider.cs
...
Update the latest fix for the putty registry watcher, to create the registry path if it does not exist, so the watcher is able to always run.
2023-03-15 08:14:52 -04:00
BlueBlock
5ec4f4dcea
add rdp rdc11
2023-03-15 08:04:01 -04:00
Dimitrij
16f67d58d1
Merge pull request #2372 from BlueBlock/fix_exception_when_no_putty_sessions_exist
...
fix exception when no putty sessions exist
2023-03-14 19:32:10 +00:00
Dimitrij
542d794ab4
Merge pull request #2373 from BlueBlock/fix_exception_with_notification_on_app_closing
...
Update MessageFocusDecorator.cs
2023-03-14 17:03:33 +00:00
Dimitrij
ede1573b56
Merge pull request #2375 from BlueBlock/fix_exception_for_protocolbase_when_closing_app
...
Update ProtocolBase.cs
2023-03-14 16:24:43 +00:00
Dimitrij
bc8eec8887
Merge pull request #2374 from BlueBlock/add_rdp_protocol_rdc10
...
add rdc10 protocol
2023-03-14 15:35:38 +00:00
Dimitrij
59b0654b95
Merge pull request #2371 from BlueBlock/fix_installer_build_order
...
Update mRemoteNG.sln
2023-03-14 15:24:05 +00:00
Dimitrij
cae3477591
Merge pull request #2370 from BlueBlock/fix_file_fragments
...
Update FilesFragment.wxs
2023-03-14 15:22:30 +00:00
BlueBlock
6a3115b80a
Update ProtocolBase.cs
...
Do not attempt to dispose the control if the control is already closed, closing or disposed.
2023-03-14 04:44:42 -04:00
BlueBlock
1232d7c288
add rdc10 protocol
2023-03-13 22:38:13 -04:00
BlueBlock
8e1b4c9271
Update MessageFocusDecorator.cs
...
do not attempt to focus the notification panel if the application is closing, otherwise exceptions will occur since _frmMain is closing
2023-03-13 20:08:48 -04:00
BlueBlock
0f8810e22a
fix exception when no putty sessions exist
...
When putty is not installed or no sessions exist in the registry, an exception is thrown when starting the eventwatcher. Only start the eventwatcher if sessions registry path exists.
2023-03-13 18:53:00 -04:00
BlueBlock
7bbff38b6b
Update mRemoteNG.sln
...
fix install build order by also including building mremoteng
2023-03-13 18:47:14 -04:00
BlueBlock
4a7b8fa250
Update FilesFragment.wxs
...
fix some dll paths and remove unused dll
2023-03-13 18:44:26 -04:00
Dimitrij
53acc94976
Merge pull request #2369 from BlueBlock/fix_find_vstool.ps1
...
Update find_vstool.ps1
2023-03-13 14:11:00 +00:00