aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-21* Eliminate the need to copy asset request lists in the asset cache when an a...Justin Clarke Casey1-82/+22
2008-09-21* minor: tidy up of AssetCache, remove currently pointless storing of thread ...Justin Clarke Casey1-12/+9
2008-09-19* Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey1-7/+15
2008-09-12Mantis#2165. Thank you kindly, CMickeyB for a patch that:Charles Krinke1-18/+40
2008-09-11* Removed some legacy commentinglbsa711-44/+0
2008-09-11* Added small convenience function to recursively calculate total amounts of ...lbsa711-0/+15
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-2/+2
2008-09-06Mantis #2133Melanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares7-110/+114
2008-09-03Update svn properties.Jeff Ames1-56/+56
2008-08-31Attempt to fix an issue I havebeen seeing, where asset server failureMelanie Thielker1-0/+3
2008-08-30* Added "File Asset Client" to OpenSim Asset Server-types.Adam Frisby1-0/+56
2008-08-28Mantis #1903Melanie Thielker1-81/+59
2008-08-28Update svn properties, formatting cleanup.Jeff Ames2-2/+2
2008-08-27Mantis #1903Melanie Thielker2-10/+29
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares1-0/+25
2008-08-19Attachment persistence!!! Patch #9170 (Mantis #1171)Melanie Thielker1-0/+7
2008-08-18Formatting cleanup.Jeff Ames6-34/+34
2008-08-16Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-08-16Guard against the null UUID being queried from the userserverMelanie Thielker1-0/+5
2008-08-12* Stop warnings about non existent scene presences/entities being removed on ...Justin Clarke Casey1-1/+3
2008-08-12Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur2-71/+30
2008-08-01* correct bug from last commit - for now don't drop cached user profile when ...Justin Clarke Casey1-0/+4
2008-08-01* Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey2-8/+21
2008-08-01* minor: eliminate some unused variables in InventoryFolderImplJustin Clarke Casey1-2/+0
2008-07-31* refactor: rearrange path inventory manipulation so that input tidying can b...Justin Clarke Casey1-5/+50
2008-07-31* refactor: eliminate unused SubFoldersCountJustin Clarke Casey1-11/+3
2008-07-31* allow inventory folders to be located by pathJustin Clarke Casey2-9/+55
2008-07-31* refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak...Justin Clarke Casey2-19/+18
2008-07-31* minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey2-3/+11
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2-5/+5
2008-07-25squasing warning.Dr Scofield1-3/+3
2008-07-25Thanks, lulurun, for a patch that adds an authenticated session cache to reduceMike Mazur1-0/+107
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2-2/+2
2008-07-23The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson2-9/+64
2008-07-23thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2-8/+45
2008-07-12Patch #9146 (No Mantis)Melanie Thielker1-3/+4
2008-07-12Patches #9143 and #9144 (Mantis #1723)Melanie Thielker1-1/+8
2008-07-07* remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey4-25/+7
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey3-16/+0
2008-07-07* Start scripts loaded from an archiveJustin Clarke Casey1-3/+3
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey1-2/+0
2008-06-30add the ability to cherry pick expire something from the assetSean Dague1-0/+24
2008-06-29disabled the multiple inventory server support in login service again.MW2-126/+56
2008-06-28small change to see if that helps with the inventory problems.MW1-1/+1
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW2-24/+99
2008-06-26Mantis#1594. Thank you, Melanie for a patch that:Charles Krinke1-0/+11
2008-06-18* Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares1-68/+17
2008-06-16* Allow archiver to save and load objects within other objects to arbitrary l...Justin Clarke Casey1-23/+0
2008-06-14* Start recording asset request failuresJustin Clarke Casey1-2/+6