aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-06Fix the long-standing bug that object permissions set in inventory were lostMelanie Thielker1-4/+8
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
2016-12-14New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...Mandarinka Tasty1-1/+1
2016-12-12Rename charterMember to membershipType to show what it actually is.Melanie Thielker2-8/+8
2016-12-10Setting precise date of creation in NPC's profile.Mandarinka Tasty1-1/+1
2016-12-10Make it more unlikely that a script teleport will be caught by default region...AliciaRaven1-1/+1
2016-12-09avoid a null refUbitUmarov1-1/+1
2016-12-07add missing sp Intransit controlUbitUmarov1-10/+18
2016-12-07set HasGridUserTried on usercache of NPCsUbitUmarov1-2/+2
2016-12-06if we have profile then npc is onlineUbitUmarov1-1/+1
2016-12-06 add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...UbitUmarov1-2/+2
2016-12-06let NPCs have profileUbitUmarov1-11/+22
2016-12-04HG: fix the never ending avatar confirmation when 2 users from same grid made...UbitUmarov1-1/+41
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty1-0/+2
2016-12-02change a wrong error message and avoid a null ref (that may happen due to nee...UbitUmarov1-13/+11
2016-11-30 fix a null refUbitUmarov1-2/+2
2016-11-30 fix null ref on m_CacheCleanTimer control, add a gc.collect on manual floats...UbitUmarov1-2/+4
2016-11-30slow down automatic floatsamAssetCache CleanupExpiredFiles LOT to reduce impa...UbitUmarov1-13/+72
2016-11-28increase HG mapsearch spargetti; add more flexibility on input uri formats. T...UbitUmarov1-78/+78
2016-11-24 work around viewers not suporting large regions on landmark creation. They s...UbitUmarov1-16/+37