The goal was to make a minimal change, which not breaks anything, but adds possibility to use IPv6 address (without DNS).
Right now fix is limited to a single function. Adding of correct parsing for IPv6 will for sure require more changes.
So, yes, you are right that use of square brackets is a good ...
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
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.
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
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
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.
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 5 matches
- 2020-10-16 04:35
- Forum: Olders
- Topic: ipv6 mode grayed out in server settings
- Replies: 4
- Views: 9777
- 2020-10-15 15:11
- Forum: Olders
- Topic: ipv6 mode grayed out in server settings
- Replies: 4
- Views: 9777
Re: ipv6 mode grayed out in server settings
Hello.
1.2.5.1 RC binaries do not have IPv6 support.
But it can be enabled during build process.
However it is not enough, vncviewer.exe will not be able to process IPv6 address correctly without additional fixes.
I have made a fix for viewer and uploaded IPv6 capable binaries to github (only x64 ...
1.2.5.1 RC binaries do not have IPv6 support.
But it can be enabled during build process.
However it is not enough, vncviewer.exe will not be able to process IPv6 address correctly without additional fixes.
I have made a fix for viewer and uploaded IPv6 capable binaries to github (only x64 ...
- 2016-10-09 15:11
- Forum: Olders
- Topic: High CPU usage in service mode
- Replies: 0
- Views: 3318
High CPU usage in service mode
When OS is booted and UltraVNC is started in service mode, controlling of PC leads to very high CPU usage (>10x higher than in application mode).
Uninstalling the service and installing it again can fix the problem, but only until next reboot.
Version: 1.2.1.2 (ultravnc_32_1212.zip)
OS: Windows XP ...
Uninstalling the service and installing it again can fix the problem, but only until next reboot.
Version: 1.2.1.2 (ultravnc_32_1212.zip)
OS: Windows XP ...
- 2016-10-09 04:20
- Forum: Olders
- Topic: xp_ipv6 will not start on XP
- Replies: 6
- Views: 9575
Re: xp_ipv6 will not start on XP
Thanks, but I can't see changes not hereRudi De Vos wrote:done
https://sourceforge.net/p/ultravnc/code/commit_browser
nor here
http://www.uvnc.eu/download/1211/uvnc_1211.zip
Where I can get binaries or code for testing?
- 2016-10-05 14:11
- Forum: Olders
- Topic: xp_ipv6 will not start on XP
- Replies: 6
- Views: 9575
xp_ipv6 will not start on XP
Hello.
"uvnc_1211.zip\32\xp_ipv6\winvnc.exe" binary can't be started on Windows XP because of missing "inet_ntop" and "inet_pton" functions in "ws2_32.dll".
When I have changed this calls like in this solution:
Stack Overflow: What is the Windows XP equivalent of inet_pton or InetPton?
and ...
"uvnc_1211.zip\32\xp_ipv6\winvnc.exe" binary can't be started on Windows XP because of missing "inet_ntop" and "inet_pton" functions in "ws2_32.dll".
When I have changed this calls like in this solution:
Stack Overflow: What is the Windows XP equivalent of inet_pton or InetPton?
and ...