| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | skip sqlite tests on z linux, as sqlite doesn't work right on the platform | Sean Dague | 2009-08-06 | 5 | -13/+13 |
* | * Updates libOMV to version 0.7.0 | Teravus Ovares | 2009-07-25 | 3 | -6/+6 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3586 | Justin Clarke Casey | 2009-07-24 | 3 | -1/+88 |
* | * minor: spacing adjustment to retrigger panda | Justin Clarke Casey | 2009-07-24 | 1 | -2/+1 |
* | * Apply asset and inventory name and description bound checks to MySQL | Justin Clarke Casey | 2009-07-24 | 2 | -5/+40 |
* | * Extend mssql name string size checking to create/update folder | Justin Clarke Casey | 2009-07-24 | 1 | -3/+18 |
* | * Extend inventory name and description length checks to UpdateItem for mssql | Justin Clarke Casey | 2009-07-24 | 1 | -2/+20 |
* | * Correct minor bug where item description bounded string was not actually be... | Justin Clarke Casey | 2009-07-24 | 1 | -1/+2 |
* | * Apply similar bounds checks on name and description fields on MSSQL UpdateA... | Justin Clarke Casey | 2009-07-24 | 1 | -6/+25 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3902 | Justin Clarke Casey | 2009-07-24 | 2 | -6/+36 |
* | * Added a user friendly message to the sqlite regionsettings saver giving the... | Teravus Ovares | 2009-07-10 | 1 | -1/+17 |
* | Thank you, StrawberryFride, for a patch to fix MSSQL parameter naming. | Melanie Thielker | 2009-07-09 | 1 | -2/+2 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-30 | 1 | -1/+1 |
* | Thanks StrawberryFride, for a patch that fixes MSSQL migration: | Arthur Valadares | 2009-06-29 | 1 | -3/+3 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-29 | 4 | -27/+23 |
* | Formatting cleanup, ignore some generated files. | Jeff Ames | 2009-06-22 | 1 | -1/+1 |
* | more type clean fixes for mono 2.4.2 | Sean Dague | 2009-06-19 | 1 | -8/+8 |
* | mono 2.4.2 seems a little more type strict, fix some sqlite tests to pass | Sean Dague | 2009-06-18 | 1 | -2/+2 |
* | Applied patch from Mantis #3817, which fixes a error when using MSSQL. I don'... | MW | 2009-06-18 | 2 | -12/+0 |
* | Add the missing resource files for MSSQL | Melanie Thielker | 2009-06-17 | 2 | -0/+24 |
* | Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj... | Melanie Thielker | 2009-06-14 | 4 | -68/+37 |
* | Thank you kindly, BlueWall, for a patch that solves: | Charles Krinke | 2009-06-10 | 1 | -9/+9 |
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 3 | -6/+6 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-06-03 | 2 | -2/+31 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 103 | -103/+103 |
* | Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2009-05-31 | 1 | -7/+50 |
* | From: Chris Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2009-05-27 | 2 | -2/+17 |
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 5 | -10/+10 |
* | Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>" | Dr Scofield | 2009-05-25 | 1 | -12/+2 |
* | From: Chris Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2009-05-25 | 1 | -2/+12 |
* | Update svn properties. | Jeff Ames | 2009-05-20 | 1 | -5/+5 |
* | Thank you kindly, StrawberryFride, for a patch that: | Charles Krinke | 2009-05-17 | 5 | -155/+168 |
* | Update svn properties. | Jeff Ames | 2009-05-17 | 1 | -5/+5 |
* | * Change default sqlite asset db back to Asset.db instead of AssetStorage.db | Justin Clarke Casey | 2009-05-15 | 1 | -2/+2 |
* | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 2009-05-12 | 4 | -5/+30 |
* | WARNING: contains migration | Sean Dague | 2009-05-08 | 1 | -0/+7 |
* | now that creatorID is no longer a strict UUID, and the column can still be NULL, | Sean Dague | 2009-05-08 | 1 | -1/+10 |
* | * Consistently used dashed uuid format for mysql region data, as is done for ... | Justin Clarke Casey | 2009-05-07 | 2 | -29/+105 |
* | * Consistently use dashed uuid format for sqlite region data, as was previous... | Justin Clarke Casey | 2009-05-07 | 2 | -38/+114 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-29 | 1 | -5/+0 |
* | Thanks, Ewe Loon for a patch that | Homer Horwitz | 2009-04-25 | 2 | -15/+278 |
* | silly C# not letting me use a File.Exists test for a directory. Don't | Sean Dague | 2009-04-24 | 5 | -5/+5 |
* | change power linux detection method, the previous method only worked | Sean Dague | 2009-04-24 | 5 | -10/+10 |
* | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 2009-04-23 | 2 | -2/+15 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 2009-04-22 | 1 | -1/+2 |
* | * Allow plugins to play nicely in UserManagerBase | Justin Clarke Casey | 2009-04-22 | 1 | -1/+1 |
* | add if exists to the drop table | Sean Dague | 2009-04-22 | 2 | -30/+30 |
* | add cleardb to estate tests | Sean Dague | 2009-04-22 | 1 | -16/+24 |
* | ensure we've got a clean data environment prior to running the region | Sean Dague | 2009-04-22 | 1 | -17/+24 |
* | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 2009-04-22 | 2 | -2/+12 |