Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

[BUG-100870] [Feature Request] Sandboxes should disallow sat upon objects to bypass autoreturn #383

Open
sl-service-account opened this issue Jun 21, 2017 · 2 comments

Comments

@sl-service-account
Copy link

Information

A sat upon object bypasses autoreturn no matter if the person sitting on it owns the object or not. I have seen this intentionally abused in sandboxes and infohubs for years and as of the filing of BUG-100866 I felt it was time to file a feature request to address it.

Only public objects are autoreturned on land with an active autoreturn time.

Please add a checkbox with label "Include sat upon objects" under the label for the autoreturn time in the Objects tab in About Land.

This parcel setting will be referenced in the object return time checking such as in the following example:

if (public_object && (!selected || autoreturn_selected_objects) && (!sat_upon || autoreturn_sat_upon_objects))
{
    if (unix_time > object_return_time)
    {
        //return object and remove from parcel object list
    }
}

This will finally give land owners the ability to decide if sat upon objects should defeat autoreturn or not.

Other Information

This can also help combat the issue outlined in BUG-37564.

Comments welcome. Thanks in advance for any consideration.

Original Jira Fields
Field Value
Issue BUG-100870
Summary [Feature Request] Sandboxes should disallow sat upon objects to bypass autoreturn
Type New Feature Request
Priority Unset
Status Accepted
Resolution Accepted
Reporter Lucia Nightfire (lucia.nightfire)
Created at 2017-06-21T09:12:06Z
Updated at 2017-08-09T18:07:34Z
{
  'Business Unit': ['Platform'],
  'Date of First Response': '2017-06-21T05:50:24.365-0500',
  'How would you like the feature to work?': 'h1. Information\r\nA sat upon object bypasses autoreturn no matter if the person sitting on it owns the object or not. I have seen this intentionally abused in sandboxes and infohubs for years and as of the filing of BUG-100866 I felt it was time to file a feature request to address it.\r\n\r\nOnly public objects are autoreturned on land with an active autoreturn time.\r\n\r\nPlease add a checkbox with label "Include sat upon objects" under the label for the autoreturn time in the Objects tab in About Land.\r\n\r\nThis parcel setting will be referenced in the object return time checking such as in the following example:\r\n\r\n{code}\r\nif (public_object && (!selected || autoreturn_selected_objects) && (!sat_upon || autoreturn_sat_upon_objects))\r\n{\r\n    if (unix_time > object_return_time)\r\n    {\r\n        //return object and remove from parcel object list\r\n    }\r\n}\r\n{code}\r\nThis will finally give land owners the ability to decide if sat upon objects should defeat autoreturn or not.\r\n\r\nComments welcome. Thanks in advance for any consideration.',
  'ReOpened Count': 0.0,
  'Severity': 'Unset',
  'Target Viewer Version': 'viewer-development',
  'Why is this feature important to you? How would it benefit the community?': '?',
}
@sl-service-account
Copy link
Author

Chaser Zaks commented at 2017-06-21T10:50:24Z

As someone who has seen this abused in a sim I moderate, I'd love to see this added.

@sl-service-account
Copy link
Author

Grumpity Linden commented at 2017-08-09T18:07:32Z

We are going to consider doing this for Sandboxes across the board.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant