| Commit message (Expand) | Author | Age | Files | Lines |
* | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 2008-06-28 | 1 | -0/+7 |
* | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 2008-06-11 | 1 | -0/+20 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -42/+42 |
* | * Start recording initial complete avatar inventory retrieval failures from t... | Justin Clarke Casey | 2008-05-14 | 1 | -1/+5 |
* | * Refactor: Remove redundant userID from further up the inventory request chain | Justin Clarke Casey | 2008-05-01 | 1 | -20/+5 |
* | * Refactor: Remove the unused userID parameter that was being passed into alm... | Justin Clarke Casey | 2008-05-01 | 1 | -26/+28 |
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
* | * Completely inconsequential inventory odds and ends (actual impact - only on... | Justin Clarke Casey | 2008-04-30 | 1 | -1/+1 |
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 2008-04-30 | 1 | -0/+15 |
* | * Implement full grid mode Trash empty | Justin Clarke Casey | 2008-04-23 | 1 | -2/+36 |
* | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 2008-04-23 | 1 | -0/+10 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -8/+10 |
* | * Reduce publicly exposed fields on InventoryCollection, which was causing du... | Justin Clarke Casey | 2008-04-11 | 1 | -2/+8 |
* | * Minor refactoring in OGS1InventoryService | Justin Clarke Casey | 2008-04-11 | 1 | -27/+20 |
* | * Eliminate a class of errors where an inventory request could be made before... | Justin Clarke Casey | 2008-04-11 | 1 | -1/+2 |
* | * Minor inventory code cleanup following on from last patch | Justin Clarke Casey | 2008-04-11 | 1 | -7/+0 |
* | * Change inventory async response deliver to deliver all items and folders at... | Justin Clarke Casey | 2008-04-11 | 1 | -14/+26 |
* | * Minor: get CreateNewUserInventory() to return true on success | Justin Clarke Casey | 2008-04-10 | 1 | -1/+2 |
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 1 | -2/+2 |
* | * Set Svn Properties eol-style: |337 | Teravus Ovares | 2008-03-31 | 1 | -1/+1 |
* | * Refactor: Remove unused inventory methods, some of which weren't properly i... | Justin Clarke Casey | 2008-03-29 | 1 | -10/+0 |
* | * Send full inventory folder skeleton to standalone client logins rather than... | Justin Clarke Casey | 2008-03-28 | 1 | -0/+8 |
* | * Stop grid inventory network failures crashing the client session | Justin Clarke Casey | 2008-03-18 | 1 | -13/+46 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+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/+5 |
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 1 | -10/+10 |
* | 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 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -12/+12 |
* | Miscellaneous small tweaks and more logging messages to move towards resolvin... | Justin Clarke Casey | 2007-12-23 | 1 | -8/+32 |
* | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W... | Jeff Ames | 2007-12-20 | 1 | -1/+1 |
* | * Make inventory operations sync rather than async. This is to alleviate rac... | Justin Clarke Casey | 2007-12-15 | 1 | -28/+9 |
* | Grid Inventory feature upgrade: renaming folders should now be correct, subfo... | Brian McBee | 2007-12-15 | 1 | -0/+10 |
* | Another addition to Inventory debug output. | MW | 2007-12-14 | 1 | -1/+1 |
* | more inventory debugging output added to region server. | MW | 2007-12-14 | 1 | -1/+3 |
* | Added some extra debug console output to Inventory Server and region OGS1 inv... | MW | 2007-12-14 | 1 | -8/+10 |
* | * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c... | Teravus Ovares | 2007-12-14 | 1 | -3/+3 |
* | * Start listening for client connections immediately after a region initializ... | Teravus Ovares | 2007-12-12 | 1 | -0/+1 |
* | Attempt to fix mantis issue #82, taking prims into inventory and then rezzing... | MW | 2007-12-02 | 1 | -0/+1 |
* | Some refactoring , mainly on Inventory code. | MW | 2007-12-02 | 1 | -1/+1 |
* | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 2007-12-01 | 1 | -14/+96 |
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 1 | -5/+2 |
* | Step one on the long march towards grid based inventory. Introduction of an I... | Tleiades Hax | 2007-10-30 | 1 | -3/+21 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -12/+5 |
* | 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 |
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 |
* | getting all our line endings consistant again | Sean Dague | 2007-10-05 | 1 | -52/+52 |
* | == The "right name and place" commit == | lbsa71 | 2007-10-05 | 1 | -1/+1 |