• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: MISC-242
Type: New Feature New Feature
Status: Closed Closed
Resolution: Duplicate
Priority: Normal Normal
Assignee: Unassigned
Reporter: garth fairchang
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
4. Second Life Misc Issues - MISC

Create llAddToRegionBanList, llRemoveFromRegionBanList

Created: 28/May/07 01:36 PM   Updated: 28/May/07 08:55 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Issue Links:
Relates
 


 Description  « Hide
Please add LSL functions for adding and removing residents to the Region/Estate Ban list.
Restrict it to only work in objects/scripts owned by the region owner.

llAddToRegionBanList( key avatar, float hours, integer estate);
? Add avatar to the region ban list for hours. If estate is true then add to all estates.

llRemoveFromRegionBanList( key avatar, integer estate);
? Remove avatar tfrom the region ban list. If estate is true then remove from all estates.

This could save big estates from having 300 on their ban list as a script could check an external database and act accordingly. Any banned Residents could be added to the ban list for a specified time.

Extending llSensor to be able to scan a whole region for agents would help. This would mean that only one script would be needed for a whole region instead of many to cover the different hieghts and limits of 96m max range. The llSensor could return all Agents in the region no matter of their position.

I feel the above would help tremendously with the creation of better security and reduce lag in a similar manner to llRegionSay.

https://jira.secondlife.com/browse/MISC-243



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Gigs Taggart added a comment - 28/May/07 08:55 PM
I'm going to paste this one into the comments of the other one, since the other one is more comprehensive.