aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-14fix incoerent definition of Slam bit (bits 3 and 4 used in diferentUbitUmarov1-4/+7
2017-01-13Fix the new permissions error introduced with the inventory fixMelanie Thielker1-7/+22
2017-01-12GenerateClientFlags: consider locked state, change object group; CanRezObject...UbitUmarov1-45/+52
2017-01-11stop using a GetPermissionClass() in GenerateClientFlags since it is not good...UbitUmarov1-97/+116
2017-01-11more changes to GenerateClientFlags(), use already cached presence group info...UbitUmarov1-8/+60
2017-01-11change GenerateClientFlags(...) to work with a scenepresence; make use of the...UbitUmarov1-7/+36
2017-01-10remove obsolete PrimFlags.ObjectYouOfficer; rearrange GenerateClientFlags(......UbitUmarov1-60/+51
2017-01-07Correct casing on isGod and isViewerUIGodMelanie Thielker4-5/+5
2017-01-07Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker7-12/+12
2017-01-07missing changed fileUbitUmarov1-4/+4
2017-01-07replace godlevel compares by the new faster bool isViewerUIGodUbitUmarov4-5/+5
2017-01-07update permissions module with the new optionsUbitUmarov1-13/+24
2017-01-07prevent gods kick wars using the new god level variableUbitUmarov1-4/+4
2017-01-07try to work around some broken viewers math on handlesUbitUmarov1-4/+9
2017-01-07Squelch noisy debug message that happens on every single rezMelanie Thielker1-1/+1
2017-01-07During login cancel, don't error out here on a null client.Melanie Thielker1-0/+3
2017-01-07Squelch red ink for login cancel by the user during circuit setupMelanie Thielker2-3/+22
2017-01-06Fix the long-standing bug that object permissions set in inventory were lostMelanie Thielker1-4/+8
2017-01-06Remove parcel_owner_is_god option. It is conceptually wrong and withUbitUmarov1-4/+2
2017-01-06Remove more calls to that horrible functionMelanie Thielker1-10/+0
2017-01-06Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker2-14/+18
2017-01-06Restructure god level and permissionsMelanie Thielker10-17/+18
2017-01-05add config option automatic_gods. With this option true, users that can be Go...UbitUmarov1-0/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker170-2037/+2037
2017-01-05Make it possible to disable the bakes module in the way it is described in co...Melanie Thielker1-1/+10
2017-01-05Make the estate communications handler selectableMelanie Thielker1-0/+19
2017-01-05a few changes to Gods ( ie administrators) controlUbitUmarov1-69/+56
2017-01-05Rename the files and classes from XEstate to EstateMelanie Thielker3-5/+5
2017-01-05 a few changes to estates port handlingUbitUmarov2-7/+12
2017-01-05 a few changes to estates and estate teleportHome (used kick)UbitUmarov4-47/+76
2017-01-04Show details of scene objects with given ownerId.Mandarinka Tasty1-0/+35
2016-12-29Add negative caching to flotsam cache. Prevents scripts from hammering the as...Melanie Thielker4-0/+42
2016-12-29Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...Melanie Thielker10-26/+26
2016-12-29Add an option to update the file access time even when an asset is found in c...Melanie Thielker1-0/+15
2016-12-29expire also from weak referencesUbitUmarov1-0/+3
2016-12-29gc is also a unwanted cache, so use it. With this, memcache with short expire...UbitUmarov1-12/+71
2016-12-25FloatSamCache: dont use slideexpire on current libovm expirecache. Change exa...UbitUmarov1-26/+49
2016-12-23 a few more changes on user profilesUbitUmarov1-20/+76
2016-12-23 dont try to use a parcelID as encoded position when it is notUbitUmarov1-2/+3
2016-12-23UserProfileModule threading issuesUbitUmarov1-63/+77
2016-12-22UserProfileModule refuse changes to classifieds outside home grid ( viewers m...UbitUmarov1-13/+39
2016-12-22UserProfileModule we can't use parcels globalID because we do not have a glob...UbitUmarov1-24/+41
2016-12-21 take UserProfileModule out on onMakeRoot event, add some cachingUbitUmarov1-91/+296
2016-12-17break userprofiles a bit moreUbitUmarov1-75/+113
2016-12-16and yes HG uri againUbitUmarov1-6/+26
2016-12-16viewers regionhandle are not necessary region identifiers, compensate for tha...UbitUmarov1-1/+4
2016-12-16ok.. another try on the HG uriUbitUmarov1-3/+24
2016-12-15 give regions a option to block profile web urls, so users are not sent to un...UbitUmarov1-1/+10
2016-12-14show online on profile, if target is in same region.( possible should be done...UbitUmarov1-1/+5
2016-12-14fix: check for region_handle before region_id, viewers are so funny..UbitUmarov1-21/+21