summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/lewayotte/noVNCHEADmasterPierre Ossman2023-05-111-1/+1
|\
| * Set _rfbVeNCryptState = 4 not == 4Lew Ayotte2023-04-061-1/+1
* | fix typoRyo Ota2023-04-301-1/+1
|/
* Cleanup for the cryptographic algorithms that are not supported by SubtleCryptopdlan2023-01-209-391/+632
* Check for Android using userAgentPierre Ossman2022-12-271-1/+2
* Add OS checks for Android and ChromeOSPierre Ossman2022-12-271-0/+9
* Refine browser detectionPierre Ossman2022-12-271-3/+43
* Remove navigator check from browser testsPierre Ossman2022-12-271-7/+6
* Consistently use "first" indentationPierre Ossman2022-12-271-1/+1
* Export clipping state externallyPierre Ossman2022-12-271-0/+15
* Add MSLogonII security typeDinglan Peng2022-12-211-0/+61
* Added none user select on the cursorFredrik Kortetjärvi2022-12-141-0/+4
* Correctly mask non-BMP clipboard charactersPierre Ossman2022-10-271-4/+15
* Mask unsupported clipboard charactersPierre Ossman2022-10-271-2/+8
* auto release keys while meta is held down.Miroslav Šedivý2022-10-151-0/+10
* access to raw image dataFrederik Fix2022-09-072-0/+24
* 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-052-285/+13
* Merge branch 'appleremotedesktop' of https://github.com/pauldumais/noVNCPierre Ossman2022-04-053-1/+469
|\
| * Added support for Apple Remote Desktop authenticationPaul Dumais2022-04-043-1/+469
* | Handle correct data offset in raw decoderPierre Ossman2022-03-281-1/+1
* | Merge branch 'add-ra2ne-security-type' of https://github.com/pdlan/noVNCPierre Ossman2022-03-102-0/+623
|\ \
| * | Added support for RSA-AES Unencrypted Security Typepdlan2022-03-082-0/+623
* | | Ignore resize observation caused by server resizesresizeObserverScrollbarsSamuel Mannehed2021-12-131-0/+31
* | | Update comment for scrollbar workaroundSamuel Mannehed2021-12-131-4/+5
|/ /
* | Merge branch 'add-jpeg-encoding' of https://github.com/pdlan/noVNCPierre Ossman2021-11-293-0/+146
|\ \
| * | Add RealVNC's JPEG encodingpdlan2021-11-263-0/+146
* | | Add missing ZRLE encoding constantPierre Ossman2021-11-261-0/+2
|/ /
* | Merge branch 'zrle' of https://github.com/pauldumais/noVNCPierre Ossman2021-11-262-0/+188
|\ \
| * | Added support for ZRLE encodingPaul Dumais2021-11-232-0/+188
| |/
* | 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-182-7/+5
* Refuse to use already closed WebSocket objectsPierre Ossman2021-04-181-0/+4
* Provide readyState for Websock objectsPierre Ossman2021-04-181-6/+27
* 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-112-25/+90
|\ \ | |/ |/|
| * Added support for RTCDataChannelTim Stableford2021-03-042-25/+90