noVNC/core
Lars Ole Hurlen 49aa5b81c7 Detect RealVNC's RFB 5.0 Protocol Version
The RFB protocol specifies a max version of 3.8, but RealVNC likes to
increment their version when they add new features.  RealVNC 5.3 sends
"005.000" as the version string, since they've extended their
implementation upon RFB v3.8.  We can detect that, and just tell them we
only speak 3.8, instead of barfing on "005.000" as an invalid version.
2016-09-16 17:33:46 -04:00
..
input Move input-related files into core/input 2016-09-16 15:49:52 -04:00
base64.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
des.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
display.js Util shouldn't modify window object 2016-09-16 15:49:52 -04:00
inflator.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
inflator.mod.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
rfb.js Detect RealVNC's RFB 5.0 Protocol Version 2016-09-16 17:33:46 -04:00
util.js Remove unecessary event-related code from Util 2016-09-16 15:49:52 -04:00
websock.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00