aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-27Make the RegionData plugin store the RegionNameMelanie1-2/+3
2009-09-27Prevent manually setting Data["locX"] and Data["locY"], since that wouldMelanie1-0/+4
2009-09-27Add the Migration for the regions tableMelanie3-8/+22
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-2/+2
2009-09-24All tests pass for MySQL/MySQLRegionData.Diva Canto1-12/+3
2009-09-24GridServerPostHandler finished. GridClient tests all work. More guards on get...Diva Canto1-4/+1
2009-09-23More tests. Seems to be working.Diva Canto1-1/+1
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto1-0/+1
2009-09-18First pass at the grid service.Diva Canto1-1/+2
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