aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* disabled the multiple inventory server support in login service again.MW2008-06-291-6/+6
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-281-1/+6
* Formatting cleanup.Jeff Ames2008-05-161-39/+39
* * Removing polling delay for non-CAPS inventory fetch if the client has not y...Justin Clarke Casey2008-05-091-58/+4
* * Minor: Insert utility function to format raw xml strings into indented xml ...Justin Clarke Casey2008-05-091-1/+3
* * Restoring some initial inventory lookup polling delays in order to deal wit...Justin Clarke Casey2008-05-091-2/+2
* * Reduced sleep durations in a number of files.Adam Frisby2008-05-081-2/+3
* * Increase number of poll attempts an inventory items request will make under...Justin Clarke Casey2008-05-071-1/+1
* * Refactor: A final root folder special case removal, this time in HandleFetc...Justin Clarke Casey2008-05-041-49/+18
* * Refactor: Renaming item and folder tree search methods to have Find*() pref...Justin Clarke Casey2008-05-031-5/+5
* * Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which ar...Justin Clarke Casey2008-05-031-52/+13
* * Refactor: move UpdateFolder into CachedUserInfoJustin Clarke Casey2008-05-031-19/+4
* * Make user profile cache service complain if the caller assumes a profile ex...Justin Clarke Casey2008-05-031-13/+42
* * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache...Justin Clarke Casey2008-05-031-71/+5
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-011-5/+8
* * 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