aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares3-6/+6
2009-07-24* Apply http://opensimulator.org/mantis/view.php?id=3586Justin Clarke Casey3-1/+88
2009-07-24* minor: spacing adjustment to retrigger pandaJustin Clarke Casey1-2/+1
2009-07-24* Apply asset and inventory name and description bound checks to MySQLJustin Clarke Casey2-5/+40
2009-07-24* Extend mssql name string size checking to create/update folderJustin Clarke Casey1-3/+18
2009-07-24* Extend inventory name and description length checks to UpdateItem for mssqlJustin Clarke Casey1-2/+20
2009-07-24* Correct minor bug where item description bounded string was not actually be...Justin Clarke Casey1-1/+2
2009-07-24* Apply similar bounds checks on name and description fields on MSSQL UpdateA...Justin Clarke Casey1-6/+25
2009-07-24* Apply http://opensimulator.org/mantis/view.php?id=3902Justin Clarke Casey2-6/+36
2009-07-10* Added a user friendly message to the sqlite regionsettings saver giving the...Teravus Ovares1-1/+17
2009-07-09Thank you, StrawberryFride, for a patch to fix MSSQL parameter naming.Melanie Thielker1-2/+2
2009-06-30From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-1/+1
2009-06-29Thanks StrawberryFride, for a patch that fixes MSSQL migration:Arthur Valadares1-3/+3
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague4-27/+23
2009-06-22Formatting cleanup, ignore some generated files.Jeff Ames1-1/+1
2009-06-19more type clean fixes for mono 2.4.2Sean Dague1-8/+8
2009-06-18mono 2.4.2 seems a little more type strict, fix some sqlite tests to passSean Dague1-2/+2
2009-06-18Applied patch from Mantis #3817, which fixes a error when using MSSQL. I don'...MW2-12/+0
2009-06-17Add the missing resource files for MSSQLMelanie Thielker2-0/+24
2009-06-14Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj...Melanie Thielker4-68/+37
2009-06-10Thank you kindly, BlueWall, for a patch that solves:Charles Krinke1-9/+9
2009-06-10Formatting cleanup.Jeff Ames3-6/+6
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2-2/+31
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames103-103/+103
2009-05-31Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-7/+50
2009-05-27From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2-2/+17
2009-05-25* Upped version number to 0.6.5lbsa715-10/+10
2009-05-25Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield1-12/+2
2009-05-25From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+12
2009-05-20Update svn properties.Jeff Ames1-5/+5
2009-05-17Thank you kindly, StrawberryFride, for a patch that:Charles Krinke5-155/+168
2009-05-17Update svn properties.Jeff Ames1-5/+5
2009-05-15* Change default sqlite asset db back to Asset.db instead of AssetStorage.dbJustin Clarke Casey1-2/+2
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke4-5/+30
2009-05-08WARNING: contains migrationSean Dague1-0/+7
2009-05-08now that creatorID is no longer a strict UUID, and the column can still be NULL,Sean Dague1-1/+10
2009-05-07* Consistently used dashed uuid format for mysql region data, as is done for ...Justin Clarke Casey2-29/+105
2009-05-07* Consistently use dashed uuid format for sqlite region data, as was previous...Justin Clarke Casey2-38/+114
2009-04-29* minor: remove some mono compiler warningsJustin Clarke Casey1-5/+0
2009-04-25Thanks, Ewe Loon for a patch thatHomer Horwitz2-15/+278
2009-04-24silly C# not letting me use a File.Exists test for a directory. Don'tSean Dague5-5/+5
2009-04-24change power linux detection method, the previous method only workedSean Dague5-10/+10
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2-2/+15
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...Justin Clarke Casey1-1/+2
2009-04-22* Allow plugins to play nicely in UserManagerBaseJustin Clarke Casey1-1/+1
2009-04-22add if exists to the drop tableSean Dague2-30/+30
2009-04-22add cleardb to estate testsSean Dague1-16/+24
2009-04-22ensure we've got a clean data environment prior to running the regionSean Dague1-17/+24
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin compon...Justin Clarke Casey2-2/+12
2009-04-13make the asserts spit out messages about their test namesSean Dague5-378/+378