aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-07replace godlevel compares by the new faster bool isViewerUIGodUbitUmarov4-5/+5
2017-01-07prevent gods kick wars using the new god level variableUbitUmarov1-4/+4
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 Thielker1-1/+12
2017-01-06Restructure god level and permissionsMelanie Thielker5-11/+11
2017-01-05Massive tab and trailing space cleanupMelanie Thielker33-576/+576
2017-01-05Make it possible to disable the bakes module in the way it is described in co...Melanie Thielker1-1/+10
2017-01-05a few changes to Gods ( ie administrators) controlUbitUmarov1-69/+56
2016-12-29Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...Melanie Thielker2-4/+4
2016-12-23 a few more changes on user profilesUbitUmarov1-20/+76
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-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-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-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-11-22 supress some warnings by explict(confirm) the hide of parent fieldsUbitUmarov1-2/+0
2016-11-16minor change to getdisplaynames cap urlUbitUmarov1-42/+2
2016-10-25mantis 8041: check target user password on save/load IARUbitUmarov1-3/+0
2016-08-29mantis 8013: change attachment group to active group on attach from inventoryUbitUmarov1-3/+5
2016-08-29change my previus fix, change xengine to expect SOG and not attachments modul...UbitUmarov1-13/+3
2016-08-29mantis 8006: AttachmentModule triggered OnAttach by SOG xengine expects by SOPUbitUmarov1-4/+12
2016-08-29 disable AttachmentModule tests again :(UbitUmarov1-1/+2
2016-08-29 allow AttachmentModule tests, some may now workUbitUmarov1-3/+2
2016-08-29mantis: 8006 restrict the suspention of Trigger OnAttach to the problematic c...UbitUmarov1-4/+4
2016-08-28disable AttacmentsModule tests because they depend on OnAttach event currentl...UbitUmarov1-2/+4
2016-08-28mantis: 8006 remove duplication of attach script events. This is a temporary ...UbitUmarov1-2/+7
2016-08-24 remove some dead codeUbitUmarov1-9/+0
2016-08-20Mantis #8000, don't charge for updating classifieds. Thanks, Cinder!Melanie Thielker1-23/+29
2016-08-04add GetActiveMembershipData() to groups modules, let core groups also have Ge...UbitUmarov1-5/+12
2016-08-04do friends recaching on MakeRoot for normal tps, delay it on crossingsUbitUmarov1-11/+2
2016-08-04fix a typoUbitUmarov1-1/+1
2016-08-02(mantis 7983) update local cache when storing a baked tex on assets serverUbitUmarov1-9/+11
2016-08-02minor cleanupUbitUmarov1-1/+7
2016-07-28 revert adding a new IM parameter ( commit bf604c85c66dd3bed06e3103cdf210ede0...UbitUmarov1-6/+0
2016-07-27 actually that was redundante, already done at low levelUbitUmarov1-1/+1
2016-07-27 move refresh forces into applyphysicsUbitUmarov1-1/+1
2016-07-26 take friends out of onMakeRoot if crossingUbitUmarov1-15/+32
2016-07-24add missing IM parameter ( needs fix where it is really relevant )UbitUmarov1-2/+5
2016-07-24do not send IMs via child agentsUbitUmarov2-50/+20
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker6-48/+24
2016-06-21Split IM handling so an inheriting module can cange names if required.Melanie Thielker1-2/+6