aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-02-01Beginning of friends.Diva Canto1-0/+56
2010-01-16Fixed a missing field in the last regions table migration.Diva Canto1-0/+1
2010-01-15Add a handful of new region flags and a small migrationMelanie1-0/+6
2010-01-10Add last_seen field to regions tableMelanie1-0/+5
2010-01-09Preliminary work on the new default region setting mechanismMelanie2-0/+32
2010-01-08Add migrations to add fields to user and auth tablesMelanie2-0/+13
2010-01-04Finish conversion if XInventoryServiceMelanie1-6/+49
2010-01-04First stage port of the XInventoryServiceMelanie2-0/+118
2010-01-04Add the data serviceMelanie1-0/+67
2010-01-04AvatarStore. Untested, but completeMelanie2-5/+10
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-3/+3
2010-01-01New LL login service is working! -- tested in standalone only. Things still m...Diva Canto1-3/+3
2010-01-01Prevent the creation of duplicate inventory folders in the case of a loginMelanie1-1/+1
2010-01-01Auth data migration.Diva Canto1-0/+5
2009-12-31Implement avatar picker queriesMelanie1-2/+36
2009-12-31Implement saving user account dataMelanie1-1/+1
2009-12-30Some modifications to user service. Query by name is implemented nowMelanie1-0/+1
2009-12-29Fixed a couple of bugs that were bombing the data migration.Diva Canto2-2/+2
2009-12-29Polished the IUserService interface.Diva Canto1-4/+4
2009-12-29Change the interface a bit before someone depends on it's current formMelanie1-0/+4
2009-12-29Give the new user tables the once-over. Strip the current set of methodsMelanie4-139/+18
2009-12-29* Added useraccount tableDiva Canto1-0/+13
2009-12-28Add the indices to really make this table workMelanie1-0/+6
2009-12-28Add a migration to add the 3 new fieldsMelanie1-0/+7
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie2-0/+54
2009-12-28Add the second step of the friends migration to pull data from the old table ...Melanie1-0/+5
2009-12-28Add the migration for friends and guard the presence Report functionMelanie2-0/+13
2009-12-28Forgot the migration fileMelanie1-0/+15
2009-12-27Add the MySQL presence data moduleMelanie1-0/+93