aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-16SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman3-16/+25
2009-09-16Add the Null storage implementation for the RegionData service. StandalonesMelanie1-0/+136
2009-09-16Add the migration for scoping grid dataMelanie1-0/+7
2009-09-16Adding the MySQL RegionData service.Melanie3-1472/+1739
2009-09-16Database interface tot the new region storeMelanie1-0/+61
2009-09-07oops, disable T012_EstateSettingsRandomStorage() again since it does appear t...Justin Clark-Casey (justincc)1-1/+2
2009-09-06Thank you, StrawberryFride, for a hit-and-run patch to add authenticationMelanie3-0/+413
2009-09-06T012_EstateSettingsRandomStorage() which wasn't being run because the method ...Justin Clark-Casey (justincc)1-2/+1
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie3-0/+240
2009-09-04Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie2-0/+24
2009-09-04Fully implement unencrypted auth token operationsMelanie2-0/+56
2009-09-04More work on new authentication serviceMelanie2-12/+31
2009-09-04Add the user authentication data adapter. This is meant to use a new tableMelanie3-0/+313
2009-09-03MSSQL Minor tweak to recent patch for region loading (Thanks Grumly57 for spo...Chris Hart1-0/+1
2009-09-02MSSQL patch to mirror mantis 4077 for MySQL to improve region load timesChris Hart1-24/+38
2009-09-02Thank you, dslake, for a set of patches to improve OpenSim startupMelanie1-9/+40
2009-08-21Fix issue where conversion of temporary boolean variable fails on MySQLArthur Valadares1-2/+2
2009-08-19Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto1-2/+2
2009-08-19Fixing a spot I missed in assets. Switching Grid to the new naming schema wit...Kunnis7-63/+23
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis7-82/+60
2009-08-17Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames5-8/+35
2009-08-16* Added Expression based ignores to the PropertyScrambler, which makes a lot ...Kunnis8-224/+210
2009-08-16* More improvements to BasicAssetTest.csKunnis1-26/+12
2009-08-16* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...Kunnis6-37/+95
2009-08-16* Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d...Kunnis6-64/+154
2009-08-16Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis11-105/+174
2009-08-16Add copyright headers. Formatting cleanup.Jeff Ames2-3/+57
2009-08-14minor formatting adjustmentsJustin Clark-Casey (justincc)1-2/+10
2009-08-14Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis2-0/+400
2009-08-09Formatting cleanup.Jeff Ames1-1/+1
2009-08-07* Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)4-23/+23
2009-08-06skip sqlite tests on z linux, as sqlite doesn't work right on the platformSean Dague5-13/+13
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