aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLUserData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis#1736. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-07-171-296/+222
| | | | | | | | | Many issues with handling connections in MSSQL, have rearchitected to ensure that connections are always opened and closed in a timely fashion & disposed of cleanly, and removed unnecessary lock statements. SQL Server performance seems to have improved considerably as a result, and various timeout errors seem to have been fixed.
* Apply patch from bug #1609 -- Documentation for Data/MSSQL. Thanks ↵Jeff Ames2008-06-261-8/+82
| | | | kerunix_Flan!
* Mantis#1528. Thank you kindly, Boscata for:Charles Krinke2008-06-111-1/+137
| | | | | | MSSQL Avatar appearance solved. Appearance functions and modified table.
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-2/+2
| | | | | | | * User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
* this removes use of the mapper for wearables, and I can confirm thingsSean Dague2008-05-211-9/+9
| | | | | | | get saved to the database. There are still issues on wearing things after a cleared cache that I'm looking at now.
* Formatting cleanup.Jeff Ames2008-05-161-4/+4
|
* testing avatar appearance as a user serviceSean Dague2008-05-151-9/+9
|
* remove my UserAppearance object, switch all code to useSean Dague2008-05-151-3/+3
| | | | | | AvatarAppearance instead.
* plumb in connection string to the user database paths. mysql and mssqlSean Dague2008-05-021-3/+4
| | | | | | | just ignore this for now, but it lets us get connect strings to sqlite and nhibernate.
* minor refactoring. Change getName and GetVersion methods (yes the had ↵Sean Dague2008-05-021-4/+4
| | | | | | | | different casings) to Name and Version properties for the User stores.
* added stubs for appearance bits to all the db layersSean Dague2008-05-011-0/+27
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-6/+7
| | | | (this took a while to run).
* further renaming of properties for claritySean Dague2008-04-101-13/+13
|
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-34/+34
| | | | | | | actually a little more work than I expected given the copious use of out params.
* fix ups to include OpenSim.Framework explicit includes (theySean Dague2008-04-021-0/+1
| | | | | | | were implicitly included before). Everything builds again. Now off to testing.
* attempt to fix up all refernces to new directory structureSean Dague2008-04-021-1/+1
|
* whole lot more movingSean Dague2008-04-021-0/+771