Xpra-org / xpra-html5

HTML5 client for Xpra
Mozilla Public License 2.0
192 stars 53 forks source link

Fix encoding issue when using authentication. #261

Closed oskarbraten closed 11 months ago

oskarbraten commented 11 months ago

Fixes the encoding issue when using authentication by using Uint8ToString from rencode.js in the _process_challenge-function. Also started removing legacy encoding.

We have to test this thoroughly before merging, as it may have unintended effects that I have yet to discover.

Fixes #260