issues
search
PhrozenIO
/
PowerRemoteDesktop
Remote Desktop entirely coded in PowerShell.
https://www.phrozen.io
Apache License 2.0
2.14k
stars
255
forks
source link
2.0 Stable
#17
Closed
DarkCoderSc
closed
2 years ago
DarkCoderSc
commented
2 years ago
Protocol was completely revisited, protocol is now more stable and modular.
Session concurrency is now supported, multiple viewers can connect at the same time to a server.
Possibility to stop the server using CTRL+C
Image quality is now requested by viewer.
Desktop resize is now made server-side.
Desktop resize can now be forced and requested by viewer.
Center virtual desktop glitch fixed.
Handshake calls (auth + session / worker negociation) will now timeout to avoid possible dead locks.
Virtual Desktop Form can now be set always on top of other forms.
Server finally use secure string to handle password-authentication.