Details
-
Type:
Story
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
Currently the ObjectAdd packet sent to the server has no provision for permissions to be supplied from the viewer that will be applied to the newly created object.
To support Storm-68 the following fields should be added to the packet:
GroupMask
EveryoneMask
NextOwnerMask
A related server change was made in SVC-7996 to apply permissions being sent to the server. (Previously the permissions, if sent, were ignored.) See the InventoryBlock of the RezScript packet for an example of how this is being handled.