aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-25cleanupDr Scofield1-1/+0
2009-03-24* minor: remove a couple more compiler warningsJustin Clarke Casey1-4/+0
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+51
2009-03-22Make single item inventory gives work across regionsMelanie Thielker1-2/+2
2009-03-22Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker1-7/+14
2009-03-22Fox a null ref in the inventory give moduleMelanie Thielker1-0/+3
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+42
2009-02-12* refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey1-0/+19
2009-02-12* optimized usings.lbsa711-3/+1
2008-12-15Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc...diva1-0/+1
2008-12-12* Extend update test to test situation where it also moves the folderJustin Clarke Casey1-7/+8
2008-12-12* Create update folder testJustin Clarke Casey1-0/+1
2008-12-12* minor: make AddRequest() protected since in principle it shouldn't be used ...Justin Clarke Casey1-1/+1
2008-12-12* refactor: pull out common user profile test code into utility functionsJustin Clarke Casey1-1/+0
2008-12-11* refactor: Stop exposing InventoryFolderImpl.SubFolders publiclyJustin Clarke Casey1-25/+20
2008-12-10* Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey1-1/+2
2008-12-09* Actually update subfolders of parent folders in the inventory cache when a ...Justin Clarke Casey1-7/+27
2008-12-04* Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey1-1/+4
2008-11-28* test: Add a wodge of code in order to be able to slightly extend a test to ...Justin Clarke Casey1-1/+0
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker1-1/+1
2008-09-12Mantis#2165. Thank you kindly, CMickeyB for a patch that:Charles Krinke1-18/+40
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-27/+27
2008-08-28Mantis #1903Melanie Thielker1-81/+59
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-08-27Mantis #1903Melanie Thielker1-9/+22
2008-08-19Attachment persistence!!! Patch #9170 (Mantis #1171)Melanie Thielker1-0/+7
2008-08-18Formatting cleanup.Jeff Ames1-3/+3
2008-08-12Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur1-17/+6
2008-08-01* Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey1-1/+16
2008-07-31* allow inventory folders to be located by pathJustin Clarke Casey1-3/+3
2008-07-31* refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak...Justin Clarke Casey1-15/+14
2008-07-31* minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey1-2/+10
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-1/+1
2008-07-23The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson1-8/+56
2008-07-23thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson1-7/+17
2008-07-12Patch #9146 (No Mantis)Melanie Thielker1-3/+4
2008-06-29disabled the multiple inventory server support in login service again.MW1-120/+50
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. MW1-23/+93
2008-06-26Mantis#1594. Thank you, Melanie for a patch that:Charles Krinke1-0/+11
2008-06-11Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke1-1/+1
2008-05-28Formatting cleanup.Jeff Ames1-5/+5
2008-05-19Thank you kindly, Melanie for a patch that avoids a nullCharles Krinke1-0/+24
2008-05-16Formatting cleanup.Jeff Ames1-110/+110
2008-05-09* Removing polling delay for non-CAPS inventory fetch if the client has not y...Justin Clarke Casey1-1/+50
2008-05-04* Refactor: Do the root case removal thing again, this time in ItemReceive()Justin Clarke Casey1-34/+13
2008-05-04* Refactor: Simplify CachedUserInfo.FolderReceive() by removing root folder s...Justin Clarke Casey1-33/+29
2008-05-04* Simplify CreateFolder() by folding previous special root case into FindFold...Justin Clarke Casey1-60/+29
2008-05-03* Add ability to defer item actions for AddItem() and DeleteItem(). This won...Justin Clarke Casey1-5/+21
2008-05-03* Refactor RemoveItem()Justin Clarke Casey1-11/+50