aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/PermissionManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-694/+0
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
2007-12-05* Refactored Permissions into ScenePresence as requested by MWTeravus Ovares1-2/+50
2007-11-30* Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares1-0/+108
2007-11-29* Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ...Teravus Ovares1-1/+7
2007-11-25* Added the ability to restart your individual sims from within them using th...Teravus Ovares1-0/+8
2007-11-18Attempt to get World Map working in Grid mode, will need to be using the grid...MW1-0/+14
2007-11-14* Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares1-1/+4
2007-10-30* Optimized usingslbsa711-2/+1
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-23* Fix for issue#514 - Sim crash when editing near terrain edge.Adam Frisby1-1/+13
2007-10-22nice catch by chi11ken that I was setting the wrong propertySean Dague1-327/+327
2007-10-21* Disabled TCP Remoting Channel Security for InterRegion communication, as it...Adam Frisby1-326/+327
2007-10-21fix line ending mixing. Probably should put someSean Dague1-1/+1
2007-10-20* Committing new PolicyManager based on an ACL system.Adam Frisby1-1/+1
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-1/+29
2007-10-05getting all our line endings consistant againSean Dague1-8/+8
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-22/+16
2007-09-17fixing me some line endingsSean Dague1-305/+305
2007-09-17* CHANGED SOME CONSOLE COMMAND BEHAVIOURSlbsa711-14/+22
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW1-1/+1
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-1/+1