d3agle
567d9dc2f5
Remote shell refactor
2015-09-05 12:16:10 -05:00
d3agle
6c582ff763
Remote shell color fix for mono
2015-09-05 12:09:14 -05:00
d3agle
04a0d36183
RemoteShell caret positioning fix
...
-Will always scroll to the very bottom of the rtb when text is changed
2015-09-05 11:53:30 -05:00
MaxXor
524a682c66
Small fix
2015-09-05 15:47:06 +02:00
MaxXor
161ad5063d
Improved starting of other processes and exectuable validation
2015-09-05 15:38:38 +02:00
MaxXor
94e27bd0d1
Small fix when changing drive in File Manager
2015-09-05 10:31:54 +02:00
MaxXor
3a1786a08d
Improved File Manager behaviour when loading directories with huge contents
2015-09-05 10:28:19 +02:00
MaxXor
c44e861a68
General & GUI improvements
2015-09-03 21:44:57 +02:00
MaxXor
9c515d62d7
Fixed compile failed in release configuration
2015-09-01 15:19:07 +02:00
MaxXor
47d5081a4e
Moved namespace
2015-09-01 15:16:27 +02:00
MaxXor
1e8506470f
Added Try-Catch to Client.Equals
2015-09-01 09:35:56 +02:00
MaxXor
7f013a505e
Quasar v1.1.0.0 released
2015-08-30 16:03:02 +02:00
MaxXor
da4d29a016
Improved Reverse Proxy
...
- Replaced use of obsolete property
2015-08-30 15:04:46 +02:00
MaxXor
fdc5f91e3b
Suppress compiler warning in compression
2015-08-30 11:31:20 +02:00
MaxXor
656da95e82
Check Mutex before doing anything else
...
thanks @yankejustin
2015-08-29 21:23:10 +02:00
MaxXor
21fb90e559
Fixed building Client with empty hosts list
2015-08-28 23:44:26 +02:00
MaxXor
a714178604
Re-set directory after fixing it
2015-08-28 13:11:05 +02:00
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