After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Search found 29 matches

by roytam1
2008-11-10 14:36
Forum: VNC-related products
Topic: IOGEAR/ATEN's USB KVM using UltraVNC's code?
Replies: 0
Views: 2122

IOGEAR/ATEN's USB KVM using UltraVNC's code?

about this USB KVM in English:
http://www.engadget.com/2008/08/25/iogears-usb-laptop-kvm-switch-provides-your-portable-with-impre/

Its software in working:
http://chinese.engadget.com/2008/11/10/3c-aten-cs661-kvm-04/

It looks very similar to UltraVNC, especially the file transfer dialog. Any ...
by roytam1
2007-06-20 17:16
Forum: Feature requests
Topic: Option for fallbacking to nonencrypted connection
Replies: 7
Views: 10330

Re: Option for fallbacking to nonencrypted connection

UltraSam wrote:All data sent by the viewer would be encrypted... so the server would have to implement and return a special error code to the viewer to tell it not to encrypt its data... a lot of work...
if server has DSM plugins, what about using DSM plugins for that session automaticly?
by roytam1
2007-06-18 17:49
Forum: Feature requests
Topic: Option for fallbacking to nonencrypted connection
Replies: 7
Views: 10330

Re: Option for fallbacking to nonencrypted connection

And what about vice versa condition?
Client side using DSM plugins to connect to server, server side has DSM plugins but not enable them.
Will they connect?
by roytam1
2007-06-07 11:09
Forum: Feature requests
Topic: Option for fallbacking to nonencrypted connection
Replies: 7
Views: 10330

Re: Option for fallbacking to nonencrypted connection

IMHO it's a security risk to allow non encrypted connections even when an encryption plugin is required on a server.

That's why we haven't allowed the JavaViewer (that doesn't support DSM yet) to connect when a DSM plugin is used on the server. It would be easy to do, but I really think it's ...
by roytam1
2007-06-07 07:36
Forum: Feature requests
Topic: Option for fallbacking to nonencrypted connection
Replies: 7
Views: 10330

Option for fallbacking to nonencrypted connection

With encryption enabled, all connections requires encrypted with DSM plugins.
But it is nice to have a option that allowing nonencrypted connections connecting to server. It would be more flexible for users.
by roytam1
2007-02-14 15:10
Forum: Feature requests
Topic: Introduction of New VNC codec
Replies: 11
Views: 20485

Re: Introduction of New VNC codec

I updated my binary with ZYWRLE codec support.
Enjoy! :wink:

P.S.: the JPEG copression quality controls ZYWRLE's quality too.
by roytam1
2007-02-14 14:59
Forum: Feature requests
Topic: Introduction of New VNC codec
Replies: 11
Views: 20485

Re: Introduction of New VNC codec

continuing last post, I made patches for this patch:
from:
+ long zywrle;

+ long zywrle_level;

+ long zywrleBuf[rfbZRLETileWidth*rfbZRLETileHeight];

to:
+ int zywrle;

+ int zywrle_level;

+ int zywrleBuf[rfbZRLETileWidth*rfbZRLETileHeight];


from:
*** ../UltraVNC-102-Src\UltraVNC/vncviewer ...
by roytam1
2007-02-14 14:18
Forum: Feature requests
Topic: Introduction of New VNC codec
Replies: 11
Views: 20485

Re: Introduction of New VNC codec

I got a question about the patch:
diff -rcN -x winvnc___Win32_Http -x Release -x Debug -x *.plg -x *.dsw -x *.ncb -x *.opt -x buildtime.h ../UltraVNC-102-Src\UltraVNC/vncviewer/ClientConnection.h UltraVNC/vncviewer/ClientConnection.h
*** ../UltraVNC-102-Src\UltraVNC/vncviewer/ClientConnection.h Wed ...
by roytam1
2006-06-18 15:16
Forum: Feature requests
Topic: File Transfer Window Size
Replies: 17
Views: 16933

UltraSam wrote:CVS Updated
OK I got the updates and I'm building them now.
by roytam1
2006-06-18 03:06
Forum: Feature requests
Topic: File Transfer Window Size
Replies: 17
Views: 16933

UltraSam wrote::)

