aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-01* Updates permission module so that GenericCommunicationPermission returns tr...Teravus Ovares1-2/+3
2008-05-23Thank you kindly, Melanie, for:Charles Krinke1-1/+2
2008-05-17* Tweaked patch mantis 1302 and committing it.Teravus Ovares1-2/+2
2008-05-16Formatting cleanup.Jeff Ames1-68/+68
2008-05-15Committing patch from Melanie. 0001290: [PATCH] implement permissions propag...Teravus Ovares1-1/+7
2008-05-15* Committing Patch mantis 0001275: [PATCH] Add more perms-fu. From Melanie. ...Teravus Ovares1-8/+85
2008-05-14* Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per...Teravus Ovares1-16/+13
2008-05-14* Fixed deleting prim.Teravus Ovares1-1/+1
2008-05-14* Applying patches from Melanie to cover permissions module. Thanks!Adam Frisby1-0/+9
2008-05-14Formatting cleanup.Jeff Ames1-2/+2
2008-05-13*Locked objects can now be unlockedmingchen1-1/+1
2008-05-13*Locked objects now delete after accepting warning as expectedmingchen1-9/+9
2008-05-13*Complete redo of the permissions modulemingchen1-339/+479
2008-05-09* Minor tweak to TerrainChannelAdam Frisby1-1/+1
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified perm...mingchen1-42/+58
2008-05-07*Fixed bug causing Object Duplication to not correctly follow permissionsmingchen1-1/+4
2008-05-07*Added CanRunScript to SceneExternalChecksmingchen1-0/+2
2008-05-07*Added SceneExternalChecks.cs that is used to manage checking the results of ...mingchen1-1/+10
2008-05-06De-tabify source.Jeff Ames1-3/+3
2008-05-06* Cleaning up code, making it conform to OpenSim standards.Adam Frisby1-7/+7
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-31/+35
2008-05-01* Rolled back a few changes.Adam Frisby1-178/+183
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-183/+178
2008-04-30* Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares1-17/+10
2008-04-25* Fixes prim crossing. See bug 1050.Teravus Ovares1-0/+13
2008-04-23* Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl...Adam Frisby1-0/+38
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+2
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-11/+10
2008-03-21* Fix for #499: linked primsets don't rotate properly when using a door scrip...Teravus Ovares1-1/+1
2008-03-19* Fix for if 782: Locked prims may still be moved by click+drag.Teravus Ovares1-0/+34
2008-03-19Fixed some comparisons of LLUUIDs to null.Jeff Ames1-7/+3
2008-03-18Formatting cleanup.Jeff Ames1-10/+10
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-17Fix a few mono compiler warnings. Minor cleanup.Jeff Ames1-2/+2
2008-03-05* Removed more compiler warnings, dead code, etc.Adam Frisby1-3/+4
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-18Thank you very much, Hashbox for:Charles Krinke1-1/+6
2008-02-17Thank you Hashbox for adding the Charles Krinke1-2/+2
2008-02-11* some refactoring on permissionslbsa711-53/+51
2008-02-10* This updates adds locking capability. Thanks, lbsa71 for pointing out my b...Teravus Ovares1-52/+41
2008-02-10* Adding more broken objectflags to the list here. Touch was also broken. I...Teravus Ovares1-0/+13
2008-02-10* A lot of ugly permissions updates.Teravus Ovares1-46/+118
2008-02-09* added count of texture data bytes and asset byteslbsa711-0/+6
2008-02-04First part of avatar persistence, currently only really works in standalone m...MW1-23/+26
2008-01-18* Fixed bug where 'taskOwnerId' would always be null in PermissionManager, he...lbsa711-12/+20
2008-01-16First part of changing prim's permission flags to use the correct enum (libsl...MW1-18/+42
2008-01-02* Did a bit of estate work. Added some fields to EstateSettings.xml for est...Teravus Ovares1-4/+11
2007-12-27* Optimized usingslbsa711-15/+16
2007-12-21*Removed some exceptions that were thrown in Land that is no longer needed.mingchen1-6/+11
2007-12-07* Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares1-113/+76