Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Myrtille_1.6.0_x86_x64_Setup.exe | 2017-11-14 | 8.9 MB | |
README.md | 2017-11-14 | 1.3 kB | |
Security Fixes _ Performance Tweaks.tar.gz | 2017-11-14 | 5.2 MB | |
Security Fixes _ Performance Tweaks.zip | 2017-11-14 | 5.3 MB | |
Totals: 4 Items | 19.5 MB | 0 |
- resynced FreeRDP with master repository; among other things, fixes multiple vulnerabilities reported by the Cisco Talos Team (http://blog.talosintelligence.com/2017/07/vulnerbility-spotlight-freerdp-multiple.html) (thanks hac)
- connection settings (including user credentials) are no longer passed to FreeRDP through command line; using pipe communication instead (thanks Paul)
- auto-connect / start program from url now doesn't require the "&program=" parameter (access to the desktop if missing or empty) (thanks noetius)
- custom mouse cursors are now supported with IE (thanks Thijs)
- added a "Right-Click" button (into the toolbar) to simulate a right-click action on devices which don't have a mouse (or a right button) (thanks Scott)
- performance tweak: now using PNG encoding by default (instead of mixed PNG/JPEG); drawback is it uses more bandwidth with graphic applications (use AUTO encoding in this case; config.js)
- performance tweak: disabled mouse move sampling; drawback is it may lower the responsiveness with graphical applications (enable the sampling in this case; 10% for example; config.js)
- performance tweak: disabled blob support (using base64 instead); blob is a newer javascript construct but is cached on disk whereas base64 data is cached in memory (faster); config.js
- minor refactoring