aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/RegionCombinerModule/RegionCombinerPermissionModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-2/+2
| | | | | | | Remove the too coarse CanEditParcel method in favor of a CanEditParcelProperties method that takes a GroupPowers argument to specify what action is to be taken. Also, make the method to set parcel data much more granular. Permissions in a deeded setting should now work.
* Unify a previous refactor of object return with the older solution. WeMelanie2010-03-181-8/+3
| | | | really don't need two methods doing the same thing, but differently.
* * Update namespace in the regioncombinermodule.Teravus Ovares (Dan Olivares)2009-11-101-1/+1
|
* * Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)2009-11-101-0/+275
* Moves the mono_metadata_token_from_dor message to a different module on loading.