aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLInventoryData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-27/+27
2008-08-27remove pre-Migration upgrade pathsSean Dague1-92/+0
2008-08-18Formatting cleanup.Jeff Ames1-9/+9
2008-08-12Minor formatting cleanup.Jeff Ames1-1/+1
2008-08-10Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-5/+108
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-7/+13
2008-07-03Mantis#1661. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-0/+24
2008-06-26Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru...Jeff Ames1-17/+40
2008-06-26Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames1-2/+29
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames1-1/+1
2008-06-12Fix mysql migrations. This is tested with an existing up to date schema,Sean Dague1-1/+1
2008-06-12this, in theory, adds migration support to mysql for all Sean Dague1-4/+30
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames1-1/+1
2008-05-28actually user the database_connect string for mysql. Sean Dague1-20/+19
2008-05-16Formatting cleanup.Jeff Ames1-12/+12
2008-05-06De-tabify source.Jeff Ames1-1/+1
2008-05-01* Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey1-56/+7
2008-05-01* In ur code. Making it static.Adam Frisby1-2/+2
2008-05-01* Add more class cast exceptions to mysql read inventory item to cover all ne...Justin Clarke Casey1-3/+26
2008-05-01* Insert temporary cast exception catching code to deal with mantis 1099 - my...Justin Clarke Casey1-3/+29
2008-04-30* Add a scratch implementation of the new inventory fields to the mssql datab...Justin Clarke Casey1-4/+8
2008-04-30* Actually enable the inventory upgrade sql if appropriateJustin Clarke Casey1-6/+7
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-4/+17
2008-04-23allow for Inventory database source to be specified in mainSean Dague1-0/+6
2008-04-23* Implement proper emptying of trashcan on standaloneJustin Clarke Casey1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+4
2008-04-18* Insert some missing database locks for inventory and user data on mysqlJustin Clarke Casey1-2/+11
2008-04-08further refactor and rename of InventoryFolderBase propertiesSean Dague1-2/+2
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-17/+17
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-26/+26
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-18Formatting cleanup.Jeff Ames1-28/+27
2008-02-12* Add missing locking to mysql inventory pluginJustin Clarke Casey1-20/+31
2008-02-05Converted logging to use log4net.Jeff Ames1-16/+18
2007-12-27* Optimized usingslbsa711-2/+2
2007-12-23Miscellaneous small tweaks and more logging messages to move towards resolvin...Justin Clarke Casey1-1/+1
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-21/+21
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee1-0/+22
2007-12-10enable autocreation of mysql inventory tables again. I thinkSean Dague1-7/+9
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-1/+1
2007-12-08This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague1-9/+17
2007-12-01as a Test, attempted to disable mysql inventory table auto creation.MW1-1/+1
2007-10-30* Optimized usingslbsa711-49/+68
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-13Added capbility to use MySQL as the database backend in stand alone mode for ...Tleiades Hax1-5/+2
2007-10-13(no commit message)Tleiades Hax1-2/+5
2007-10-13Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax1-93/+40