aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Refactor: Renaming item and folder tree search methods to have Find*() pref...Justin Clarke Casey2008-05-031-6/+6
* * Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which ar...Justin Clarke Casey2008-05-031-10/+87
* * Refactor: move UpdateFolder into CachedUserInfoJustin Clarke Casey2008-05-031-5/+44
* * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache...Justin Clarke Casey2008-05-031-1/+99
* * Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem()Justin Clarke Casey2008-05-031-4/+4
* * Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem()Justin Clarke Casey2008-05-031-1/+1
* * Refactor: Remove redundant userID from further up the inventory request chainJustin Clarke Casey2008-05-011-1/+1
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-011-43/+38
* * Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder()Justin Clarke Casey2008-04-301-2/+2
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2008-04-301-1/+1
* * Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares2008-04-271-0/+9
* * Add folders and items locking in external manipulations of InventoryFolderI...Justin Clarke Casey2008-04-221-20/+35
* * Replace previous specific inventory callback code with generic alternativeJustin Clarke Casey2008-04-221-0/+23
* * Allow folder renaming to complete after an agent inventory has been receive...Justin Clarke Casey2008-04-221-8/+54
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-3/+4