aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* mantis 8131: make the new Offline IM code optional and disabled by default, s...UbitUmarov2017-03-301-32/+55
* Merge branch 'melanie'Melanie Thielker2017-02-013-22/+7
|\
| * Refactor asset handling as per Ubit's suggestionMelanie Thielker2017-02-011-2/+2
| * Make negative asset caching actually workMelanie Thielker2017-01-301-1/+2
| * Disable spam in profiles module. Modules should not say they're disabled.Melanie Thielker2017-01-231-1/+1
| * Activate the new Offline IM module code instead of the old codeMelanie Thielker2017-01-231-20/+4
* | remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPointUbitUmarov2017-01-261-26/+16
* | object Take and TakeCopy are for in scene SOPs and SPs and permitions module ...UbitUmarov2017-01-191-2/+3
|/
* Correct casing on isGod and isViewerUIGodMelanie Thielker2017-01-074-5/+5
* Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker2017-01-073-8/+8
* missing changed fileUbitUmarov2017-01-071-4/+4
* replace godlevel compares by the new faster bool isViewerUIGodUbitUmarov2017-01-074-5/+5
* prevent gods kick wars using the new god level variableUbitUmarov2017-01-071-4/+4
* During login cancel, don't error out here on a null client.Melanie Thielker2017-01-071-0/+3
* Squelch red ink for login cancel by the user during circuit setupMelanie Thielker2017-01-071-1/+12
* Restructure god level and permissionsMelanie Thielker2017-01-065-11/+11
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0533-576/+576
* Make it possible to disable the bakes module in the way it is described in co...Melanie Thielker2017-01-051-1/+10
* a few changes to Gods ( ie administrators) controlUbitUmarov2017-01-051-69/+56
* Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...Melanie Thielker2016-12-292-4/+4
* a few more changes on user profilesUbitUmarov2016-12-231-20/+76
* UserProfileModule threading issuesUbitUmarov2016-12-231-63/+77
* UserProfileModule refuse changes to classifieds outside home grid ( viewers m...UbitUmarov2016-12-221-13/+39
* UserProfileModule we can't use parcels globalID because we do not have a glob...UbitUmarov2016-12-221-24/+41
* take UserProfileModule out on onMakeRoot event, add some cachingUbitUmarov2016-12-211-91/+296
* break userprofiles a bit moreUbitUmarov2016-12-171-75/+113
* give regions a option to block profile web urls, so users are not sent to un...UbitUmarov2016-12-151-1/+10
* show online on profile, if target is in same region.( possible should be done...UbitUmarov2016-12-141-1/+5
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...Mandarinka Tasty2016-12-141-1/+1
* Rename charterMember to membershipType to show what it actually is.Melanie Thielker2016-12-122-8/+8
* Setting precise date of creation in NPC's profile.Mandarinka Tasty2016-12-101-1/+1
* if we have profile then npc is onlineUbitUmarov2016-12-061-1/+1
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...UbitUmarov2016-12-061-2/+2
* let NPCs have profileUbitUmarov2016-12-061-11/+22
* HG: fix the never ending avatar confirmation when 2 users from same grid made...UbitUmarov2016-12-041-1/+41
* supress some warnings by explict(confirm) the hide of parent fieldsUbitUmarov2016-11-221-2/+0
* minor change to getdisplaynames cap urlUbitUmarov2016-11-161-42/+2
* mantis 8041: check target user password on save/load IARUbitUmarov2016-10-251-3/+0
* mantis 8013: change attachment group to active group on attach from inventoryUbitUmarov2016-08-291-3/+5
* change my previus fix, change xengine to expect SOG and not attachments modul...UbitUmarov2016-08-291-13/+3
* mantis 8006: AttachmentModule triggered OnAttach by SOG xengine expects by SOPUbitUmarov2016-08-291-4/+12
* disable AttachmentModule tests again :(UbitUmarov2016-08-291-1/+2
* allow AttachmentModule tests, some may now workUbitUmarov2016-08-291-3/+2
* mantis: 8006 restrict the suspention of Trigger OnAttach to the problematic c...UbitUmarov2016-08-291-4/+4
* disable AttacmentsModule tests because they depend on OnAttach event currentl...UbitUmarov2016-08-281-2/+4
* mantis: 8006 remove duplication of attach script events. This is a temporary ...UbitUmarov2016-08-281-2/+7
* remove some dead codeUbitUmarov2016-08-241-9/+0
* Mantis #8000, don't charge for updating classifieds. Thanks, Cinder!Melanie Thielker2016-08-201-23/+29
* add GetActiveMembershipData() to groups modules, let core groups also have Ge...UbitUmarov2016-08-041-5/+12
* do friends recaching on MakeRoot for normal tps, delay it on crossingsUbitUmarov2016-08-041-11/+2