aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/FSAssetService (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-9/+9
|
* Fake accepting materials (Type == -2) on FSAssets.Melanie Thielker2016-12-301-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.
* Include config option to disable stats thread showing read/write stats in ↵AliciaRaven2016-11-201-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
* Introduce UseOsgridFormat config to select the OSGrid specific path nameMelanie Thielker2016-03-051-19/+24
| | | | generator
* Port the safer database access and the cure for "Chicken Bones" whichMelanie Thielker2016-03-051-24/+94
| | | | | are artefacts that can be created by fsck and would make standard FSAssets choke. These refinements were tested on OSGrid.
* Add HGFSAssetService to the HypergridService to provide HG support for FSAssets.AliciaRaven2015-08-021-5/+5
|
* Mantis #7657: similar fixes for FSAssets.Diva Canto2015-08-011-1/+28
|
* Prevent multiple instances of the FSAssets service causing problems. Protect ↵AliciaRaven2015-07-131-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>
* Bringing FSAssets more inline with current OpenSim standards. * If no ↵AliciaRaven2015-07-121-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>
* More cleanup, add missing refs to prebuild, remove refs to stuff notMelanie Thielker2015-07-111-3/+0
| | | | used. Will NOT compile.
* Some cleanup, add prebuild project, correct pathMelanie Thielker2015-07-111-0/+664