aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. cleanup:Jeff Ames2007-12-191-2/+2
| | | | | | | * added Util.Clip(value, min, max) * modified asset cache's numPackets calculation to use max packet size (600) instead of 1000 * removed a few magic numbers
* Put out a more comprehensible message when user authentication fails than ↵Justin Clarke Casey2007-12-151-15/+1
| | | | the current NullReferenceException based one
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Applied MSSQL Patch from akokko, Thanks! akokkoTeravus Ovares2007-12-051-0/+452
* This hasn't been tested in MSSQL mode, however it's been checked to make sure it doesn't cause any issues with mySQL/SQLlite