aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/PermissionManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Removed more compiler warnings, dead code, etc.Adam Frisby2008-03-051-3/+4
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Thank you very much, Hashbox for:Charles Krinke2008-02-181-1/+6
* Thank you Hashbox for adding the Charles Krinke2008-02-171-2/+2
* * some refactoring on permissionslbsa712008-02-111-53/+51
* * This updates adds locking capability. Thanks, lbsa71 for pointing out my b...Teravus Ovares2008-02-101-52/+41
* * Adding more broken objectflags to the list here. Touch was also broken. I...Teravus Ovares2008-02-101-0/+13
* * A lot of ugly permissions updates.Teravus Ovares2008-02-101-46/+118
* * added count of texture data bytes and asset byteslbsa712008-02-091-0/+6
* First part of avatar persistence, currently only really works in standalone m...MW2008-02-041-23/+26
* * Fixed bug where 'taskOwnerId' would always be null in PermissionManager, he...lbsa712008-01-181-12/+20
* First part of changing prim's permission flags to use the correct enum (libsl...MW2008-01-161-18/+42
* * Did a bit of estate work. Added some fields to EstateSettings.xml for est...Teravus Ovares2008-01-021-4/+11
* * Optimized usingslbsa712007-12-271-15/+16
* *Removed some exceptions that were thrown in Land that is no longer needed.mingchen2007-12-211-6/+11
* * Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares2007-12-071-113/+76
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-2/+50
* * Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares2007-11-301-0/+108
* * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ...Teravus Ovares2007-11-291-1/+7
* * Added the ability to restart your individual sims from within them using th...Teravus Ovares2007-11-251-0/+8
* Attempt to get World Map working in Grid mode, will need to be using the grid...MW2007-11-181-0/+14
* * Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares2007-11-141-1/+4
* * Optimized usingslbsa712007-10-301-2/+1
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-1/+1
* * Fix for issue#514 - Sim crash when editing near terrain edge.Adam Frisby2007-10-231-1/+13
* nice catch by chi11ken that I was setting the wrong propertySean Dague2007-10-221-327/+327
* * Disabled TCP Remoting Channel Security for InterRegion communication, as it...Adam Frisby2007-10-211-326/+327
* fix line ending mixing. Probably should put someSean Dague2007-10-211-1/+1
* * Committing new PolicyManager based on an ACL system.Adam Frisby2007-10-201-1/+1
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-1/+29
* getting all our line endings consistant againSean Dague2007-10-051-8/+8
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-22/+16
* fixing me some line endingsSean Dague2007-09-171-305/+305
* * CHANGED SOME CONSOLE COMMAND BEHAVIOURSlbsa712007-09-171-14/+22
* Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW2007-08-261-1/+1
* * Introduced IScriptHost as an interface to fetching object data from scripts.lbsa712007-08-161-1/+1
* The 'Party Party Groupie Groupie Life is a game' commit:lbsa712007-08-151-4/+11
* * Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby2007-08-151-9/+110
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-091-3/+3
* * renamed some scene to worldlbsa712007-08-061-2/+2
* clean up of startup config settings (command line args etc),MW2007-08-041-1/+1
* * More work on PermissionManager - going AFK for a bit.Adam Frisby2007-08-041-38/+79
* * More work on PermissionManagerAdam Frisby2007-08-041-0/+40
* Changed a couple of method in PermissionManager from private to protected to ...MW2007-08-021-3/+3
* * Added support for CreateLink to LSL Interpreted APIAdam Frisby2007-08-021-0/+108