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.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
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.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.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
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 11 matches
- 2006-03-06 10:39
- Forum: SC
- Topic: New modified repeater
- Replies: 23
- Views: 49498
Autoreconnect
Well this is actually not a bug, but a feature... since the repeater accepts only one server/viewer per ID and refuse acccess for duplicates ID, after the first successfull connection (Server added to list 30011973) in fact gives "Server 30011973 already exists ! ". But the winvnc server launched ...
- 2006-02-22 11:34
- Forum: SC
- Topic: New modified repeater
- Replies: 23
- Views: 49498
Re: New modified repeater
The log can be accessed after saving it (File / Save as)...innovate2000 wrote:Is it possible to access the log in any way? (or listen in on the WSAAsyncSelect conversation)?
I don't understand what do you mean with "listen in on the WSAAsyncSelect conversation".
- 2006-02-22 11:31
- Forum: SC
- Topic: New modified repeater
- Replies: 23
- Views: 49498
Session recording
I'd also like to see the ability of the repeater to record sessions as well. Very frequently, I have reason to want to know what I did in a certain situation. Also, it would be a nice CYA feature, in case a customer tries to claim I did something I didn't, and it would be nice to have a record. I ...
- 2006-02-01 08:24
- Forum: SC
- Topic: Very newbie question, RC23 or REL1.00 ???
- Replies: 4
- Views: 3646
V1.00
Can someone tell why RC23 is still considered "stable" instead of 1.00 ?
- 2006-01-30 08:02
- Forum: SC
- Topic: Very newbie question, RC23 or REL1.00 ???
- Replies: 4
- Views: 3646
SC version
Well RC23 is based on an older code (release candidate 23) while Rel 1.00 is based on the latest code, also present in the official UltraVNC version (currently 1.01).
However I don't know why RC23 is still considered "stable" instead of 1.00...
Maybe someone can answer this ?
Bye
Davide
However I don't know why RC23 is still considered "stable" instead of 1.00...
Maybe someone can answer this ?
Bye
Davide
- 2006-01-21 17:58
- Forum: SC
- Topic: New modified repeater
- Replies: 23
- Views: 49498
Multi viewers
This is a limitation of the repeater architecture, and it has always been in this way for what I know... The connection it's always one-to-one between one server and one repeater with a unique ID.
Bye
Davide
Bye
Davide
- 2006-01-20 17:03
- Forum: SC
- Topic: Repeater hangs
- Replies: 38
- Views: 34166
New version available
Started a new thread...
[topic=5601][/topic]
The repeater does not hang anymore
(hopefully)
[topic=5601][/topic]
The repeater does not hang anymore

- 2006-01-20 17:03
- Forum: SC
- Topic: New modified repeater
- Replies: 23
- Views: 49498
New modified repeater
Posted at
http://www.gullibet.com/tmp/vnc/repeater_src_2001.rar
http://www.gullibet.com/tmp/vnc/repeater_src_2001.zip
an updated version of the repeater.
This solves the following issue:
- launch viewer (or server) and connect to the repeater with ID:xxx, and keep him waiting (do not connect other ...
http://www.gullibet.com/tmp/vnc/repeater_src_2001.rar
http://www.gullibet.com/tmp/vnc/repeater_src_2001.zip
an updated version of the repeater.
This solves the following issue:
- launch viewer (or server) and connect to the repeater with ID:xxx, and keep him waiting (do not connect other ...
- 2006-01-18 10:53
- Forum: SC
- Topic: Repeater hangs
- Replies: 38
- Views: 34166
New version available
Avaible my new version of the repeater at
http://www.gullibet.com/tmp/vnc/repeater_src_1801.rar
I included Rudi patch to spawn a new thread after the accept() with some modifications:
- no need to spawn another thread for do_repeater, we already are in the new thread context
- no need for Events to ...
http://www.gullibet.com/tmp/vnc/repeater_src_1801.rar
I included Rudi patch to spawn a new thread after the accept() with some modifications:
- no need to spawn another thread for do_repeater, we already are in the new thread context
- no need for Events to ...
- 2006-01-14 19:08
- Forum: SC
- Topic: Repeater hangs
- Replies: 38
- Views: 34166
source code
http://sc.uvnc.com/sc gives me a page with "Restricted" while
http://sc.uvnc.com/sc/Distributer107_src.zip a "Not found" error
http://sc.uvnc.com/sc/Distributer107_src.zip a "Not found" error
- 2006-01-13 21:52
- Forum: SC
- Topic: Repeater hangs
- Replies: 38
- Views: 34166
Improvements
> # right click on repeater systray, left click select Log
> again right click on repeater systray, and you see Settings is checked instead of Log.
>clean log and retry to start log,
I think that also the GUI needs some cleaning... I'm not a GUI programming lover but I'll do it when I will have ...
> again right click on repeater systray, and you see Settings is checked instead of Log.
>clean log and retry to start log,
I think that also the GUI needs some cleaning... I'm not a GUI programming lover but I'll do it when I will have ...