aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Enforced no user or agent with UUID 0 on agent DB insertionSean Dague2008-10-161-0/+4
* - Makes MySQL reject inserting UUID 0Sean Dague2008-10-151-0/+5
* expose it for real, missed the public keywordSean Dague2008-09-241-1/+1
* expose MySQLUserData class so that it can be testedSean Dague2008-09-241-1/+1
* remove configurable table names from the mysql user driver. ThatSean Dague2008-09-241-24/+3
* Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-09-141-0/+6
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-31/+31
* Mantis #2099Melanie Thielker2008-09-031-16/+25
* * Fix for Mantis #2087, Standalone MySQL broken with threading improvements. ...Adam Frisby2008-08-301-0/+9
* * Minor fix to previous threading patch, every nTH request would previously h...Adam Frisby2008-08-301-2/+10
* * Added new "SuperManager" class for MySQL connections, for allowing multiple...Adam Frisby2008-08-301-236/+352
* remove legacy pre-Migration database upgrade routinesSean Dague2008-08-271-120/+0
* Attachment persistence (Mantis #1711)Melanie Thielker2008-08-191-30/+9
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-3/+3
* Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker2008-08-191-4/+5
* * If two regions have configuration information that conflicts (save xy locat...Justin Clarke Casey2008-08-181-0/+1
* Avatar Attachment persistence!! Patch #9168 (Mantis #1171)Melanie Thielker2008-08-181-0/+25
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-151-1/+1
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-141-1/+1
* Mantis #1946Melanie Thielker2008-08-141-1/+1
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-311-2/+2
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-7/+16
* Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames2008-06-261-3/+39
* Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames2008-06-131-1/+1
* Fix mysql migrations. This is tested with an existing up to date schema,Sean Dague2008-06-121-1/+1
* this, in theory, adds migration support to mysql for all Sean Dague2008-06-121-2/+30
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-2/+2
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-6/+8
* add a lock on the update, this should have been there before.Sean Dague2008-05-221-2/+13
* this removes use of the mapper for wearables, and I can confirm thingsSean Dague2008-05-211-19/+29
* autocreate appearance table if it isn't thereSean Dague2008-05-191-0/+18
* make the super class conveniance appearance stuff virtualSean Dague2008-05-191-2/+2
* i can haz pantz?Sean Dague2008-05-191-3/+1
* Formatting cleanup.Jeff Ames2008-05-171-8/+8
* it helps to actually create the database if the connectSean Dague2008-05-161-0/+1
* in theory, this moves the appearance mapper to liveSean Dague2008-05-161-37/+70
* Formatting cleanup.Jeff Ames2008-05-161-10/+10
* 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
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
* plumb in connection string to the user database paths. mysql and mssqlSean Dague2008-05-021-3/+3
* minor refactoring. Change getName and GetVersion methods (yes the had differ...Sean Dague2008-05-021-4/+4
* added stubs for appearance bits to all the db layersSean Dague2008-05-011-0/+27
* * Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey2008-05-011-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-6/+7
* * Insert some missing database locks for inventory and user data on mysqlJustin Clarke Casey2008-04-181-5/+9
* further renaming of properties for claritySean Dague2008-04-101-8/+8
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-14/+14
* fix ups to include OpenSim.Framework explicit includes (theySean Dague2008-04-021-0/+1