Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Myrtille_1.5.0_x86_x64_Setup.exe | 2017-07-27 | 9.0 MB | |
IIS8+ websockets, improved UI, refactoring.tar.gz | 2017-07-27 | 5.2 MB | |
IIS8+ websockets, improved UI, refactoring.zip | 2017-07-27 | 5.3 MB | |
README.md | 2017-07-27 | 2.1 kB | |
Totals: 4 Items | 19.6 MB | 0 |
- changed prerequisites: IIS 8+ with websocket protocol enabled and .NET 4.5 (instead of .NET 4.0)
- replaced Fleck websocket server by IIS 8+ websocket handler (now using standard 80 and 443 ports)
- added websocket binary communication (no more base64 33% bandwidth overhead)
- added session fixation protection (a new session ID is generated upon login)
- added custom port support (i.e.: IIS Express uses port 2323)
- fixed installer issue if both IIS and IIS Express are available on the target machine
- fixed building issue with CERTENROLLLib (COM object) under Windows 10 (thanks mak1311)
- fixed the blue mouse pointer shadow
- fixed a (myrtille) read access violation regarding the mouse pointer (c0000005 exception code)
- fixed a (FreeRDP) read access violation regarding the H264 codec init, when available on the client machine (c0000005 exception code)
- disabled H264 (Myrtille does process bitmaps updates, not video streams)
- fixed remote clipboard under IE (wasn't displayed into the popup)
- increased max file upload/download size up to 1GB (tweakable into Myrtille.Web and Myrtille.Services configs, if needed)
- improved UI (stat, debug and rendering mode are now hidden by default into default.css, customizable logo, myrtille version, etc.)
- the remote session log is now configurable into Myrtille.Services config (disabled by default)
- the remote session display is now responsive (scale to browser size, disabled by default)
- if starting a program from url without setting a display resolution, it's auto-detetected from the client
- "start program from url" feature now supports hashed passwords (aka "password 51" into .rdp files)
- commands can now be sent directly from the browser (i.e.: image quality tweak depending on the available bandwidth)
- simplified config.js (added enums and autodetection for major settings)
- customizable framerate (into config.js)
- resynced the myrtille FreeRDP fork with the FreeRDP master repository
- disabled the FreeRDP credentials popup when myrtille is running as a service (it can also be run in console mode for debug)
- refactoring