Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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] | ||||
* | * Refactor: Do the root case removal thing again, this time in ItemReceive() | Justin Clarke Casey | 2008-05-04 | 1 | -34/+13 |
| | |||||
* | * Refactor: Simplify CachedUserInfo.FolderReceive() by removing root folder ↵ | Justin Clarke Casey | 2008-05-04 | 1 | -33/+29 |
| | | | | special case | ||||
* | * Simplify CreateFolder() by folding previous special root case into ↵ | Justin Clarke Casey | 2008-05-04 | 2 | -77/+46 |
| | | | | FindFolder() | ||||
* | * Add ability to defer item actions for AddItem() and DeleteItem(). This ↵ | Justin Clarke Casey | 2008-05-03 | 1 | -5/+21 |
| | | | | won't be useful until we let the client cache (again?) | ||||
* | * Refactor RemoveItem() | Justin Clarke Casey | 2008-05-03 | 2 | -11/+51 |
| | |||||
* | * Refactor: Renaming item and folder tree search methods to have Find*() ↵ | Justin Clarke Casey | 2008-05-03 | 3 | -22/+21 |
| | | | | prefixes | ||||
* | * Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which ↵ | Justin Clarke Casey | 2008-05-03 | 2 | -62/+100 |
| | | | | arguably should be split) | ||||
* | * Refactor: move UpdateFolder into CachedUserInfo | Justin Clarke Casey | 2008-05-03 | 2 | -24/+48 |
| | |||||
* | * Make user profile cache service complain if the caller assumes a profile ↵ | Justin Clarke Casey | 2008-05-03 | 1 | -13/+42 |
| | | | | exists when in fact it does not | ||||
* | * Refactor: Move bulk of CreateFolder from UserProfileCacheService into ↵ | Justin Clarke Casey | 2008-05-03 | 2 | -72/+104 |
| | | | | | | | | CachedUserInfo * Remove unused/superseded methods from GridInventoryService | ||||
* | * Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem() | Justin Clarke Casey | 2008-05-03 | 1 | -4/+4 |
| | | | | | | * Put warning in remove folder method about non implementation (not that this is used anyway - may be legacy) | ||||
* | * Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem() | Justin Clarke Casey | 2008-05-03 | 3 | -764/+1 |
| | | | | | | * Remove old framework asset transactions files which were region modularized | ||||
* | * Refactor: Remove redundant userID from further up the inventory request chain | Justin Clarke Casey | 2008-05-01 | 1 | -1/+1 |
| | |||||
* | * Refactor: Remove the unused userID parameter that was being passed into ↵ | Justin Clarke Casey | 2008-05-01 | 2 | -48/+46 |
| | | | | | | | | almost every inventory method * This allows lots of redundant inventory methods with only slightly different names to be eliminated. | ||||
* | remove the db4o asset server | Sean Dague | 2008-05-01 | 1 | -145/+0 |
| | |||||
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 2 | -2/+2 |
| | | | | | * Made a bunch more members static, removed some dead code, general cleaning. | ||||
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 2 | -2/+1 |
| | |||||
* | * Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder() | Justin Clarke Casey | 2008-04-30 | 3 | -12/+12 |
| |