RudiDeVos

Results 94 comments of RudiDeVos

This is indeed how it's implemented. if (update_rgn.is_empty()) return false; //disconnect the viewer non incremental is a full update You can change the behaviour if you change the code like...

This is a complex one, my linux debug options are limited and we also need to stay compatible with older ultravnc versions. Will add it to the dodo list

accepted as feature request

This require the "Microsoft Visual Studio Installer Projects" (free) addon. It's used to create msi installers

We use nasm https://www.nasm.us/ After installing make sure nasm is in your path

The authentication is a vector. ![image](https://user-images.githubusercontent.com/71467484/114283274-3eb0db00-9a49-11eb-9d61-46bfde459339.png)   | [0] | 17 '\x11' | unsigned char // rfbUltraVNC 17   | [1] | 115 's' | unsigned char // rfbUltraVNC_SecureVNCPluginAuth_new 0x73   | [2]...

The authentication is a vector and authentications are combined. A) {rfbUltraVNC , rfbUltraVNC_SecureVNCPluginAuth_new , rfbUltraVNC_SecureVNCPluginAuth } OR B) {rfbUltraVNC , rfbUltraVNC_MsLogonIIAuth } C) {rfbUltraVNC_MsLogonIIAuth } A) rfbUltraVNC is handled (...

` What is rfbMYVNCVersion? I cannot find this constant in the sources.` rfbMYVNCVersion was just a sample, like RfbUltravnc there exist many others. ![image](https://user-images.githubusercontent.com/71467484/114315157-dec83c00-9afd-11eb-8311-b00c493cedae.png) `Ok, so what should a VNC...