Commit Graph

116 Commits

Author SHA1 Message Date
MaxXor d1dc6a64d9 Moved WanIp 2015-08-18 07:33:35 +02:00
d3agle 5f84b24ed2 Refactor/Naming 2015-08-17 21:59:28 -05:00
d3agle c56617434d Improved GeoLocationHelper 2015-08-17 11:53:11 -05:00
MaxXor 0c2a80a710 Added FileZilla Password Recovery (thx to SandPox)
#329
2015-08-17 13:26:09 +02:00
MaxXor a7fd5327f1 Improved Settings, Builder Profiles and more
- Added namespace Data for classes which just hold data or help in data
processing
- Fixes #327
2015-08-15 16:06:07 +02:00
MaxXor af3442a954 Improved File Manager
Improved Exception Handling
2015-08-06 19:58:36 +02:00
MaxXor ac9f386ec9 Improved Client Builder
closes #282
2015-08-03 17:33:50 +02:00
MaxXor 28ddaf93a9 Use List<T> for PasswordsResponse 2015-08-02 23:50:10 +02:00
MaxXor 1428a62d8e Removed unnecessary LoginInfo 2015-08-02 21:11:23 +02:00
MaxXor 8d2a2f6e4d Small fix 2015-08-02 20:50:46 +02:00
MaxXor c8ea031fac Resolved some merge conflicts 2015-08-02 20:04:58 +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 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 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
tidusjar e29fce5c20 Allowed file dialogue to select .bat files. 2015-07-30 14:12:53 +01:00
MaxXor 72c4815ad6 Added Icons to keyboard input button 2015-07-29 21:26:50 +02:00
d3agle f01b5550af Improved Keyboard handling 2015-07-29 09:21:49 -05:00
d3agle 6f307b210b Keyboard implementation for RDP 2015-07-29 08:11:07 -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
d3agle 358324c7c2 Added MouseAction enum 2015-07-27 10:36:18 -05:00
d3agle 41862cbd6d Remote Desktop Mouse Input Improvements 2015-07-27 08:57:05 -05: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 4e1678b633 Fixed #292 2015-07-26 10:42:53 +02:00
MaxXor 59eec835dd Some refactoring and Remote Desktop improvements 2015-07-26 00:10:59 +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 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 b46b57e602 Added enum for dirs and files in File Manager 2015-07-15 11:45:45 +02:00
MaxXor 8f88f4142a Added ShutdownAction enum 2015-07-14 23:48:24 +02:00
MaxXor 6c6bc07b6e Added enum for UserStatus 2015-07-14 23:18:48 +02:00
MaxXor 45dccb69e0 Added consistent packet names 2015-07-14 19:00:31 +02:00
MaxXor 70618e91cb Improved memory management in server
- Fixed handling packets wih payload bigger than the buffersize of the
receiving socket
- Added locks to FileSplit class
2015-06-07 16:28:33 +02:00
MaxXor 3bdd5aa294 Implemented pooled buffer manager to socket 2015-06-05 23:07:37 +02:00
MaxXor 58b2c2d2d4 Fixed getting startup items with same name 2015-06-03 15:18:37 +02:00
MaxXor 172e266fbe Improved Startup Items exception handling 2015-06-03 14:41:39 +02:00
MaxXor dc5bef821e Fixed getting startup entries from client 2015-06-03 07:50:38 +02:00
MaxXor 7d153c416c Added safe way to open subkey with write access 2015-06-02 20:38:44 +02:00
MaxXor f1934058a0 Improved Registry Access in Client 2015-06-02 20:15:36 +02:00
yankejustin 59599759be Throw a more meaningful exception
For those that like to see the type of exception thrown, this makes it
more clear and meaningful.
2015-06-02 13:34:05 -04:00
yankejustin 38acb88aab Added another RegistryKey extension method
This makes the code more readable and the intent more obvious.
2015-06-02 13:29:42 -04:00
yankejustin 901cbd3a64 Add to the dictionary correctly 2015-06-02 13:18:02 -04:00
yankejustin fab38a8b9a Added RegistryKey Extensions/Helpers
Added RegistryKey Extensions/Helper methods. Cleaned up and improved
HandleGetStartupItems.
2015-06-02 13:14:32 -04:00
MaxXor 3ff0b38585 Added #245
Improved client & server
closes #245
2015-05-31 19:22:00 +02:00
MaxXor 8d32c58901 Removed newly added unused reference 2015-05-27 19:38:07 +02:00
yankejustin 16ad740862 Screen length check
Come to think of it, if there isn't a screen in the array, we shouldn't
use it! heh
2015-05-27 12:38:50 -04:00