Vincent Sylvester
8ecf31eb67
Document old fsassets format, only use if required, may cause issues
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2022-12-09 17:13:13 +00:00
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.
2022-06-09 14:42:41 +01:00
UbitUmarov
2c898e359b
mantis 8966: add SllMode=None also to robust mysql connectionstring example. Change text a bit as sugested. Thanks
2022-02-04 18:32:45 +00:00
UbitUmarov
1791581650
no point on setting a region as Default and Fallback, change example ini files
2021-12-23 14:56:35 +00:00
UbitUmarov
8ea1540492
change flag to false on robust examples
2021-12-07 01:57:46 +00:00
UbitUmarov
025bd73493
make the option visible in ini files
2021-12-07 01:48:48 +00:00
UbitUmarov
b4b1c4551f
send GridStatus and GridStatusRSS urls to viewers in opensimextras (and grinfinfo?), for viewers that may care in future. This can be set on section GridInfoService of robust.ini or standalonecommon.ini
2020-12-18 17:18:28 +00:00
UbitUmarov
539a3a9273
make robust ban by MAC options visible, thx Bill Blight
2019-04-07 16:29:31 +01:00
UbitUmarov
519d320e3c
update ini.example files
2018-07-14 01:10:59 +01:00
UbitUmarov
e733bfb3b5
fix merge issue
2018-03-20 10:09:22 +00:00
UbitUmarov
0a1d96b95e
mantis 8257: fix the default realm (ie table name) of AuthenticationService
2018-03-20 09:54:49 +00:00
Kevin Cozens
6b24ff0bc9
Removed trailing whitespace
2018-03-19 12:30:03 -04:00
UbitUmarov
875ca104b8
Merge branch 'master' into httptests
2018-01-05 22:37:42 +00:00
UbitUmarov
7f49364d65
remove some tabs added to config files
2018-01-04 22:52:29 +00:00
UbitUmarov
2811e5cef3
update configuration files and examples for mutes
2018-01-04 21:21:38 +00:00
UbitUmarov
1b7aee89d3
Merge branch 'master' into httptests
2017-05-11 23:14:02 +01:00
UbitUmarov
b8138c37d3
hide a nonsense option
2017-05-11 21:41:33 +01:00
UbitUmarov
86cc02f33e
Merge branch 'master' into httptests
2016-12-23 02:53:58 +00:00
Melanie Thielker
0ae2b5ac81
Allow the use of modular configs with Robust as we already can with OpenSim
2016-12-22 18:23:04 +00:00
Melanie Thielker
5b403c448e
Update the ini examples to add options missing from one to the other.
...
Group hypergrid related options within each section to ease
transition from non-HG to HG
2016-12-22 15:37:48 +00:00
UbitUmarov
95ff859484
change a few ssl config comments
2016-12-07 20:33:38 +00:00
UbitUmarov
3a81642d97
add SSL certs validation options for regions to allow simple encriptation without any peer autentification using simple homemade (or even shared) certs.
2016-12-07 13:30:07 +00:00
AliciaRaven
05f7002445
Include config option to disable stats thread showing read/write stats in 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-11-20 14:20:54 +00:00
Ai Austin
c4d225ed50
Corrections to ini example files for standalones v2
...
Remove "currently unused" indicators for some parameters and add missing
"DestinationGuide" parameter in [GridServiceInfo] in
StandaloneCommon.ini.example as they do work for a standalone.
Regularize example URLs for externally provided web page and economy
helper information for uniformity. Correct mistake in reference to grid
wide DestinationGuide in override capability in OpenSim.ini.example.
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com >
2015-11-12 12:44:53 -05:00
Diva Canto
82ea4179da
Clean up viewer-based access control specifications.
2015-09-06 10:00:20 -07:00
Cinder
f218cbd29d
max-agent-groups support
...
Robust now tells viewers what the maximum number of groups is. Viewers show this limit to the users, and enforce it.
The default is 42, which is what viewers had assumed was the maximum number before this update.
Signed-off-by: Oren Hurvitz <orenh@kitely.com >
2015-08-07 07:42:26 +01:00
AliciaRaven
971d57644f
Fix a typo in my previous changes to robust.ini example files with regards to the FSAssets config.
2015-07-30 18:58:44 +01:00
AliciaRaven
3e90d28d33
Robust config loader does not support config includes. Replace these additions for FSAssets with direct options in robust.ini example files instead.
...
As suggested by Orenh in mantis 7644, in the future it would be beneficial and less confusing to use only 1 of the 3 current config loaders.
Signed-off-by: Oren Hurvitz <orenh@kitely.com >
2015-07-22 18:28:33 +01:00
AliciaRaven
a7543a3391
Add config options for FSAssetService. The default is the original asset service.
...
Signed-off-by: Melanie Thielker <melanie@t-data.com >
2015-07-13 19:04:45 +02:00
Cinder
e99be0bb19
Fix my typo, the dll is named OpenSim, not Opensim
...
Signed-off-by: Diva Canto <diva@metaverseink.com >
2015-06-21 08:43:41 -07:00
Cinder
0fa94f222d
Refactor AgentPreferences so that database operations happen centrally. the opensim way.
...
Signed-off-by: Diva Canto <diva@metaverseink.com >
2015-06-13 07:27:42 -07:00
Justin Clark-Casey (justincc)
3255335c42
Make private services forbid llHTTPRequest() calls by rejecting those that have the X-SecondLife-Shard header.
...
If you need to enable this, set AllowHttpRequestIn = true in [Network] for all private services or individual [*Service] sections.
2015-03-04 18:27:51 +00:00
Justin Clark-Casey (justincc)
d9bfc710c0
Replace the tabs that have crept into isolated places in config and config example files with spaces
2015-01-21 00:54:13 +00:00
Diva Canto
8e562f04d1
Donation of robust network connectors for estate service, as promised. This allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions.
...
Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
2015-01-06 21:24:44 -08:00
Justin Clark-Casey (justincc)
d930ca7b1d
minor: Add doc about [InventoryService] AllowDelete setting to robust ini example files.
2014-12-04 19:37:25 +00:00
BlueWall
5f88ceab22
Set configuration files to use key expansion for widely used common settings.
2014-11-30 13:59:23 -05:00
Justin Clark-Casey (justincc)
e8ec1e6de5
minor: Make Robust.ini.example and Robust.HG.ini.example files consistent within themselves and OpenSim.ini.example by changing tabs to spaces, indenting, spacing.
2014-11-28 00:01:32 +00:00
Jak Daniels
bde60cc92e
Add persistent command history in console
...
Signed-off-by: BlueWall <jamesh@bluewallgroup.com >
2014-09-23 10:36:00 -04:00
BlueWall
e19d1ecce8
Cleanup some unused code and configuration entries
2014-09-03 17:09:57 -04:00
BlueWall
aeadddf77a
Add back URL endings in examples
2014-08-25 20:29:46 -04:00
BlueWall
10a8d2852e
OpenSimExtras
...
Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation.
2014-08-06 17:25:12 -04:00
BlueWall
3ec695e05b
Add Chat module extra feature settings to GridExtraFeatures service
2014-07-30 15:01:26 -04:00
BlueWall
e0d8f42e6b
Simulator Extra Features Service
...
Provide a means for regions to fetch extra features supported by modern viewers from a central location
.
2014-07-30 11:24:39 -04:00
Oren Hurvitz
11031abf26
Changed the default XBakes directory to a local path: "./bakes".
...
Previously it was an absolute path. Now it's a sibling of the maptiles directory.
This fixes http://opensimulator.org/mantis/view.php?id=7063
2014-07-21 09:27:47 +01:00
Diva Canto
20f20895cf
Adds optional HTTP Basic Authentication to Robust service connectors.
2014-05-23 16:19:43 -07:00
Justin Clark-Casey (justincc)
2b33677402
Add GridUserService service config to [UserAccountService] in Robust[.HG].ini.example so that home can be set for new users rather than always warning that it can't be set.
...
Code already exists to do this but forgot to put entry into config files a long time ago.
Thanks to AliciaRaven for the spot.
Relates to http://opensimulator.org/mantis/view.php?id=7155
2014-05-07 23:32:02 +01:00
Michael Cerquoni
4f67286044
fix missing quote for xBakes connector in Robust example ini files
2014-03-09 19:09:10 -04:00
Michael Cerquoni
cfd3e8f0ea
minor spelling mistake fix.
2014-03-09 11:46:25 -04:00
Melanie
1aed6567a8
Samle configurations for the baked texture server.
2014-02-04 02:49:13 +00:00
Justin Clark-Casey (justincc)
52ff860f30
minor: Make PID file examples in OpenSim and Robust config somewhat more meaningful than just /tmp/my.pid
2013-11-06 23:27:19 +00:00