Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

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

Extended Chat

Any features you would like to see in UltraVNC? Propose it here
Post Reply
shadowfax
40
40
Posts: 77
Joined: 2010-05-06 12:28
Location: Spain

Extended Chat

Post by shadowfax »

The Chat system could allow for extended chat features.

I've tested a modification making the chat system work in an IRCish fashion. As simple as the chat system gets right now it would send:

Code: Select all

:<DISPLAY_NAME>!<USERNAME>@<COMPUTERNAME> PRIVMSG :<MESSAGE>
...or...

Code: Select all

:<USERNAME>@<COMPUTERNAME> PRIVMSG :<MESSAGE>
(Destination nickname used in IRC protocol is not used right now but would be REALLY nice to use it)

This will show up in the chat window as:

Code: Select all

<DISPLAY_NAME>: MESSAGE
or

Code: Select all

<USERNAME@COMPUTERNAME>: MESSAGE
How the hell could this extend the feature sets of UltraVNC?

Right now we could through in some additional commands such as NOTICE (Could keep the chat window hidden while popping a MessageBox showing the message), or even add commands such as "SYSINFO" (To gather system information. This last bit could be retrieved through a JSON array or keep the IRCish fashion such as in WHOIS commands...

On the long run, the repeater could sneak into chat conversations allowing some users to send a global message to all the viewers, all the servers, or all the viewers and the servers. For example:

Code: Select all

:Administrator!admin@Repeaterhost PRIVMSG ALL_VIEWERS :System maintenance. The repeater will be rebooting.
Not sure if anyone else would find this usefull apart from the Display name... I think it could extend the features of the chat system.
Post Reply