summaryrefslogtreecommitdiff
path: root/core/rfb.js
Commit message (Expand)AuthorAgeFilesLines
* Set _rfbVeNCryptState = 4 not == 4Lew Ayotte2023-04-061-1/+1
* Cleanup for the cryptographic algorithms that are not supported by SubtleCryptopdlan2023-01-201-88/+34
* Export clipping state externallyPierre Ossman2022-12-271-0/+15
* Add MSLogonII security typeDinglan Peng2022-12-211-0/+61
* Correctly mask non-BMP clipboard charactersPierre Ossman2022-10-271-4/+15
* Mask unsupported clipboard charactersPierre Ossman2022-10-271-2/+8
* access to raw image dataFrederik Fix2022-09-071-0/+12
* VeNCrypt should handle classical typesPierre Ossman2022-08-181-33/+54
* Prefer security types in the server's orderPierre Ossman2022-08-181-16/+26
* Use constants for security typesPierre Ossman2022-08-181-29/+43
* Expect security result for RFB 3.7Pierre Ossman2022-08-181-5/+8
* Handle connection init loop at the topPierre Ossman2022-08-181-10/+17
* Abstract resuming the authenticationPierre Ossman2022-08-181-2/+10
* Add warnings about insecure contextPierre Ossman2022-05-121-0/+6
* Remove bigint-mod-arith.jspdlan2022-04-051-2/+13
* Merge branch 'appleremotedesktop' of https://github.com/pauldumais/noVNCPierre Ossman2022-04-051-1/+107
|\
| * Added support for Apple Remote Desktop authenticationPaul Dumais2022-04-041-1/+107
* | Merge branch 'add-ra2ne-security-type' of https://github.com/pdlan/noVNCPierre Ossman2022-03-101-0/+56
|\ \
| * | Added support for RSA-AES Unencrypted Security Typepdlan2022-03-081-0/+56
* | | Ignore resize observation caused by server resizesresizeObserverScrollbarsSamuel Mannehed2021-12-131-0/+31
* | | Update comment for scrollbar workaroundSamuel Mannehed2021-12-131-4/+5
|/ /
* | Add RealVNC's JPEG encodingpdlan2021-11-261-0/+3
* | Merge branch 'zrle' of https://github.com/pauldumais/noVNCPierre Ossman2021-11-261-0/+3
|\ \
| * | Added support for ZRLE encodingPaul Dumais2021-11-231-0/+3
| |/
* | Avoid scrolling on RFB object focusPierre Ossman2021-11-161-3/+3
|/
* Replace window.onresize with ResizeObserverBenjamin Leeds2021-09-011-6/+8
* Initiate connection from RFB constructorPierre Ossman2021-04-181-20/+10
* Don't fake open events in WebsockPierre Ossman2021-04-181-0/+4
* Refuse to use already closed WebSocket objectsPierre Ossman2021-04-181-0/+4
* Move Websock event handlers to own methodsPierre Ossman2021-04-181-50/+56
* Revert "Fixed a race condition when attaching to an existing socket"Pierre Ossman2021-04-161-11/+2
* Fixed a race condition when attaching to an existing socketTim Stableford2021-03-301-2/+11
* Add VeNCrypt Plain authentication testslhchavez2021-03-131-2/+2
* Merge branch 'homogenize-credentials-testing' of https://github.com/lhchavez/...Pierre Ossman2021-03-111-2/+2
|\
| * Normalize the credentials presence checklhchavez2021-03-111-2/+2
* | Merge branch 'feature/support-existing-rtcdatachannel-or-websocket-squashed' ...Pierre Ossman2021-03-111-15/+29
|\ \ | |/ |/|
| * Added support for RTCDataChannelTim Stableford2021-03-041-15/+29
* | Allow longer passwords in Plain authenticationlhchavez2021-03-031-3/+12
|/
* Remove createEvent() fallbacksPierre Ossman2020-12-071-1/+0
* Remove many small, obsolete, old browser hacksPierre Ossman2020-12-071-27/+6
* Merge branch 'rgbx' of https://github.com/CendioOssman/noVNCPierre Ossman2020-09-041-2/+2
|\
| * Switch to RGBx pixel formatPierre Ossman2020-06-081-2/+2
* | Alway focus on touchstartPierre Ossman2020-06-161-5/+0
* | Fake cursor position when using touchSamuel Mannehed2020-06-121-10/+16
* | Move mouse event handling to RFB classPierre Ossman2020-06-121-10/+62
* | Increase wheel step thresholdPierre Ossman2020-06-121-3/+3
* | Move wheel event handling to RFB classPierre Ossman2020-06-121-0/+66
* | Add touch gestures for mouse emulationPierre Ossman2020-06-121-2/+181
|/
* Merge branch 'camelcase' of https://github.com/samhed/noVNCPierre Ossman2020-06-051-7/+7
|\
| * Standardize on camelCase in WebsockSamuel Mannehed2020-05-311-7/+7