Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * correct bug from last commit - for now don't drop cached user profile when ↵ | Justin Clarke Casey | 2008-08-01 | 1 | -0/+4 |
| | | | | | | | | an agent is downgraded to a child agent * since upgrading to a root agent doesn't currently re-retrieve the user profile | ||||
* | * Drop cached inventory from the local region when a user crosses out into a ↵ | Justin Clarke Casey | 2008-08-01 | 2 | -8/+21 |
| | | | | | | | | | | 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 | ||||
* | * minor: eliminate some unused variables in InventoryFolderImpl | Justin Clarke Casey | 2008-08-01 | 1 | -2/+0 |
| | |||||
* | * refactor: rearrange path inventory manipulation so that input tidying can ↵ | Justin Clarke Casey | 2008-07-31 | 1 | -5/+50 |
| | | | | be used for item paths as well | ||||
* | * refactor: eliminate unused SubFoldersCount | Justin Clarke Casey | 2008-07-31 | 1 | -11/+3 |
| | |||||
* | * allow inventory folders to be located by path | Justin Clarke Casey | 2008-07-31 | 2 | -9/+55 |
| | | | | | | * first pass method impl | ||||
* | * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to ↵ | Justin Clarke Casey | 2008-07-31 | 2 | -19/+18 |
| | | | | make actual function clearer | ||||
* | * minor: reduce coupling by passing in only session id to CachedUserInfo | Justin Clarke Casey | 2008-07-31 | 2 | -3/+11 |
| | |||||
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 2 | -5/+5 |
| | | | | | | PluginLoader. Fix issue 1871. | ||||
* | squasing warning. | Dr Scofield | 2008-07-25 | 1 | -3/+3 |
| | |||||
* | Thanks, lulurun, for a patch that adds an authenticated session cache to reduce | Mike Mazur | 2008-07-25 | 1 | -0/+107 |
| | | | | | | "check_auth_session" requests from inventory server to user server. | ||||
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 2 | -2/+2 |
| | |||||
* | The new secure inventory server mode (in r5590) can now be disabled from ↵ | Johan Berntsson | 2008-07-23 | 2 | -9/+64 |
| | | | | OpenSim.ini. Default is to use the new mode. | ||||
* | thanks lulurun for a security patch that blocks unathorized access to the ↵ | Johan Berntsson | 2008-07-23 | 2 | -8/+45 |
| | | | | inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service) | ||||
* | Patch #9146 (No Mantis) | Melanie Thielker | 2008-07-12 | 1 | -3/+4 |
| | | | | | | Prevent an exception caused by inventory server fetch requests | ||||
* | Patches #9143 and #9144 (Mantis #1723) | Melanie Thielker | 2008-07-12 | 1 | -1/+8 |
| | | | | | | | | | | Changes the permissions module to make scripts permissive only when intended Adds security checks to asset transfers to prevent hacked clients fron requesting script sources. Adds security checks to llClientView to verify all aspects of ownership and permissions for inventory based script retrieval. | ||||
* | * remove redundant sync locking in AssetServerBase since this is already ↵ | Justin Clarke Casey | 2008-07-07 | 4 | -25/+7 |
| | | | | being done by the lower database layers | ||||
* | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 2008-07-07 | 3 | -16/+0 |
| | |||||
* | * Start scripts loaded from an archive | Justin Clarke Casey | 2008-07-07 | 1 | -3/+3 |
| | |||||
* | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2008-07-02 | 1 | -2/+0 |
| | | | | | | | | * Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision | ||||
* | add the ability to cherry pick expire something from the asset | Sean Dague | 2008-06-30 | 1 | -0/+24 |
| | | | | | | cache. Bandaid until we rethink the caches a bit more. | ||||
* | disabled the multiple inventory server support in login service again. | MW | 2008-06-29 | 2 | -126/+56 |
| | | | | | | 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. | ||||
* | small change to see if that helps with the inventory problems. | MW | 2008-06-28 | 1 | -1/+1 |
| | |||||
* | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 2008-06-28 | 2 | -24/+99 |
| | | | | | | 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) | ||||
* | Mantis#1594. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 1 | -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 | ||||
* | * Refactors call to OutPacket out of AssetCache and into LLClientView | Teravus Ovares | 2008-06-18 | 1 | -68/+17 |
| | |||||
* | * Allow archiver to save and load objects within other objects to arbitrary ↵ | Justin Clarke Casey | 2008-06-16 | 1 | -23/+0 |
| | | | | | | | | | | levels * This currently has various bugs which are more to do with the way its been hacked together than the feature itself (e.g. on save-oar, ghost prims will appear of the saved contained items). These will be found and eliminated in subsequent patches. * Not yet ready for use | ||||
* | * Start recording asset request failures | Justin Clarke Casey | 2008-06-14 | 1 | -2/+6 |
| | | | | | | * This includes problems such as connection failures and timeouts. It does not include 'asset not found' replies from the asset service. | ||||
* | * refactor: catch asset service request exceptions at the AssetServerBase ↵ | Justin Clarke Casey | 2008-06-13 | 2 | -26/+35 |
| | | | | | | | | level rather than in the GridAssetClient * this is to enable logging of asset request exceptions soon | ||||
* | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 2008-06-11 | 1 | -1/+1 |
| | | | | | | to allow the InventoryServer to work with MSSQL.. | ||||
* | * minor: Properly clear the pushed asset cache statistics where the ↵ | Justin Clarke Casey | 2008-06-10 | 1 | -0/+4 |
| | | | | | | | | clear-assets command is used on the region console * stop waiting for garbage collection when GC total memory used is requested, in case the periodic request of this lags the sim | ||||
* | provide slightly more sane defaults in the file based asset loader | Sean Dague | 2008-06-02 | 1 | -3/+3 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 2 | -15/+15 |
| | |||||
* | Thank you very much, Xantor for a patch that: | Charles Krinke | 2008-05-27 | 1 | -1/+34 |
| | | | | | | | | If a request is made for an asset which is not in the cache yet, but has already been requested by something else, queue up the callbacks on that requester instead of swamping the asset server with multiple requests for the same asset. | ||||
* | * Fix mantis 1325. This is a minor issue where 'show assets' would not work ↵ | Justin Clarke Casey | 2008-05-22 | 1 | -8/+14 |
| | | | | fully in the region console | ||||
* | * Minor: Tidy ups and logging tweaks. | Justin Clarke Casey | 2008-05-22 | 1 | -1/+1 |
| | |||||
* | Thank you kindly, Melanie for a patch that avoids a null | Charles Krinke | 2008-05-19 | 1 | -0/+24 |
| | | | | | | ref in inventory give and also now causes items to appear in the correct folders now, no longer in the root folder. | ||||
* | * Refactor: Eliminate empty if clause from AssetCache.GetAsset() | Justin Clarke Casey | 2008-05-18 | 1 | -4/+1 |
| | |||||
* | * Eliminate occurences of "Got a texture uuid ... with no sender object to ↵ | Justin Clarke Casey | 2008-05-16 | 1 | -1/+1 |
| | | | | handle it..." by properly dealing with the situation where a client still has queued texture requests when it logs out | ||||
* | * Cache knowledge in the region server that the asset service has reported ↵ | Justin Clarke Casey | 2008-05-16 | 2 | -14/+31 |
| | | | | | | | | an asset to be missing * This prevents repeated requests for the same missing asset to the asset server, hopefully reducing the load a little | ||||
* | * Removing unnecessary LLUUID.Zero check from AssetCache | Justin Clarke Casey | 2008-05-16 | 1 | -62/+58 |
| | | | | | | * This revision also includes a very temporary fix for the fact that NREs are received because of a missing avatar apperance in grid mode | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 7 | -227/+227 |
| | |||||
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 1 | -1/+3 |
| | |||||
* | * Removing polling delay for non-CAPS inventory fetch if the client has not ↵ | Justin Clarke Casey | 2008-05-09 | 2 | -59/+54 |
| | | | | | | | | 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 | ||||
* | * Minor: Insert utility function to format raw xml strings into indented xml ↵ | Justin Clarke Casey | 2008-05-09 | 1 | -1/+3 |
| | | | | for debugging purposes | ||||
* | * Restoring some initial inventory lookup polling delays in order to deal ↵ | Justin Clarke Casey | 2008-05-09 | 1 | -2/+2 |
| | | | | with situations seen on osgrid | ||||
* | * You can haz more spring cleaning. | Adam Frisby | 2008-05-08 | 1 | -60/+14 |
| | | | | | * Eventually this codebase will be clean. >_> | ||||
* | * Reduced sleep durations in a number of files. | Adam Frisby | 2008-05-08 | 1 | -2/+3 |
| | |||||
* | * Increase number of poll attempts an inventory items request will make ↵ | Justin Clarke Casey | 2008-05-07 | 1 | -1/+1 |
| | | | | under CAPS | ||||
* | * Refactor: A final root folder special case removal, this time in ↵ | Justin Clarke Casey | 2008-05-04 | 1 | -49/+18 |
| | | | | HandleFetchInventoryDescendents[CAPS] |