aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteInventoryStore.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-12/+21
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-10/+10
2008-06-26Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames1-11/+93
2008-06-11check in working migration code fore SQLite. This Sean Dague1-55/+65
2008-05-16Formatting cleanup.Jeff Ames1-17/+17
2008-05-14More formatting cleanup.Jeff Ames1-1/+2
2008-05-01* In ur code. Making it static.Adam Frisby1-7/+7
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey1-2/+2
2008-04-30* Deal with a situation where the new fields in the inventory store are null ...Justin Clarke Casey1-6/+18
2008-04-30* Trivial sqlite inventory db log message change so I can pick out the messag...Justin Clarke Casey1-7/+7
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-1/+31
2008-04-29* Preparatory work for autoupgrade of sqlite inventory tables in preparation ...Justin Clarke Casey1-2/+36
2008-04-23allow for Inventory database source to be specified in mainSean Dague1-10/+6
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+2
2008-04-08further refactor and rename of InventoryFolderBase propertiesSean Dague1-2/+2
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-21/+21
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-31/+31
2008-04-07add some error messages for abuse of our IInventoryData interfaceSean Dague1-6/+18
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague1-0/+1
2008-04-02attempt to fix up all refernces to new directory structureSean Dague1-1/+1
2008-04-02whole lot more movingSean Dague1-0/+0
2008-03-28* Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey1-6/+2
2008-03-28* Introduced common abstract AssetDataBase implementing IAssetProviderlbsa711-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-12better fix for 551, not sure why I missed this earlierSean Dague1-12/+10
2008-03-11get rid of artificial InventoryLock object in favor ofSean Dague1-18/+13
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-19* Committing Ahzz's patch number 620.Teravus Ovares1-135/+177
2008-02-05Converted logging to use log4net.Jeff Ames1-6/+8
2007-12-27* Optimized usingslbsa711-2/+4
2007-12-20Convert some inventory ids I managed to missJustin Clarke Casey1-5/+5
2007-12-20Establish Util.ToRawUuidString to get LLUUIDs in unhyphenated formJustin Clarke Casey1-24/+24
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee1-0/+32
2007-12-13Minor cleanupJeff Ames1-3/+1
2007-12-09From Justin Casey (IBM)Sean Dague1-1/+1
2007-12-08This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague1-19/+8
2007-10-30* Optimized usingslbsa711-93/+96
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-2/+2
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+29
2007-10-08Applied patch 485, inventory patch from tleiades (thanks again).MW1-3/+26
2007-10-06Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW1-14/+74
2007-10-02* Moved setup of LocalInventoryService and LocalUserServices to the app layerlbsa711-7/+1
2007-10-01revert working getInventoryFolder function because this seemsSean Dague1-6/+13
2007-09-28negative code checkin. All these functions are in the baseSean Dague1-162/+1
2007-09-28implement getInventoryItem and getInventoryFolder (notSean Dague1-5/+15
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa711-37/+34
2007-09-27oops, I broke the build. Fixed nowSean Dague1-3/+3
2007-09-27implement something in sqlite inventory that wasn't beforeSean Dague1-3/+7
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-31/+30
2007-08-24it helps to actually call TestTables to get the new tables createdSean Dague1-0/+2