Issue Details (XML | Word | Printable)

Key: LIBOMV-358
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Jim Radford
Reporter: gonta maltz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
libopenmetaverse

Estate Tools "Ban/Unban From All Estates" Functionality

Created: 19/Aug/08 01:21 PM   Updated: 19/Aug/08 02:00 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.6.0

File Attachments: 1. Text File EstateTools.patch (2 kB)


Environment: All


 Description  « Hide
Changed EstateTools banuser and unbanuser methods to include ability to ban/unban target agent in all estates owned by the estate owner. Patch attached. Tested

public enum EstateAccessDelta
{
BanUser = 64,
BanUserAllEstates = 66,
UnbanUser = 128,
UnbanUserAllEstates = 130
}



 All   Comments   Change History   Subversion Commits   Patches      Sort Order: Ascending order - Click to sort in descending order
Jim Radford added a comment - 19/Aug/08 02:00 PM
Applied to trunk r2118 - Thanks!