Commit Graph

909 Commits

Author SHA1 Message Date
Justin Yanke 4e70b72583 Merge pull request #29 from MaxXor/master
Merge with recent changes
2015-07-28 11:50:50 -04:00
MaxXor 7e8693ba34 Improved Remote Desktop image processing #298 2015-07-28 11:48:27 +02:00
MaxXor 5dc79b91fa Some fixes to Remote Desktop #298 2015-07-27 23:42:26 +02:00
Justin Yanke 067b97b805 Merge pull request #28 from MaxXor/master
Merge with recent changes
2015-07-27 17:28:36 -04:00
MaxXor 397837eb82 Merge pull request #300 from MaxXor/pr/299
Remote Desktop Mouse Input Improvements
2015-07-27 20:51:47 +02:00
MaxXor ca5a738cd2 Minor change 2015-07-27 20:51:09 +02:00
d3agle ddfdca3cc9 Merge branch 'master' of https://github.com/MaxXor/xRAT 2015-07-27 11:55:34 -05:00
d3agle 0c054e2a2c Removed redundant code 2015-07-27 11:01:46 -05:00
d3agle 358324c7c2 Added MouseAction enum 2015-07-27 10:36:18 -05:00
MaxXor edb4e69869 Fixed #297 2015-07-27 17:24:43 +02:00
d3agle 44ac0ca0a7 Fix to small fix
Logic error *doh*
2015-07-27 09:20:55 -05:00
d3agle b06dc4d31e Small fix
If remote desktop was not started it would still send mouse input
2015-07-27 09:19:09 -05:00
d3agle 41862cbd6d Remote Desktop Mouse Input Improvements 2015-07-27 08:57:05 -05:00
MaxXor 7eabc0fe14 Fixed #296 2015-07-27 13:23:56 +02:00
MaxXor 5b396acfc3 Fixed #295 2015-07-27 13:20:39 +02:00
MaxXor 89d5fdbc1b Fixed minor grammar mistake 2015-07-26 19:38:45 +02:00
MaxXor 5d110d36ae Moved Keylogger 2015-07-26 19:36:11 +02:00
MaxXor c63e361136 Improved GeoLocation implementation 2015-07-26 16:44:03 +02:00
MaxXor db2c7e8adf Fixed #294 2015-07-26 15:27:38 +02:00
MaxXor cf16e57d9e Merge pull request #293 from MaxXor/pr/290
Improved UPnP reliability
2015-07-26 11:05:46 +02:00
MaxXor 3cdc525bf7 Minor fix 2015-07-26 11:02:58 +02:00
MaxXor 4e1678b633 Fixed #292 2015-07-26 10:42:53 +02:00
d3agle 81389d64a4 UPnP ensure port map 2015-07-26 00:56:44 -05:00
MaxXor a6b15afdbb Added try-catch block to invoke for closing forms 2015-07-26 00:24:38 +02:00
MaxXor cdfe49fcb7 Minor fix 2015-07-26 00:19:06 +02:00
MaxXor 59eec835dd Some refactoring and Remote Desktop improvements 2015-07-26 00:10:59 +02:00
MaxXor 0251e42cd3 Improved UPnP support #280 2015-07-25 16:58:36 +02:00
MaxXor 1b24fd8d65 Improved thread-safety of UPnP implementation 2015-07-25 12:27:07 +02:00
MaxXor a76bd5cf75 Merge pull request #287 from d3agle/master
UPnP Fix
2015-07-25 12:14:48 +02:00
d3agle b5dd3e7874 UPnP Fix 2015-07-25 05:11:00 -05:00
MaxXor 5cdd62be43 Merge pull request #286 from d3agle/master
PacketHandler fix
2015-07-25 10:58:22 +02:00
d3agle 98bef4917a PacketHandler fix
For some reason, killing the Client process on my VM while Remote Desktop was running on my host would cause the Server to crash.  A NullReferenceException was thrown @ Line 16 in PacketHandler.cs.  Not sure if this is the best fix, but the server is trying to handle a packet after client.Value is nulled
2015-07-25 03:53:00 -05:00
MaxXor 8d18c248ad Merge pull request #285 from d3agle/master
UPnP fix
2015-07-25 10:21:43 +02:00
d3agle 92f0563cf0 Removed unused namespace 2015-07-24 18:49:04 -05:00
d3agle 89aac0fa78 Server UPnP fix 2015-07-24 18:46:55 -05:00
MaxXor 09561c4252 Improved GUI with new TabControl 2015-07-25 00:29:19 +02:00
MaxXor 9b9842d988 Fixed Anchor of button in File Manager 2015-07-24 17:29:07 +02:00
MaxXor 59ccdc56a8 Minor fix to File Manager when refreshing directory multiple times 2015-07-24 17:13:42 +02:00
MaxXor 42b7312d33 Added refreshing directory in File Manager with F5 2015-07-24 16:56:42 +02:00
MaxXor 8a7bda84bd Added Upload File with Drag & Drop to File Manager 2015-07-24 15:46:11 +02:00
MaxXor 66840b65b4 Minor change 2015-07-24 11:10:25 +02:00
MaxXor dbac14f880 Show name of drive in File Manager 2015-07-24 10:41:21 +02:00
MaxXor 69124ded6a Fixed FM Remove option does not work on canceled transfers 2015-07-24 10:26:51 +02:00
MaxXor ceb5bc52fd Added option to remove completed file transfers
- File Manager shows more information about drives
2015-07-24 01:58:02 +02:00
MaxXor 2c48db56e4 Improved Remote Desktop
- shows now FPS (frames per second)
2015-07-23 16:55:44 +02:00
MaxXor e4757b87a2 Improved File Manager
- Added blocking send, this is important when transfering files to
prevent allocation of all blocks at once which pumps the memory with the
files contents
2015-07-23 13:31:45 +02:00
MaxXor d1b37e7d49 Improved header reading
When a new packet is at the end of the current buffer, it can happen
that the header isn't complete. Then it first reads what's there, writes
it to a temporary header and receives the rest of it in the next read
buffer.
2015-07-19 20:12:34 +02:00
MaxXor 1f30566c8a Improved Mono compatibility of the Server #279 2015-07-19 12:22:17 +02:00
MaxXor 26c6ef7bfa Improved waiting for UPnP devices 2015-07-19 10:22:04 +02:00
MaxXor 7e30db0717 Added documentation to RemoteShell 2015-07-18 18:08:56 +02:00