noVNC/core
Samuel Mannehed d472f3f19e Abstract RFB errors to avoid sending strings
The API allowed strings to be passed from the RFB module to the
application using the disconnect reason. This caused problems since
the application didn't have control over translations for these
strings.

Most of the information being passed using this string was very
technical and not helpful to the end user. One exception to this was
the security result information regarding for example authentication
failures. The protocol allows the VNC server to pass a string
directly to the user in the security result.

So the disconnect reason is replaced by a boolean saying if the
disconnection was clean or not. And for the security result information
from the server, a new event has been added.
2017-11-14 15:36:12 +01:00
..
input Use standard JavaScript properties 2017-11-09 13:03:32 +01:00
util Add missing semicolons 2017-11-11 02:10:12 +01:00
base64.js Refactor ES6 module structure/split up Util 2017-03-21 17:39:05 -04:00
des.js Uncomment ES6 module syntax 2017-02-26 16:30:37 -05:00
display.js Remove "downscale only" mode 2017-11-09 13:13:41 +01:00
encodings.js Add missing semicolons 2017-11-11 02:10:12 +01:00
inflator.js Refactor ES6 module structure/split up Util 2017-03-21 17:39:05 -04:00
rfb.js Abstract RFB errors to avoid sending strings 2017-11-14 15:36:12 +01:00
websock.js Stop hiding exceptions in WebSock class 2017-09-07 17:18:25 +02:00