aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLInventoryData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-6/+20
* Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)2012-04-301-63/+67
* Plug a security hole in the inventory serviceMelanie2011-10-311-1/+2
* Prevent activation and deactivation of gestures from clobbering the slamMelanie2011-01-181-1/+1
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* Some more corrections after MySQL connector updateAlexRa2010-05-191-1/+1
* All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa2010-05-191-20/+13
* Just a bit of spellchecking in the commentsAlexRa2010-04-281-2/+2
* Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim2010-02-051-511/+336
* * Fixed the Cable Beach inventory server to save the CreatorID as well as pro...OpenSim Master2010-02-051-2/+2
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-3/+3
* Prevent the creation of duplicate inventory folders in the case of a loginMelanie2010-01-011-1/+1
* * Implements OSSL function: osGetSimulatorMemory - returns the current amount...Adam Frisby2009-12-131-0/+3
* * Implements SQL Rollback support to Inventory Service for quicker backup res...Adam Frisby2009-11-231-0/+154
* * Adds a modicum of additional checking to the Inventory Service (MySQL only)Adam Frisby2009-11-231-5/+22
* Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman2009-11-021-166/+169
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-169/+166
* Formatting cleanup.Jeff Ames2009-10-011-6/+6
* Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames2009-08-171-1/+1
* * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...Kunnis2009-08-161-1/+1
* Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis2009-08-161-5/+6
* * Apply asset and inventory name and description bound checks to MySQLJustin Clarke Casey2009-07-241-3/+24
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* now that creatorID is no longer a strict UUID, and the column can still be NULL,Sean Dague2009-05-081-1/+10
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-7/+5
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+5
* MYSQL Only: Make items given while offline appear in inventory withoutMelanie Thielker2009-03-221-0/+9
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+5
* * optimized usings.lbsa712009-02-121-1/+1
* Add group permissions to agent inventory.Melanie Thielker2008-11-141-2/+4
* make inventory item listing more robust. It turns out that a bad itemSean Dague2008-11-131-8/+28
* Update svn properties. Minor formatting cleanup. Fix a compiler warning. F...Jeff Ames2008-09-281-2/+2
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+36
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-27/+27
* remove pre-Migration upgrade pathsSean Dague2008-08-271-92/+0
* Formatting cleanup.Jeff Ames2008-08-181-9/+9
* Minor formatting cleanup.Jeff Ames2008-08-121-1/+1
* Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-08-101-5/+108
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-7/+13
* Mantis#1661. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-07-031-0/+24
* Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru...Jeff Ames2008-06-261-17/+40
* Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames2008-06-261-2/+29
* Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames2008-06-131-1/+1
* Fix mysql migrations. This is tested with an existing up to date schema,Sean Dague2008-06-121-1/+1
* this, in theory, adds migration support to mysql for all Sean Dague2008-06-121-4/+30
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-301-1/+1
* actually user the database_connect string for mysql. Sean Dague2008-05-281-20/+19
* Formatting cleanup.Jeff Ames2008-05-161-12/+12
* De-tabify source.Jeff Ames2008-05-061-1/+1
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-011-56/+7