| Commit message (Expand) | Author | Files | Lines |
2017-06-24 | a few more changes to iar/oar assets save error/warning to show problems kno... | UbitUmarov | 1 | -7/+11 |
2017-06-23 | code actually has no ideia if a id is a asset or not and does try to handle ... | UbitUmarov | 1 | -4/+4 |
2017-06-23 | coment out missing or damage assets messages in uuidgather that are not very... | UbitUmarov | 1 | -2/+27 |
2017-06-23 | several changes to iar/oar assets error reports | UbitUmarov | 1 | -4/+6 |
2017-06-22 | actually iar do it for iar | UbitUmarov | 1 | -0/+3 |
2017-06-21 | avoid some broken object assets present in osgrid inventories due to past pr... | UbitUmarov | 2 | -2/+6 |
2017-06-21 | make oar/iar assets writer be done by caller thread like the rest of the | UbitUmarov | 1 | -4/+2 |
2017-06-15 | update inventory item permissions on deattach | UbitUmarov | 1 | -0/+25 |
2017-06-14 | some cleanup.. remove some stats that only some do look at once on a lifetime | UbitUmarov | 2 | -4/+5 |
2017-05-31 | we don't need to keep refs to baked textures assets | UbitUmarov | 1 | -1/+1 |
2017-05-31 | we don't need to keep refs to baked textures assets | UbitUmarov | 1 | -6/+9 |
2017-05-31 | remove the option to store baked textures on assets service, thats suicide us... | UbitUmarov | 1 | -19/+19 |
2017-05-28 | enclose GetRequestStream on try/catch | UbitUmarov | 1 | -6/+6 |
2017-05-11 | avoid a null ref | UbitUmarov | 1 | -12/+16 |
2017-05-11 | let new regions know about grid services god | UbitUmarov | 1 | -26/+74 |
2017-05-07 | let StreamReader be in using statements | UbitUmarov | 1 | -3/+4 |
2017-05-06 | dispose some MemoryStreams | UbitUmarov | 1 | -0/+2 |
2017-03-30 | mantis 8131: make the new Offline IM code optional and disabled by default, s... | UbitUmarov | 1 | -32/+55 |
2017-02-01 | Refactor asset handling as per Ubit's suggestion | Melanie Thielker | 1 | -2/+2 |
2017-01-30 | Make negative asset caching actually work | Melanie Thielker | 1 | -1/+2 |
2017-01-26 | remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPoint | UbitUmarov | 1 | -26/+16 |
2017-01-23 | Disable spam in profiles module. Modules should not say they're disabled. | Melanie Thielker | 1 | -1/+1 |
2017-01-23 | Activate the new Offline IM module code instead of the old code | Melanie Thielker | 1 | -20/+4 |
2017-01-19 | object Take and TakeCopy are for in scene SOPs and SPs and permitions module ... | UbitUmarov | 1 | -2/+3 |
2017-01-07 | Correct casing on isGod and isViewerUIGod | Melanie Thielker | 4 | -5/+5 |
2017-01-07 | Change improperly named isNPC to be IsNPC as a property should be uppercase | Melanie Thielker | 3 | -8/+8 |
2017-01-07 | missing changed file | UbitUmarov | 1 | -4/+4 |
2017-01-07 | replace godlevel compares by the new faster bool isViewerUIGod | UbitUmarov | 4 | -5/+5 |
2017-01-07 | prevent gods kick wars using the new god level variable | UbitUmarov | 1 | -4/+4 |
2017-01-07 | During login cancel, don't error out here on a null client. | Melanie Thielker | 1 | -0/+3 |
2017-01-07 | Squelch red ink for login cancel by the user during circuit setup | Melanie Thielker | 1 | -1/+12 |
2017-01-06 | Restructure god level and permissions | Melanie Thielker | 5 | -11/+11 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 33 | -576/+576 |
2017-01-05 | Make it possible to disable the bakes module in the way it is described in co... | Melanie Thielker | 1 | -1/+10 |
2017-01-05 | a few changes to Gods ( ie administrators) control | UbitUmarov | 1 | -69/+56 |
2016-12-29 | Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is... | Melanie Thielker | 2 | -4/+4 |
2016-12-23 | a few more changes on user profiles | UbitUmarov | 1 | -20/+76 |
2016-12-23 | UserProfileModule threading issues | UbitUmarov | 1 | -63/+77 |
2016-12-22 | UserProfileModule refuse changes to classifieds outside home grid ( viewers m... | UbitUmarov | 1 | -13/+39 |
2016-12-22 | UserProfileModule we can't use parcels globalID because we do not have a glob... | UbitUmarov | 1 | -24/+41 |
2016-12-21 | take UserProfileModule out on onMakeRoot event, add some caching | UbitUmarov | 1 | -91/+296 |
2016-12-17 | break userprofiles a bit more | UbitUmarov | 1 | -75/+113 |
2016-12-15 | give regions a option to block profile web urls, so users are not sent to un... | UbitUmarov | 1 | -1/+10 |
2016-12-14 | show online on profile, if target is in same region.( possible should be done... | UbitUmarov | 1 | -1/+5 |
2016-12-14 | New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc... | Mandarinka Tasty | 1 | -1/+1 |
2016-12-12 | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 2 | -8/+8 |
2016-12-10 | Setting precise date of creation in NPC's profile. | Mandarinka Tasty | 1 | -1/+1 |
2016-12-06 | if we have profile then npc is online | UbitUmarov | 1 | -1/+1 |
2016-12-06 | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou... | UbitUmarov | 1 | -2/+2 |
2016-12-06 | let NPCs have profile | UbitUmarov | 1 | -11/+22 |