aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-25cleanupDr Scofield1-1/+0
2009-03-24* minor: remove a couple more compiler warningsJustin Clarke Casey1-4/+0
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+51
2009-03-22Make single item inventory gives work across regionsMelanie Thielker1-2/+2
2009-03-22Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker1-7/+14
provide additional information the HG needs.
2009-03-22Fox a null ref in the inventory give moduleMelanie Thielker1-0/+3
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+42
MySQL only, stubs for the others. This allows updating the cache with a single item from the database.
2009-02-12* refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey1-0/+19
* This simplifies callers in most cases - CachedUserInfo is already handling the rest of the fetch inventory work anyway
2009-02-12* optimized usings.lbsa711-3/+1
2008-12-15Attempt at restoring inventory access after TPs/crossings. RemoveClient in ↵diva1-0/+1
Scene was being too aggressive at nixing the user out of the cache. We're now relying on NeedSceneCacheClear to decide whether to nix it or not. All other mods in other files are for better debugging messages.
2008-12-12* Extend update test to test situation where it also moves the folderJustin Clarke Casey1-7/+8
* Correct logic so that update folder behaves as expected
2008-12-12* Create update folder testJustin Clarke Casey1-0/+1
* Correct small logic elidation
2008-12-12* minor: make AddRequest() protected since in principle it shouldn't be used ↵Justin Clarke Casey1-1/+1
outside the class and its descendents
2008-12-12* refactor: pull out common user profile test code into utility functionsJustin Clarke Casey1-1/+0
2008-12-11* refactor: Stop exposing InventoryFolderImpl.SubFolders publiclyJustin Clarke Casey1-25/+20
2008-12-10* Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey1-1/+2
* This means that LL RAW terrains (one source being the upload/download buttons on the estate dialog in the viewer) are now imported the 'right' way around rather than being flipped on the y axis * Existing RAW terrains before this patch will need to be flipped with the "terrain flip y" command from the console after import * More details on the mailing lists soon. -This line, and those below, will be ignored-- M OpenSim/Region/Environment/Modules/World/Terrain/FileLoaders/LLRAW.cs M OpenSim/Framework/Communications/Cache/CachedUserInfo.cs M OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
2008-12-09* Actually update subfolders of parent folders in the inventory cache when a ↵Justin Clarke Casey1-7/+27
folder gets moved * This was causing inventory folder transfer code to not work properly (this is still temporarily disabled)
2008-12-04* Put in the code necessary to allow inventory transfer of whole folders ↵Justin Clarke Casey1-1/+4
(and their contents) between agents, not just single items * However, this is not currently activated since it's not absolutely fully tested and there's a bug lurking in there to do with the sending of the BulkInventoryUpdate packets
2008-11-28* test: Add a wodge of code in order to be able to slightly extend a test to ↵Justin Clarke Casey1-1/+0
deliver a taken object to a user inventory folder without throwing an exception * test doesn't actually double check for the presence of the item yet
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker1-1/+1
Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts.
2008-09-12Mantis#2165. Thank you kindly, CMickeyB for a patch that:Charles Krinke1-18/+40
patch is attached that replaces the o(n^2) algorithm currently used to build the inventory cache with an o(n) algorithm using hash tables. the patch also adds some additional error handling.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-27/+27
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-28Mantis #1903Melanie Thielker1-81/+59
Thank you, cmickeyb, for a patch that fixes inventory folder retrieval.
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-08-27Mantis #1903Melanie Thielker1-9/+22
Thank you, cmickeyb, for a patch that prevents the loss of folders received out of sequence, and the items within.
2008-08-19Attachment persistence!!! Patch #9170 (Mantis #1171)Melanie Thielker1-0/+7
Attachments now persist across logouts. Mostly untested.
2008-08-18Formatting cleanup.Jeff Ames1-3/+3
2008-08-12Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur1-17/+6
occasionally, but are fixed on restart (issue 1919). This patch introduces the following changes: 1. when a user teleports out of Region A, remove that user's profile from the Region A user profile cache 2. when a user crosses between regions out of Region A, remove that user's profile from the Region A user profile cache 3. the user profile cache's session ID member can now be set (written), and is updated each time a connection with a new avatar is established (ie: a new avatar enters the region) 4. when a region server looks up a user profile and a cache miss occurs, fetch the user profile from the user server first instead of immediately returning null
2008-08-01* Drop cached inventory from the local region when a user crosses out into a ↵Justin Clarke Casey1-1/+16
remote region * May resolves inventory problems that occur when the user moves between two regions` * e.g. if the user moves to a second region, adds an inventory item, moves back to the original region then tries to manipulate that item * Not yet implemented for teleport
2008-07-31* allow inventory folders to be located by pathJustin Clarke Casey1-3/+3
* first pass method impl
2008-07-31* refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to ↵Justin Clarke Casey1-15/+14
make actual function clearer
2008-07-31* minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey1-2/+10
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-1/+1
2008-07-23The new secure inventory server mode (in r5590) can now be disabled from ↵Johan Berntsson1-8/+56
OpenSim.ini. Default is to use the new mode.
2008-07-23thanks lulurun for a security patch that blocks unathorized access to the ↵Johan Berntsson1-7/+17
inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
2008-07-12Patch #9146 (No Mantis)Melanie Thielker1-3/+4
Prevent an exception caused by inventory server fetch requests
2008-06-29disabled the multiple inventory server support in login service again.MW1-120/+50
And reverted CachedUserInfo back to revision 5262. I don't think most of the inventory problems that people are reporting are due to these, but its easier to deal with one set of potential problems at a time, and I'm not going to get any time in the week to work on this anyway.
2008-06-28small change to see if that helps with the inventory problems.MW1-1/+1
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW1-23/+93
TODO next is to make the login server read/write a users inventory from the correct server (the inventory url set in a userprofile) On the region side, although not tested with multiple servers it should work if that inventory url was set, and the inventory servers urls have been added to the CommunicationsManager, using CommunicationsManager.AddInventoryService(string hostUrl)
2008-06-26Mantis#1594. Thank you, Melanie for a patch that:Charles Krinke1-0/+11
Fixes: - Wearable icon and name sreset to default on copy/paste - Cache is not updated when renaming/moving folders - Partial refactor to make inventory less dependen on AssetBase having a "Name" field - Add llGiveInventoryList() function
2008-06-11Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke1-1/+1
to allow the InventoryServer to work with MSSQL..
2008-05-28Formatting cleanup.Jeff Ames1-5/+5
2008-05-19Thank you kindly, Melanie for a patch that avoids a nullCharles Krinke1-0/+24
ref in inventory give and also now causes items to appear in the correct folders now, no longer in the root folder.
2008-05-16Formatting cleanup.Jeff Ames1-110/+110
2008-05-09* Removing polling delay for non-CAPS inventory fetch if the client has not ↵Justin Clarke Casey1-1/+50
yet received data from the inventory service * Replaced instead with the system now used by other requests where the fetch request is placed on a queue and service when the data comes in
2008-05-04* Refactor: Do the root case removal thing again, this time in ItemReceive()Justin Clarke Casey1-34/+13
2008-05-04* Refactor: Simplify CachedUserInfo.FolderReceive() by removing root folder ↵Justin Clarke Casey1-33/+29
special case
2008-05-04* Simplify CreateFolder() by folding previous special root case into ↵Justin Clarke Casey1-60/+29
FindFolder()
2008-05-03* Add ability to defer item actions for AddItem() and DeleteItem(). This ↵Justin Clarke Casey1-5/+21
won't be useful until we let the client cache (again?)
2008-05-03* Refactor RemoveItem()Justin Clarke Casey1-11/+50