Diva Canto
|
8cc3d60e59
Added constructor that takes an URL to asset and inventory simian connectors.
|
14 years ago |
John Hurliman
|
587bab79b4
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
14 years ago |
John Hurliman
|
029c954804
* Added sanity checks to the SimianAssetServiceConnector so it will throw a sensible error message when it is misconfigured instead of a mysterious "Uri is empty" error
|
14 years ago |
Melanie
|
b28d1b6ccd
Fix Simian regression
|
14 years ago |
Melanie
|
4025b85a07
As an exmple, add the code to disable connectors intot he simian asset
|
14 years ago |
John Hurliman
|
4f79143f3f
* Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors to handle initialization as graceful as possible with the current broken way region module initialization is done
|
14 years ago |
John Hurliman
|
46d0690b31
* Fixed a casing typo for Simian profile data
|
14 years ago |
Melanie
|
1499fd85c4
Fix a simian compiler warning
|
14 years ago |
John Hurliman
|
6848465ae2
* SimianAssetServiceConnector Delete() was expecting the wrong type of response, reporting false errors
|
14 years ago |
John Hurliman
|
67990ea7e4
* Better error logging for failed SimianGrid web service calls
|
14 years ago |
John Hurliman
|
3f6c4c150e
* Adds IAssetService.GetCached() to allow asset fetching from the local cache only
|
14 years ago |
John Hurliman
|
542abb9c43
* Fixing incorrect documentation for the continuation passing style IAssetService.Get() method
|
14 years ago |
John Hurliman
|
f302224caf
* In the async asset fetch method, cache check before firing any async code. This should alleviate some "thread storm" issues when regions are starting up that hit Mono especially hard
|
14 years ago |
John Hurliman
|
1430441cf3
Change the SimianGrid connector log messages to start with "[SIMIAN " to avoid configuration confusion
|
14 years ago |
John Hurliman
|
84459d2bc2
Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectors
|
14 years ago |
John Hurliman
|
3ea9fdea8b
Minor tweak to clean up SimianGrid asset service URLs
|
14 years ago |
John Hurliman
|
3036aba875
* Added a better check to the SimianGrid connectors to test if they are enabled or not. This method should work equally well with standalone or robust mode
|
14 years ago |
John Hurliman
|
9e3cdc4da5
Fixing the previous patch to work correctly with standalone mode
|
14 years ago |
John Hurliman
|
0b5141d45b
Fixed SimianGrid connectors to gracefully exit if the required config sections are missing
|
14 years ago |
Justin Clark-Casey (justincc)
|
aad17e7513
Simplify database setup and remove migration problems by moving all sqlite config-include settings to a separate file for standalone
|
14 years ago |
John Hurliman
|
2040649871
Adding the SimianGrid connectors
|
14 years ago |