| Commit message (Expand) | Author | Age | Files | Lines |
* | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 2008-06-11 | 1 | -0/+15 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -61/+61 |
* | * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache... | Justin Clarke Casey | 2008-05-03 | 1 | -1/+11 |
* | * Refactor: Remove the unused userID parameter that was being passed into alm... | Justin Clarke Casey | 2008-05-01 | 1 | -37/+42 |
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 2008-04-30 | 1 | -0/+11 |
* | * Implement full grid mode Trash empty | Justin Clarke Casey | 2008-04-23 | 1 | -7/+6 |
* | allow for Inventory database source to be specified in main | Sean Dague | 2008-04-23 | 1 | -2/+2 |
* | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 2008-04-23 | 1 | -1/+44 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -3/+3 |
* | * Change lazy user inventory creation on first login to synchronous rather th... | Justin Clarke Casey | 2008-04-20 | 1 | -1/+1 |
* | * Change inventory async response deliver to deliver all items and folders at... | Justin Clarke Casey | 2008-04-11 | 1 | -2/+3 |
* | * Refactor GetUsersInventory() | Justin Clarke Casey | 2008-04-10 | 1 | -1/+1 |
* | * Minor: get CreateNewUserInventory() to return true on success | Justin Clarke Casey | 2008-04-10 | 1 | -1/+5 |
* | * Minor inventory message cleanup and documentation | Justin Clarke Casey | 2008-04-10 | 1 | -3/+4 |
* | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2008-04-08 | 1 | -15/+15 |
* | * Update code to use patched libsecondlife.dll which removes the problem wher... | Justin Clarke Casey | 2008-04-08 | 1 | -1/+1 |
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 1 | -108/+108 |
* | Refactor InventoryItemBase to do the following: | Sean Dague | 2008-04-07 | 1 | -1/+1 |
* | * Minor: If a user exists but has no inventory in standalone, automatically c... | Justin Clarke Casey | 2008-03-31 | 1 | -3/+4 |
* | * Log exceptions which make it up to the top of the http request frame, rathe... | Justin Clarke Casey | 2008-03-31 | 1 | -31/+21 |
* | * Fix problem where inventory code throws a swallowed exception on grid mode ... | Justin Clarke Casey | 2008-03-31 | 1 | -17/+33 |
* | * Stop the grid inventory service sending all folder and item details twice | Justin Clarke Casey | 2008-03-30 | 1 | -32/+1 |
* | * Refactor: Remove unused inventory methods, some of which weren't properly i... | Justin Clarke Casey | 2008-03-29 | 1 | -27/+4 |
* | * Various 1.19.0.5 grid inventory request fixes. These will only take affect... | Justin Clarke Casey | 2008-03-29 | 1 | -3/+18 |
* | Re-enabled terrain texture generation for the world map. Adam can clean up/ s... | MW | 2008-03-29 | 1 | -1/+1 |
* | * Send full inventory folder skeleton to standalone client logins rather than... | Justin Clarke Casey | 2008-03-28 | 1 | -0/+24 |
* | * Refactor: Eliminate RequestUsersRoot() redundant method | Justin Clarke Casey | 2008-03-28 | 1 | -12/+8 |
* | * Remove pointless boolean on AgentInventory.CreateRootFolder() | Justin Clarke Casey | 2008-03-28 | 1 | -1/+1 |
* | * Correct asset type of Lost and Found folder - this might stop it appearing ... | Justin Clarke Casey | 2008-03-27 | 1 | -20/+20 |
* | * Just inserting some exploratory comments into inventory code | Justin Clarke Casey | 2008-03-18 | 1 | -0/+4 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+26 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -1/+1 |
* | Added a method to access a named folder in a users inventory, to the inventor... | MW | 2008-02-13 | 1 | -0/+6 |
* | Clean up more unnecessary String.Format calls | Jeff Ames | 2008-02-13 | 1 | -3/+2 |
* | Documenting and minor tweaks | Justin Clarke Casey | 2008-02-11 | 1 | -82/+64 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -11/+13 |
* | some small changes, like adding a couple of extra methods to IInventoryServic... | MW | 2008-02-05 | 1 | -0/+10 |
* | Add an extra check that we don't create new inventory folders for a user that... | Justin Clarke Casey | 2007-12-30 | 1 | -4/+22 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -3/+2 |
* | * removed always true if | lbsa71 | 2007-12-27 | 1 | -15/+12 |
* | Move hardcoded texture library inventory items out into OpenSimLibrary/xml. ... | Justin Clarke Casey | 2007-12-27 | 1 | -2/+2 |
* | * Patch from Charlie Omega for standard secondlife inventory folders: see man... | Teravus Ovares | 2007-12-26 | 1 | -4/+103 |
* | Grid Inventory feature upgrade: renaming folders should now be correct, subfo... | Brian McBee | 2007-12-15 | 1 | -0/+20 |
* | Thanks, Justin, for: | Charles Krinke | 2007-12-14 | 1 | -0/+4 |
* | * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c... | Teravus Ovares | 2007-12-14 | 1 | -2/+8 |
* | This patch fixes mantis 105. Basically, it stops the index exception when | Sean Dague | 2007-12-08 | 1 | -3/+12 |
* | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 2007-12-01 | 1 | -2/+2 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -10/+9 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 1 | -1/+1 |
* | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 2007-10-26 | 1 | -2/+2 |