aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-20Cleaned up MySql migrations a bit more, got rid of all old-form migration fil...Diva Canto5-32/+8
2010-05-19MySQLAssetData.cs now supports asset_flags, CreatorIDAlexRa1-5/+7
2010-05-19MySQL: added CreatorID, moved asset_flag to migration scriptAlexRa1-0/+8
2010-05-19Clean up output a bitMelanie1-5/+1
2010-05-19Revert "Allow migration steps to fail again without bringing down the house"Melanie1-1/+1
2010-05-19Allow migration steps to fail again without bringing down the houseMelanie1-1/+1
2010-05-18Make m_log in migrations private. Define new m_log in derived classMelanie1-0/+2
2010-05-19Some more corrections after MySQL connector updateAlexRa2-2/+3
2010-05-19All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa5-92/+68
2010-05-18Converted MySQL migration history to the new formatAlexRa78-1002/+1228
2010-05-18Added MySqlMigrations.cs (supports stored proc/funcs)AlexRa1-0/+85
2010-05-16Converted MySQL migration history to the new formatAlexRa78-1002/+1228
2010-05-16Added MySqlMigrations.cs (supports stored proc/funcs)AlexRa1-0/+85
2010-05-09OK, this really fixes it, I promise.Diva Canto1-2/+2
2010-05-09Yey for unit tests. The previous commit had a couple of bugs on SQL statement...Diva Canto1-2/+2
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto3-3/+11
2010-05-09Implement the "delete" path for assets. Adds a new option to allow remote ass...Melanie1-0/+18
2010-05-09Add a field asset_flags and a corresponding enum to the asset database. ThisMelanie2-3/+10
2010-05-07These files are part of the GridUserService write-up.Diva Canto1-0/+17
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto5-88/+10
2010-05-04Allow regions to get the list of the other regions in the estateMelanie Thielker1-1/+30
2010-05-03Refix the fixMelanie Thielker1-1/+1
2010-05-03Add folder version incrementing to XInventoryService. Fixes offline giveMelanie Thielker1-0/+31
2010-04-28Just a bit of spellchecking in the commentsAlexRa1-2/+2
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie1-0/+199
2010-03-26* Catch exceptions thrown when MySQLEstateData.LinkRegion() is called. This w...John Hurliman1-8/+14
2010-03-23First stage of the new interactive region creation. This will allow creationMelanie1-45/+130
2010-03-22Somehow the starting estate number in MySQL was lost. This adds a migrationMelanie1-0/+3
2010-03-22Remove the reading of estate_settings.xml and the associated processing ofMelanie1-13/+5
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames3-3/+3
2010-03-05Justin, I must have been dyslexic when I wrote UserGridService as the name fo...Diva Canto1-5/+5
2010-03-05add initial UserGrid service classes as per diva's directionJustin Clark-Casey (justincc)2-2/+65
2010-03-04remove test presence from NullPresenceData since this appears to stop existin...Justin Clark-Casey (justincc)1-2/+2
2010-03-01Fix a few compiler warnings.Jeff Ames2-7/+0
2010-03-01Change friends to handle offers as it was originally designed. This mayMelanie1-1/+1
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-02-21Deleted obsolete files in the Data layer. Compiles.Diva Canto11-2889/+103
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-5/+0
2010-02-09Add the friends service skel and correct some namespace issuesMelanie1-1/+1
2010-02-08Make an exception report more clear. Fix a database access in Presence toMelanie1-15/+22
2010-02-07Finish the "Get friends" methodMelanie1-1/+6
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim15-2629/+2230
2010-02-05Fixing an incorrect logging message in insertUserRowOpenSim Master1-1/+1
2010-02-05* Fixed the Cable Beach inventory server to save the CreatorID as well as pro...OpenSim Master1-2/+2
2010-02-05Fixing an incorrect logging message in insertUserRowOpenSim Master1-1/+1
2010-02-05* Fixed the Cable Beach inventory server to save the CreatorID as well as pro...OpenSim Master1-2/+2
2010-02-06Fixing an incorrect logging message in insertUserRowOpenSim Master1-1/+1
2010-02-06* Fixed the Cable Beach inventory server to save the CreatorID as well as pro...OpenSim Master1-2/+2
2010-02-05Implement the friends data adaptorMelanie3-6/+23