aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Assorted spring cleanings.Adam Frisby2008-05-011-1/+0
* * Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder()Justin Clarke Casey2008-04-301-6/+6
* * Resolve mantis 1068, 1095Justin Clarke Casey2008-04-301-10/+31
* * Completely inconsequential inventory odds and ends (actual impact - only on...Justin Clarke Casey2008-04-301-2/+3
* * Implement full grid mode Trash emptyJustin Clarke Casey2008-04-231-8/+1
* * Implement proper emptying of trashcan on standaloneJustin Clarke Casey2008-04-231-5/+24
* * Fix mantis #842 - folders which are created but left named "New Folder" in ...Justin Clarke Casey2008-04-231-1/+14
* * Extend functionality to better handle delayed inventory service transfers t...Justin Clarke Casey2008-04-221-9/+30
* * Replace previous specific inventory callback code with generic alternativeJustin Clarke Casey2008-04-221-30/+17
* * Allow folder renaming to complete after an agent inventory has been receive...Justin Clarke Casey2008-04-221-0/+36
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-6/+4
* * Remove user profile from cache when they log out from a region.Justin Clarke Casey2008-04-201-1/+24
* * Tweak inventory login failure message to point to the region owner as first...Justin Clarke Casey2008-04-201-1/+2
* * Working towards notifying the client if the inventory service has failed, r...Justin Clarke Casey2008-04-141-3/+3
* * Put in crude poll waiting for 60 seconds for delayed user inventory deliver...Justin Clarke Casey2008-04-131-2/+27
* * Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey2008-04-111-1/+15
* * minor: replace test of CachedUserInfo.RootFolder != null with something mor...Justin Clarke Casey2008-04-111-9/+9
* * minor documenting, cleanup, renaming in user profile cache serviceJustin Clarke Casey2008-04-111-5/+8
* * documenting and minor refactoring in UserProfileCacheServiceJustin Clarke Casey2008-04-111-14/+24
* refactor: eliminate method in UserProfileCacheServiceJustin Clarke Casey2008-04-111-14/+13
* * Minor: really just comment and subsequent indentation adjustment. Preparat...Justin Clarke Casey2008-04-101-41/+55
* further refactor and rename of InventoryFolderBase propertiesSean Dague2008-04-081-6/+6
* * Adjust some inventory lookup failure messages to reduce confusion as to wha...Justin Clarke Casey2008-04-081-5/+7
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-23/+23
* * Various 1.19.0.5 grid inventory request fixes. These will only take affect...Justin Clarke Casey2008-03-291-3/+32
* * Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey2008-03-281-9/+7
* * Just inserting some exploratory comments into inventory codeJustin Clarke Casey2008-03-181-0/+12
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
* Part 2 of fixing inventory for client 1.19.1 (RC), inventory items should now...MW2008-03-151-0/+60
* Clean up more unnecessary String.Format callsJeff Ames2008-02-131-8/+5
* * Add missing locking to mysql inventory pluginJustin Clarke Casey2008-02-121-0/+3
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-1/+1
* Converted logging to use log4net.Jeff Ames2008-02-051-11/+15
* * Optimized usingslbsa712007-12-271-18/+19
* Yet more inventory debugging messagesJustin Clarke Casey2007-12-231-9/+30
* Miscellaneous small tweaks and more logging messages to move towards resolvin...Justin Clarke Casey2007-12-231-2/+5
* Refix bug where inventory textures don't appear in prim edit texture selectio...Justin Clarke Casey2007-12-211-6/+15
* Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2007-12-151-7/+25
* Implementing updateinventoryfolder: Should now be able to rename folders in i...Brian McBee2007-12-111-0/+20
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* hackish code to allow emptying of trash. This really should be done on the in...Brian McBee2007-12-081-1/+21
* Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW2007-12-021-0/+9
* Some refactoring , mainly on Inventory code. MW2007-12-021-0/+203