Commit Graph

812 Commits

Author SHA1 Message Date
MaxXor c8ea031fac Resolved some merge conflicts 2015-08-02 20:04:58 +02:00
MaxXor 6124f000de Improved compression 2015-08-02 15:22:34 +02:00
MaxXor d5066aaca5 Set Socket.NoDelay to default (false) 2015-08-02 14:31:41 +02:00
MaxXor eb2794ee0c Corrected Tooltip on Keyboard Input Button 2015-08-02 14:31:19 +02:00
MaxXor 6abcd75f11 Small fix 2015-08-02 12:25:13 +02:00
MaxXor f4bd8e80fc Fixed decrypting of settings 2015-08-02 12:22:52 +02:00
MaxXor ff65ceeb80 Improved encryption speed
- pre hashing of the key
2015-08-02 12:17:31 +02:00
MaxXor 7e46f3ccdc Improved null-check in SurveillanceHandler 2015-08-02 10:12:11 +02:00
MaxXor c5efc87f46 Merge pull request #317 from d3agle/master
Added Server handling checks
2015-08-01 22:57:17 +02:00
d3agle 39cb308b3e Small fixes 2015-08-01 12:37:37 -05:00
d3agle 590d574c1b Added Server handling check
-Added some server handling checks to make sure handling of a client disconnection doesn't affect the stability of the server
2015-08-01 11:27:45 -05:00
MaxXor 64b26fa6be Small fix 2015-08-01 15:50:42 +02:00
MaxXor 11dc0f95b9 Added limit to maximum simultaneous file downloads/uploads
maximum simultaneous file downloads/uploads = 2

ref #262
2015-08-01 15:11:41 +02:00
MaxXor 508a51c7b6 Edited Readme 2015-07-31 21:50:01 +02:00
MaxXor cc1a729b81 Merge pull request #315 from d3agle/master
Remote Desktop form bug fix
2015-07-31 15:32:01 +02:00
d3agle 9f91971009 Remote Desktop form bug fix
If a client unexpectedly disconnects from the server while rdp is running, `client.Value` can be nulled before the `SurveillanceHandler` reaches this check
2015-07-31 08:28:23 -05:00
MaxXor 328200ad09 Added Test Categories to Server Tests 2015-07-31 10:04:44 +02:00
MaxXor 4b9e2785a2 Merge pull request #313 from MaxXor/pr/312
Added ability to upload & execute batch files
2015-07-31 10:03:15 +02:00
MaxXor 0306acdbe6 Improved validating of executable files
- improved unit tests with categories
- removed validating of batch files, we can not really validate them
2015-07-31 10:01:41 +02:00
Jamie Rees 4d0ae7bca0 Un-did my accident change 2015-07-30 21:52:28 +01:00
Jamie Rees 419cc4f3eb Finished adding the ability to upload and execute .bat files.
Also added unit tests to cover the new method.
2015-07-30 21:39:32 +01:00
MaxXor dc80a25d23 Minor change 2015-07-30 19:11:34 +02:00
MaxXor 6fecce1ac9 Merge pull request #311 from d3agle/master
Remote Desktop Mono Support
2015-07-30 19:05:36 +02:00
d3agle a86ade072d RDP Mono fixes 2015-07-30 10:40:51 -05:00
d3agle 9a514be262 RDP Mono keyboard input
Changed controls with tabstop to false to prevent tab presses
2015-07-30 09:07:04 -05:00
MaxXor f871710d2e Smaller reconnect delay for debugging 2015-07-30 15:50:21 +02:00
MaxXor 8010ac037f Merge pull request #309 from d3agle/master
RDP Mono fix
2015-07-30 15:34:18 +02:00
tidusjar e29fce5c20 Allowed file dialogue to select .bat files. 2015-07-30 14:12:53 +01:00
d3agle 4f31365205 RDP Mono fix 2015-07-30 07:13:16 -05:00
MaxXor 7ac9caace2 Merge pull request #308 from d3agle/master
Key Handling Improvements
2015-07-30 10:35:55 +02:00
d3agle e19b39ea3a Key Handling Improvements 2015-07-29 17:12:55 -05:00
MaxXor 439777ca43 Merge pull request #306 from MaxXor/remote-desktop
Improved Remote Desktop
2015-07-29 21:34:05 +02:00
MaxXor c3f9b67938 Merge pull request #305 from MaxXor/pr/304
Added Mouse Scrolling and Keyboard Input to Remote Desktop
2015-07-29 21:27:55 +02:00
MaxXor 72c4815ad6 Added Icons to keyboard input button 2015-07-29 21:26:50 +02:00
d3agle 9416b22f46 Small fixes and prep for hotkeys 2015-07-29 12:17:19 -05:00
d3agle f01b5550af Improved Keyboard handling 2015-07-29 09:21:49 -05:00
d3agle efc44632a7 Format fix 2015-07-29 08:42:52 -05:00
d3agle 45742d234d Small fix
if form isn't in focus then don't send key data
2015-07-29 08:38:50 -05:00
d3agle 6f307b210b Keyboard implementation for RDP 2015-07-29 08:11:07 -05:00
d3agle 0f82ba9322 Removed unused namespace 2015-07-29 07:01:35 -05:00
d3agle 08a7415185 Added Mouse Scrolling to RDP
Added Keyboard/Mouse hook to server to access mouse data and for future keyboard integration to RDP
2015-07-29 06:57:52 -05:00
MaxXor 834dd12592 Old Remote Desktop
- has some improvements from the new one
2015-07-29 10:40:34 +02:00
MaxXor cffa366073 Improved Remote Desktop cleanup #298 2015-07-29 09:33:32 +02:00
MaxXor 5ead60e571 Minor fixes 2015-07-29 00:12:31 +02:00
MaxXor 889f16a60e Merge pull request #303 from MaxXor/pr/301
Improved Remote Desktop
2015-07-28 23:56:15 +02:00
MaxXor 44a9ff21a4 Merged changes 2015-07-28 23:52:42 +02:00
MaxXor 58167f32a6 Small fixes 2015-07-28 23:48:39 +02:00
yankejustin ec39581dc3 Fixed typo 2015-07-28 15:12:18 -04:00
yankejustin cb01565b15 Small documentation addition and remove check
Added some documentation for a variable and removed an unnecessary
conditional.
2015-07-28 14:52:07 -04:00
yankejustin 2d2a66b3d1 Refactoring, improvements, and more
Rafactored a reasonably large portion of the Remote Desktop. Added a few
interfaces, cleaned up some code, and multiple improvements to the
design.
Also fully implemented the new custom PictureBox control. Performance
gain is more noticable.
2015-07-28 14:36:04 -04:00