UbitUmarov
|
58f20c6d6e
replace obsolete code
|
2 年之前 |
UbitUmarov
|
6c77932d61
mantis 9015 fix silly bug
|
2 年之前 |
UbitUmarov
|
80dc993087
fsassets: only read SecondaryInstance option on per process mmain instances
|
2 年之前 |
UbitUmarov
|
470ab9199c
mantis 9008: add extra lock on FSassets initialization, to be sure only one thread does run main spool thread. Add config option 'SecondaryInstance' to do the same in multiple process instances cases. If there are more than one spool thread there may be file assess collisions that may cause robust crash and or loss of assets. I could not test this. Please to so, and report on mantis 9008, Thanks.
|
2 年之前 |
UbitUmarov
|
56c497adf5
..Equals(String.Empty) is also not good
|
2 年之前 |
UbitUmarov
|
e043d8a2eb
use array.Empty<byte>
|
2 年之前 |
UbitUmarov
|
fbbcc1edd7
== string.Empty is .Lenght == 0
|
2 年之前 |
UbitUmarov
|
7e0fc95c3a
== UUID.Zero is slow
|
2 年之前 |
UbitUmarov
|
a01046c24f
a few changes to get assets
|
3 年之前 |
UbitUmarov
|
7b106564fa
in some cases store a hg asset on local grid is just waste
|
4 年之前 |
UbitUmarov
|
cdd5dba5b0
some changes; let regions have own assets connector, make the services connector one be like ther older simpler one (as 0.8x). still not good
|
4 年之前 |
UbitUmarov
|
65310f3e5e
don't share SHA256CryptoServiceProvider (can be improved)
|
6 年之前 |
UbitUmarov
|
7fcb3fdf11
FSAssets: truncate assets name and description to max size
|
6 年之前 |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 年之前 |
Melanie Thielker
|
f510898188
Fake accepting materials (Type == -2) on FSAssets.
|
8 年之前 |
AliciaRaven
|
05f7002445
Include config option to disable stats thread showing read/write stats in console.
|
8 年之前 |
Melanie Thielker
|
15b9601393
Introduce UseOsgridFormat config to select the OSGrid specific path name
|
8 年之前 |
Melanie Thielker
|
74c2113bce
Port the safer database access and the cure for "Chicken Bones" which
|
8 年之前 |
AliciaRaven
|
ce62824b1f
Add HGFSAssetService to the HypergridService to provide HG support for FSAssets.
|
9 年之前 |
Diva Canto
|
c8cd2f18f5
Mantis #7657: similar fixes for FSAssets.
|
9 年之前 |
AliciaRaven
|
248c0e18de
Prevent multiple instances of the FSAssets service causing problems. Protect 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.
|
9 年之前 |
AliciaRaven
|
f3f748ed11
Bringing FSAssets more inline with current OpenSim standards. * If no 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
|
9 年之前 |
Melanie Thielker
|
c59144ff13
More cleanup, add missing refs to prebuild, remove refs to stuff not
|
9 年之前 |
Melanie Thielker
|
a343c07d12
Some cleanup, add prebuild project, correct path
|
9 年之前 |