aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/FSAssetService (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-9/+9
2016-12-30Fake accepting materials (Type == -2) on FSAssets.Melanie Thielker1-0/+3
Materials are created with an MD5 hash based UUID in order to stop proliferation of orphaned assets. Therefore a UUID collision is expected on materials and should not have been treated as an error.
2016-11-20Include config option to disable stats thread showing read/write stats in ↵AliciaRaven1-8/+22
console. Keeping default as true to retain current behaviour. Also checked to prevent counters being added to so there wont be any integer overflows over time
2016-03-05Introduce UseOsgridFormat config to select the OSGrid specific path nameMelanie Thielker1-19/+24
generator
2016-03-05Port the safer database access and the cure for "Chicken Bones" whichMelanie Thielker1-24/+94
are artefacts that can be created by fsck and would make standard FSAssets choke. These refinements were tested on OSGrid.
2015-08-02Add HGFSAssetService to the HypergridService to provide HG support for FSAssets.AliciaRaven1-5/+5
2015-08-01Mantis #7657: similar fixes for FSAssets.Diva Canto1-1/+28
2015-07-13Prevent multiple instances of the FSAssets service causing problems. Protect ↵AliciaRaven1-33/+46
against secondary instances registering duplicate console commands Also prevents multiple instances each starting a writer thread which will cause major file access exceptions as they fight over the contents of the spool directory. Signed-off-by: Melanie Thielker <melanie@t-data.com>
2015-07-12Bringing FSAssets more inline with current OpenSim standards. * If no ↵AliciaRaven1-29/+51
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-07-11More cleanup, add missing refs to prebuild, remove refs to stuff notMelanie Thielker1-3/+0
used. Will NOT compile.
2015-07-11Some cleanup, add prebuild project, correct pathMelanie Thielker1-0/+664