aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deleted obsolete files in the Data layer. Compiles.Diva Canto2010-02-211-766/+0
* Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2010-02-121-5/+0
* Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim2010-02-051-411/+265
* Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman2009-11-021-186/+184
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-184/+186
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * optimized usings.lbsa712009-02-121-2/+3
* * Apply http://opensimulator.org/mantis/view.php?id=2948Justin Clarke Casey2009-01-071-12/+12
* * Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey2008-11-271-5/+0
* Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker2008-11-231-0/+26
* Update avatar picker search to work with OpenSearch people searchMelanie Thielker2008-11-131-2/+2
* From: arthursv@linux.vnet.ibm.comSean Dague2008-11-061-2/+2
* implement email field for MySQL and SQLiteSean Dague2008-11-041-2/+2
* * Minor cleanupAdam Frisby2008-11-011-1/+0
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-0/+43
* A stab a getting the user server to act right. Move acquisition of theMelanie Thielker2008-11-011-15/+18
* * Added some debug information to MySQL UserDataManager to help diagnose a po...Adam Frisby2008-10-311-18/+24
* - 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