Commit Graph

939 Commits

Author SHA1 Message Date
MaxXor bbcc2f954e Fixed client crash when no hosts to connect 2015-08-28 12:45:57 +02:00
MaxXor e9fdb1a431 Added null-check for list of clients 2015-08-28 12:16:55 +02:00
MaxXor 69481ed813 Changed Architecture property to Is64Bit 2015-08-28 12:14:01 +02:00
MaxXor 0d9334f97b Fixed wrong installation path on windows xp 32-bit 2015-08-28 11:56:54 +02:00
MaxXor 5417ba8d2a Merge pull request #362 from d3agle/master
Added packet decompression error-handling
2015-08-28 11:25:38 +02:00
MaxXor 142b6548de Merge pull request #361 from d3agle/bugfixes
Remote desktop togglekey fix
2015-08-28 11:24:56 +02:00
d3agle 3424fa73aa Added decompression handling 2015-08-27 16:39:29 -05:00
d3agle f12e243a34 Remote desktop togglekey fix 2015-08-27 16:31:37 -05:00
MaxXor f528229dc6 Validate password before asking for save location 2015-08-27 23:09:25 +02:00
MaxXor e396f45b88 Improved Builder Password validation 2015-08-27 23:05:07 +02:00
MaxXor f516d6010f Fixed pre-hashing of password when starting to listen 2015-08-27 22:59:53 +02:00
MaxXor a9e8eca086 Small fix 2015-08-27 20:59:03 +02:00
MaxXor 5ba266f3a0 Small networking improvement 2015-08-27 20:51:04 +02:00
MaxXor 5e6507596b Small change 2015-08-27 17:20:39 +02:00
MaxXor 20e01a28ef Changed ConnectionHandler to ServerHandler
- Disabled and removed statistics -> will be remade
- Fixed Reverse Proxy using always wrong port
- Improved handshake
2015-08-27 17:14:21 +02:00
MaxXor 4c06af84be Revert 7b271afa51 2015-08-27 15:40:03 +02:00
MaxXor 0ef438f7b4 Fixed Password not hashed when pressing 'Start listening' 2015-08-27 09:20:16 +02:00
MaxXor ec7df970d0 Networking fixes 2015-08-27 09:19:10 +02:00
MaxXor d747a3be2d Merge pull request #359 from d3agle/bugfixes
Server fixes
2015-08-27 08:27:53 +02:00
d3agle 0a087b461c Server Fixes 2015-08-26 20:11:43 -05:00
d3agle 36270bc76c Fix firefox registry path 2015-08-26 18:00:16 -05:00
MaxXor 03a28cbc97 Set FrmStartupManager minimum size 2015-08-26 22:29:26 +02:00
MaxXor 5ceab1ac72 Improved Installation error handling 2015-08-26 21:15:12 +02:00
MaxXor b818dbc54b Fixed uninstallation 2015-08-26 20:54:42 +02:00
MaxXor e94beaeb79 Merge pull request #356 from quasar/uninstall-fix
Fix for uninstalling in read-only protected directory
2015-08-26 20:37:01 +02:00
MaxXor 790dd2a92f Fixed GetUptime 2015-08-26 20:21:20 +02:00
yankejustin 5dc8c0b07f Fix for uninstalling in admin folder
Make sure it doesn't just have the read-only attribute. If it does and
we have admin. privileges, strip all of the files in the client's
install path so that we can proceed and continue the uninstallation
process.
2015-08-26 14:15:14 -04:00
MaxXor 7184482286 Merge pull request #354 from quasar/UptimeFix
Fixed #346
2015-08-26 20:09:12 +02:00
MaxXor 02ca781ecf Merge pull request #355 from quasar/net40
Upgrade Target Framework to 4.0 Client Profile
2015-08-26 20:07:03 +02:00
yankejustin e85c448080 Fix for #346
This should fix issue #346 regarding incorrect uptime being returned.
Directly querying the uptime and subtracting it from the current time
(in UTC) allows us to convert it into a TimeSpan from the ticks and
obtain a significantly more accurate uptime.
2015-08-26 13:04:41 -04:00
MaxXor 6dbb5bface Updated Readme 2015-08-26 15:54:43 +02:00
MaxXor c4b2070806 Fixed registry access 2015-08-26 15:53:00 +02:00
MaxXor ae503bebe4 Updates regarding .NET Framework 4.0 2015-08-26 15:00:39 +02:00
MaxXor 99c98a37a4 Updated libraries 2015-08-26 14:36:32 +02:00
MaxXor dee69e496c Updated Target Framework to 4.0 Client Profile 2015-08-26 14:25:44 +02:00
MaxXor c1bd080c40 Reliability and Behavior Improvements
#353
2015-08-26 10:45:53 +02:00
MaxXor e097c6478a Updated Readme 2015-08-25 21:16:32 +02:00
MaxXor 7b271afa51 Added option to build client which requires admin privileges 2015-08-25 20:13:37 +02:00
MaxXor 29dba29689 Small fix
regarding this change:
f8c72b7c0a
2015-08-25 18:52:55 +02:00
MaxXor 716ea64d96 Small Builder improvement 2015-08-25 10:28:32 +02:00
MaxXor 531e855376 Delete ZoneIdentifier when installing Client 2015-08-24 23:31:36 +02:00
MaxXor 5e868eb05e Small change 2015-08-24 21:06:40 +02:00
MaxXor 3c0e930bc9 Fixed Installation to system32 fail on 64-bit OS 2015-08-24 20:35:53 +02:00
MaxXor fd877a13e5 Many Client improvements
- Improved Client Installation, Update and Uninstallation
- Improved Registry Access
- Split SystemCore class
2015-08-24 19:34:38 +02:00
MaxXor f8c72b7c0a Support detection of multiple AVs, Firewalls, GPUs, CPUs 2015-08-23 22:15:19 +02:00
MaxXor d6bdeaea12 Fixed #346 2015-08-23 21:48:19 +02:00
MaxXor aec7910721 Merge pull request #347 from d3agle/master
Fixed Builder Profile not saving correctly Installation Subfolder
2015-08-23 09:55:37 +02:00
d3agle 4d029196ae Removed incorrect tooltip in builder form 2015-08-22 19:44:16 -05:00
d3agle 772cea0977 Builder fix 2015-08-22 18:48:29 -05:00
MaxXor d2eda28f4b Fixed #345 2015-08-22 22:47:51 +02:00