Also added the patch about disabling AlphaBlending, userimpersonation and lockws under win9x and NTx.x (for AlphaBlending)
Did you commit them to cvs/svn?
by roytam1
2006-06-17 16:35
Forum: Feature requests
Topic: File Transfer Window Size
Replies: 17
Views: 16933

I've added your resizable FT window patch into 1.0.2 (setup will be put online by the end of this WE)

I've also added:
- Close Window button is now disabled in the title bar, preventing the user from closing th window during a transfer
- Left columns dynamic risizing ("Name" columns of both lists ...
by roytam1
2006-06-09 10:35
Forum: VNC-related products
Topic: UltraVNC Japanese edition(JP)
Replies: 16
Views: 12358

I released new version(1.0.1-Release 7 beta 2).
It contains the patch made by roytam1.
Thanks for roytam1. :wink:

And...

Java Viewer translated & supports multibyte filename. 8)
http://kp774.com/upimage/jv2.png
Wow~
That's cool! (thumbs up)

Maybe making JavaViewer's File Transfer Window ...
by roytam1
2006-06-02 08:03
Forum: Feature requests
Topic: File Transfer Window Size
Replies: 17
Views: 16933

See! It just fits in 640 x 480 screen!
Image

Environment: Windows 98 SE Traditional Chinese Edition @ Virtual PC w/ Virtual Switching Network
by roytam1
2006-06-01 14:58
Forum: VNC-related products
Topic: UltraVNC Japanese edition(JP)
Replies: 16
Views: 12358

roytam1 wrote:Fixed patch is posted in [post=25415][/post]
I just fixed a bug related to KP774's resizable TextChat and I added System Menu/Min./Max. buttons of FT. Posted above.
by roytam1
2006-06-01 05:30
Forum: VNC-related products
Topic: UltraVNC Japanese edition(JP)
Replies: 16
Views: 12358

Fixed patch is posted in [post=25415][/post]
by roytam1
2006-06-01 04:16
Forum: VNC-related products
Topic: UltraVNC Japanese edition(JP)
Replies: 16
Views: 12358

I made a hack for enhancing the Full Screen Title Bar, please check it out.
[topic=5854][/topic]
I'm looking forward for your reply of this hack :smile:
Nice hack!
FT and fullscreen mode will become more convenient.

But I found a little bug.
at XP style, half the progress bar is hidden.
http ...
by roytam1
2006-06-01 02:28
Forum: Feature requests
Topic: Sending Alt PrintScreen howto...
Replies: 14
Views: 60429

I think upgrading "Send Custom Key ASCII" to "Send Custom Key Code" is better. Or making an option in "Send Custom Key" dialog is good.

Then we can send ALT + KeyCode 44 to send a [Alt]+[Print Screen] to server.
by roytam1
2006-05-31 09:17
Forum: Feature requests
Topic: File Transfer Window Size
Replies: 17
Views: 16933

Final version of patch is posted.
Just a note: the min. size of FT I set is 611 x 429.
by roytam1
2006-05-31 08:54
Forum: Feature requests
Topic: File Transfer Window Size
Replies: 17
Views: 16933

Wow.

This is plain cool :)
You save me a lot of time (I'm not very good in GUI stuff :mrgreen: )

Going to integrate it to the v1.0.2 version asap.

Thanks a lot You should say thank you to KP447 too as the base of this patch is owned by KP774.

And now I just made a final review of this and I ...
by roytam1
2006-05-31 07:56
Forum: Feature requests
Topic: File Transfer Window Size
Replies: 17
Views: 16933

FT Windows is written using SDK only, so making it sizable is not that quick to do...

In the upcoming v1.0.2, the window has been enlarged (height and width) making it more comfortable to use.

It will be put online on the web site as soon as we have validated the setup.

For now you can already ...
by roytam1
2006-05-31 03:28
Forum: Feature requests
Topic: "Menu" button/menuitem in full screen title bar
Replies: 3
Views: 4152

roytam1,
you added system menu available from mice is a great feature working fine :-) This patch also fixes poping up Full Screen Title Bar's own system menu.
Before applying this patch you can popup Full Screen Title Bar's own system menu by giving it focus and press [Alt]+[Space bar].
And you ...
by roytam1
2006-05-30 15:39
Forum: VNC-related products
Topic: UltraVNC Japanese edition(JP)
Replies: 16
Views: 12358

