UbitUmarov
|
cc4e14a88d
add missing ';' on mysql connection strings
|
4 rokov pred |
UbitUmarov
|
d5baeb4690
add SslMode=None to some connection strings
|
4 rokov pred |
UbitUmarov
|
a22acd1c5c
remove a few more references to simianGrid
|
4 rokov pred |
UbitUmarov
|
ac32188978
add a silly GatekeeperURIAlias example
|
4 rokov pred |
UbitUmarov
|
7a82f9ef9f
mantis 8470: add constant PrivURL. Thanks Ai Austin
|
5 rokov pred |
UbitUmarov
|
c98f4d0158
remove unmaintaned and obsolete GlynnTucker.Cache
|
6 rokov pred |
Kevin Cozens
|
6b24ff0bc9
Removed trailing whitespace
|
6 rokov pred |
UbitUmarov
|
7f49364d65
remove some tabs added to config files
|
6 rokov pred |
UbitUmarov
|
2811e5cef3
update configuration files and examples for mutes
|
6 rokov pred |
Melanie Thielker
|
e0b5135010
Add a MaxRetries option to the inventory connector.
|
7 rokov pred |
Cinder
|
0fa94f222d
Refactor AgentPreferences so that database operations happen centrally. the opensim way.
|
9 rokov pred |
Justin Clark-Casey (justincc)
|
d9bfc710c0
Replace the tabs that have crept into isolated places in config and config example files with spaces
|
9 rokov pred |
Diva Canto
|
16ff808595
Fix name of EstateDataRemoteConnector in the comment.
|
9 rokov pred |
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.
|
9 rokov pred |
BlueWall
|
d0f9644417
A little bit of cleanup behind commit r5f88ceab2269
|
10 rokov pred |
BlueWall
|
5f88ceab22
Set configuration files to use key expansion for widely used common settings.
|
10 rokov pred |
Diva Canto
|
13b2ac1425
Makes it possible to support grids in which all the simulators share all central services of a Robust server EXCEPT assets. In other words, grids where the simulators' assets are kept in one DB and the users' inventory assets
|
10 rokov pred |
Fernando Oliveira
|
ff8a768258
Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.
|
11 rokov pred |
Justin Clark-Casey (justincc)
|
997700c4aa
minor: Make config-include .ini files more consistent
|
11 rokov pred |
Mic Bowman
|
d82126b651
Add the Simian service config to the GridCommon example
|
11 rokov pred |
Diva Canto
|
f1010d7b15
Moved the HG default variables out of [Startup] and into their own section [Hypergrid] in *Common.ini.example. Backwards compatible for now.
|
11 rokov pred |
Diva Canto
|
16d18afe21
Added missing config var in grided sims.
|
12 rokov pred |
Diva Canto
|
b542622b3a
HG 2.0: added asset import/export policies at the sim too.
|
12 rokov pred |
Snoopy Pfeffer
|
1f4d3d3582
HGFriendsModule: Added optional user level based restriction to send friendship invitations to foreign users.
|
12 rokov pred |
Diva Canto
|
33c14cb107
Region access control! Region operators can now specify things like DisallowForeigners (means what it says) and DisallowResidents (means that only admins and managers can get into the region). This puts the never-completed AuthorizationService to good use. Note that I didn't implement a grid-wide Authorization service; this service implementation is done entirely locally on the simulator. This can be changed as usual by pluging in a different AuthorizationServicesConnector.
|
12 rokov pred |
Justin Clark-Casey (justincc)
|
773994723a
Add warning about only uncommenting EstateConnectionString if you know what you're doing to GridCommon.ini.example (was already in StandaloneCommon.ini.example)
|
12 rokov pred |
Justin Clark-Casey (justincc)
|
088f1213b4
Remove accidental /user postfix from HomeURI in [HGInventoryAccessModule] in GridCommon.ini.example and from SRV_ProfileServerURI in [LoginService] in Robust.HG.ini.example
|
12 rokov pred |
BlueWall
|
9ed9720861
Update osGetGrid**** functions
|
13 rokov pred |
Diva Canto
|
8bdd80abfa
HG: normalize all externalized user ULRs to be the Home URL, i.e. the location of the user's UAS. This corrects an earlier design which had some cases pointing to the profile server. WARNING: CONFIGURATION CHANGES in both the sims (*Common.ini) and the Robust configs (Robust.HG.ini). Please check diff of the example files, but basically all vars that were pointing to profile should point to the UAS instead and should be called HomeURI.
|
13 rokov pred |
Justin Clark-Casey (justincc)
|
655aee44c4
Rename some of the example commented out server names to mygridserver.com like all the others.
|
13 rokov pred |