Page MenuHomeFeedback Tracker

Provide the sender of a publicVariable, in a publicVariable event handler
Reviewed, NormalPublic

Description

In a PVEH, there is no way to determine what player broadcasted the variable. Instead, if this information is desired, the mission developer has to include it in the broadcasted variable. This has negative security implications, as clients cannot be trusted and a client could claim to be anyone they wish.

Some kind of player identifier should be provided to the event handler. This could be a player object or perhaps the client ID.

An array is already passed to the PVEH containing the variable name and value, so it should be trivial to add another element to that array containing this.

Details

Legacy ID
4286042900
Severity
Feature
Resolution
Open
Reproducibility
N/A
Category
Feature Request

Event Timeline

eddieck edited Steps To Reproduce. (Show Details)Apr 24 2013, 7:53 AM
eddieck edited Additional Information. (Show Details)
eddieck set Category to Feature Request.
eddieck set Reproducibility to N/A.
eddieck set Severity to Feature.
eddieck set Resolution to Open.
eddieck set Legacy ID to 4286042900.May 7 2016, 1:50 PM

This issue was processed by our team and will be looked into. We thank you for your feedback.

Please keep the issue monitored to see when it is fixed.

dedmen added a subscriber: dedmen.Sep 13 2017, 1:05 PM

superceded by remoteExec