aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-21Deleted obsolete files in the Data layer. Compiles.Diva Canto1-1248/+0
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. ↵Master ScienceSim1-217/+211
This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way.
2010-02-05Fixing an incorrect logging message in insertUserRowOpenSim Master1-1/+1
2010-02-05Fixing an incorrect logging message in insertUserRowOpenSim Master1-1/+1
2010-02-06Fixing an incorrect logging message in insertUserRowOpenSim Master1-1/+1
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with ↵John Hurliman1-28/+32
the grid server after running for several hours
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset ↵John Hurliman1-32/+28
Local member in MySQLAssetData * First pass at applying the using(){} pattern to IDisposable objects. Always use the using pattern on IDisposable objects whenever possible, do not manually call .Close() or .Dispose() unless there is no other way to write the code. This pass mostly covers OpenSim.Data.MySQL, and should have no functional change (tests still pass)
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-2/+4
This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above.
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-1/+1
* Important: HttpServer.dll was changed to HttpServer_OpenSim.dll so that the HttpServer references do not conflict if you've copied the OpenMetaverse.Http.dll and requirements to the OpenSimulator bin folder. This means that if you reference HttpServer.dll in any projects, you will need to change the reference to HttpServer_OpenSim.dll. It still uses the Same HttpServer namespace though.
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+0
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
2009-02-12* optimized usings.lbsa711-4/+4
2009-01-07* Apply http://opensimulator.org/mantis/view.php?id=2948Justin Clarke Casey1-37/+37
* This fixes adding and updating user profiles in MySQL on platforms that have a commas as a decimal separator * Thanks Tommil!
2008-11-06From: arthursv@linux.vnet.ibm.comSean Dague1-19/+19
Add more unit tests for user cases Persist more user fields into mysql that already had columns defined but weren't getting passed to the mysql manager.
2008-11-04add some null protection on emailSean Dague1-1/+1
From: Sean Dague <sdague@gmail.com>
2008-11-04implement email field for MySQL and SQLiteSean Dague1-13/+16
From: Sean Dague <sdague@gmail.com>
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey1-3/+6
* This patch aims to introduce look at direction persistence between logins. It won't be active until the second part of the patch is committed in about two weeks time. At this point, region servers that haven't upgraded past this revision may run into problems * This checkin upgrades the user database. As always, we recommend you have backups in case something goes wrong. * Many thanks to tyre for this patch.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-67/+67
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-09-03Mantis #2099Melanie Thielker1-0/+13
Thank you, cmickeyb, for a patch that corrects the database connection handling in the multithreaded user server.
2008-08-30* Added new MySQLSuperManager support for the grid servers.Adam Frisby1-1/+1
* In theory, login and a large number of grid functions should now at least be multithreaded.
2008-08-24Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses:Charles Krinke1-1/+1
Analysis shows that the XMLRPC-request contains an empty string (<string />) for the custom_type parameter, which is deserialized wrongly to a null-value, thus leading to the exception above. The attached patch (against r5967) fixes the symptom and uses "" for customType in that case.
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-4/+4
2008-08-19Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker1-1/+4
Attachments now save to MySQL. No reattach on login yet.
2008-08-18* Properly dispose of the reader after readAttachments() has finished with ↵Justin Clarke Casey1-2/+3
it in the Mysql User data manager
2008-08-18Avatar Attachment persistence!! Patch #9168 (Mantis #1171)Melanie Thielker1-0/+51
Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet.
2008-08-18Formatting cleanup.Jeff Ames1-9/+9
2008-08-15Plumb in the partner and the account title fields for profile info.Melanie Thielker1-4/+23
2008-08-15Small fox in the database, god level was being overwritten with the userMelanie Thielker1-1/+1
flags value
2008-08-14Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker1-3/+12
This will have no effect unless both the UGAI and the region are this revision or later
2008-08-14Mantis #1946Melanie Thielker1-2/+8
Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵Mike Mazur1-1/+1
(issue 1763).
2008-07-03Mantis#1661. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-36/+77
patch attached to check for timeouts on mysql connections *before* operations occur that are likely to timeout. if timeout occurs or the connections is down, it is reconnected before the operation fails.
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-7/+19
2008-06-26Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL ↵Jeff Ames1-4/+30
files. Thanks kerunix_Flan!
2008-05-21this removes use of the mapper for wearables, and I can confirm thingsSean Dague1-39/+47
get saved to the database. There are still issues on wearing things after a cleared cache that I'm looking at now.
2008-05-21create some direct sql calls for appearanceSean Dague1-0/+109
2008-05-16Formatting cleanup.Jeff Ames1-8/+8
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-08* You can haz more spring cleaning.Adam Frisby1-8/+2
* Eventually this codebase will be clean. >_>
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default ↵Justin Clarke Casey1-1/+1
settings as when an inventoryitems table is newly created * Normalize logging titles in database code, though this doesn't yet cover invoking code
2008-04-24in theory, let you pass the mysql connection string into theSean Dague1-2/+14
mysql manager class. This could use some testing of inventory and asset services. Once this is prooved out, I'll do it for mssql as well.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-3/+2
(this took a while to run).
2008-04-15* Make it easier to follow logins on the user server by changing and tidying ↵Justin Clarke Casey1-2/+2
up log messages
2008-04-10renaming of attributes in UserAgentData for readabilitySean Dague1-6/+6
2008-04-10changing UserAgentData to use properties. This caused moreSean Dague1-25/+49
grief than expected, as monodevelop doesn't like to refactor properties of properties.
2008-04-10further renaming of properties for claritySean Dague1-11/+11
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague1-26/+37
actually a little more work than I expected given the copious use of out params.
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague1-0/+1
were implicitly included before). Everything builds again. Now off to testing.
2008-04-02attempt to fix up all refernces to new directory structureSean Dague1-1/+1
2008-04-02whole lot more movingSean Dague1-0/+0