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