aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IFSAssetData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-12Bringing FSAssets more inline with current OpenSim standards. * If no ↵AliciaRaven1-9/+10
connection string found in assets config, fallback to using default database config * Create database storage interface to allow other db connectors to be written at some point * Add MySQL migrations file to create the initial db table * Added new config option named DaysBetweenAccessTimeUpdates to reduce db load by only updating access times when fetching assets if the last access time was over the threshold. This idea was taken from XAssets service. * Change log message headers to indicate FS assets is the source not just assets Signed-off-by: Melanie Thielker <melanie@t-data.com>
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the ↵Cinder1-11/+2
opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-06-13Relicense AgentPreferences files to BSD and OpenSimulatorCinder1-25/+24
Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-06-13Support for Linden AgentPreferences capability and friends ↵Cinder1-0/+56
(UpdateAgentLanguage and UpdateAgentInformation) and Mantis #7157 Signed-off-by: Diva Canto <diva@metaverseink.com>