aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Working towards notifying the client if the inventory service has failed, ↵Justin Clarke Casey2008-04-141-3/+3
| | | | | | | | | rather than simply returning 0 items. * This is very early support which would only be triggered in a rather unlikely case (if the user server correctly received an inventory skeleton, but later on failed to return the whole inventory in a timely manner. Also, this only applies to the 1.19.1.4 client onwards * Code cleanup and support for other failure cases (failure of inventory caching on region crossing, failure to actually add a folder/item, etc, should follow.
* * Put in crude poll waiting for 60 seconds for delayed user inventory ↵Justin Clarke Casey2008-04-131-2/+27
| | | | | | | | | delivery from the inventory service * This will reduce failures where the inventory server is simply slow * Still need to properly inform the user if the inventory service has failed altogether
* * Change inventory async response deliver to deliver all items and folders ↵Justin Clarke Casey2008-04-111-1/+15
| | | | | | | | at once, rather than each individual * This is required in order to work towards eliminating some inventory race conditions and to better deal with situations where a grid inventory server is slow or not responding.
* * minor: replace test of CachedUserInfo.RootFolder != null with something ↵Justin Clarke Casey2008-04-111-9/+9
| | | | more readable, and make RootFolder get only
* * 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. ↵Justin Clarke Casey2008-04-101-41/+55
| | | | Preparation for handling inventory problems where the inventory server receives a request and never responds, or is late in responding
* further refactor and rename of InventoryFolderBase propertiesSean Dague2008-04-081-6/+6
| | | | | | to reflect what they really are.
* * Adjust some inventory lookup failure messages to reduce confusion as to ↵Justin Clarke Casey2008-04-081-5/+7
| | | | what just went wrong
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-23/+23
| | | | | | | | * wrap attributes in properties * clean up names a little bit * clean up name styles
* * Various 1.19.0.5 grid inventory request fixes. These will only take ↵Justin Clarke Casey2008-03-291-3/+32
| | | | | | | | | | | | affect once the region and the grid servers have upgraded to this revision * You may also need to clear your cache before seeing any effect. * These fixes may or may not affect inventory on the RC client. * These fixes should make non-root folders work better, stop inventory failure on first login, allow trash to be emptied and make texture picker in object edit view work properly * Fixes are 1) make initial root folder request wait for async inventory delivery, 2) deliver all folders in the initial login skeleton, not just the root child ones and 3) deal with situations where we receive child folders from the inventory service before their parent is received.
* * Send full inventory folder skeleton to standalone client logins rather ↵Justin Clarke Casey2008-03-281-9/+7
| | | | | | | | | than just the root child folders * This may resolve some current problems with non root child folders on standalone installations. * A fix for the same problem in grid mode will come soon.
* * 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 ↵MW2008-03-151-0/+60
| | | | | | | now show up. Most likely still some problems and most like needs some more work (and still a couple of things to finish off).
* 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
| | | | | | * Should resolve mantis 542
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-1/+1
|
* Converted logging to use log4net.Jeff Ames2008-02-051-11/+15
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Optimized usingslbsa712007-12-271-18/+19
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Yet more inventory debugging messagesJustin Clarke Casey2007-12-231-9/+30
|
* Miscellaneous small tweaks and more logging messages to move towards ↵Justin Clarke Casey2007-12-231-2/+5
| | | | resolving inventory problems
* Refix bug where inventory textures don't appear in prim edit texture ↵Justin Clarke Casey2007-12-211-6/+15
| | | | | | | | selection box unless previously expanded in inventory.
* Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee2007-12-151-7/+25
| | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.
* Implementing updateinventoryfolder: Should now be able to rename folders in ↵Brian McBee2007-12-111-0/+20
| | | | inventory
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-1/+1
| | | | notice of doom
* hackish code to allow emptying of trash. This really should be done on the ↵Brian McBee2007-12-081-1/+21
| | | | | | | | inventory server, and not from the region. Also: it appeared to work the first try, so I have probably done something horribly wrong.
* Attempt to fix mantis issue #82, taking prims into inventory and then ↵MW2007-12-021-0/+9
| | | | rezzing them in another region.
* Some refactoring , mainly on Inventory code. MW2007-12-021-0/+203