Would you like to migrate to CVS version?
And making the File Transfer Window resizable?
I think this after formal release of UltraVNC 1.0.2

for the English environment, the font "MS Pゴシック" should not be used as these environment may not have this font.
This is my mistake, thanks for your ...
by roytam1
2006-05-30 01:40
Forum: Feature requests
Topic: "Menu" button/menuitem in full screen title bar
Replies: 3
Views: 4152

Sure. My ICL build applied this patch. Please check it out.

a Dirty Patch:

Index: ClientConnection.cpp
===================================================================
RCS file: /cvsroot/ultravnc/ultravnc/vncviewer/ClientConnection.cpp,v
retrieving revision 1.147
diff -u -8 -p -r1.147 ...
by roytam1
2006-05-24 14:50
Forum: Feature requests
Topic: Upgrading MiniLZO library
Replies: 4
Views: 5084

Sparad0x wrote:OK.

Does this new version improve the speed/quality significantly?
I can't figure it out as I use different compiler and compiling options other than the official build.
But it should be a speed up comparing with the old version(1.08).
by roytam1
2006-05-24 14:40
Forum: Feature requests
Topic: Upgrading MiniLZO library
Replies: 4
Views: 5084

Sparad0x wrote:What does it involve?
the "Ultra" encoding uses MiniLZO library.
by roytam1
2006-05-24 12:47
Forum: VNC-related products
Topic: UltraVNC Japanese edition(JP)
Replies: 16
Views: 12358

Patch files are here
http://www.uranus.dti.ne.jp/~kpnanasi/soft/uvnc_jee/ultravnc101toJEE6.zip (UNIX format)
Full sources are here
http://www.uranus.dti.ne.jp/~kpnanasi/soft/uvnc_jee/UltraVNC101_JEE6_src.lzh

Base version is UltraVNC 1.0.1
http://prdownloads.sourceforge.net/ultravnc/UltraVnc-101 ...
by roytam1
2006-05-22 15:10
Forum: VNC-related products
Topic: UltraVNC Japanese edition(JP)
Replies: 16
Views: 12358

This option is a function to evade the problem of "[topic=4771]Error on Windows logout with EventId 1000[/topic]".
However, this option is unnecessary because it corrected it by other methods now.
(please see [post=24566][/post])

I think these two points are important for multibyte environment ...
by roytam1
2006-05-21 08:56
Forum: VNC-related products
Topic: UltraVNC Japanese edition(JP)
Replies: 16
Views: 12358

Re: UltraVNC Japanese edition(JP)

Hi,

UltraVNC JP is modified UltraVNC for Japanese environment.
This is GPL.

+ Messages are translated into Japanese.
+ Japanese 106 keyboard supported.
+ Multibyte characters supported at UltraVNC's file transfer.
+ Fixed -- SHIFT+SPACE doesn't work well at remote machine.
+ New option added ...
by roytam1
2006-05-16 08:56
Forum: Feature requests
Topic: Upgrading MiniLZO library
Replies: 4
Views: 5084

Upgrading MiniLZO library

The MiniLZO version used in UltraVNC, 1.08, is a bit old.
the new version, 2.02, has a speedup.
I hope the devs will upgrade to this version of MiniLZO.

(P.S. My ICL/ICC build includes that upgrade and the JPEG library is changed to Independent JPEG Group's JPEG software release 6b with x86 SIMD ...