aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/InventoryManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-4/+0
* Made a bunch more members static, removed some dead code, general cleaning.
2008-04-23allow for Inventory database source to be specified in mainSean Dague1-2/+2
configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-2/+2
(this took a while to run).
2008-04-08further refactor and rename of InventoryFolderBase propertiesSean Dague1-3/+3
to reflect what they really are.
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-7/+7
* wrap attributes in properties * clean up names a little bit * clean up name styles
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-3/+3
2008-02-05Converted logging to use log4net.Jeff Ames1-7/+9
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2007-12-31Move unused inventory files into the atticJustin Clarke Casey1-2/+2
2007-12-28Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey1-3/+3
2007-12-27* Optimized usingslbsa711-20/+23
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames1-2/+2
Works with LibSL rev>1532
2007-12-11Fix possible array indexing exception in inventory serverJeff Ames1-4/+2
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-1/+1
notice of doom
2007-10-30Step one on the long march towards grid based inventory. Introduction of an ↵Tleiades Hax1-43/+127
InevntoryServer
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa711-85/+46
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-46/+85
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-16changed to native line ending encodingSean Dague1-125/+125