aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the left overs from the check4096 crap that is obsolete.onefang2019-08-111-3/+0
|
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-55/+105
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-169/+377
|
* No, we don't need to enshrine viewer bugs in the server, we need to fix the ↵David Walter Seikel2013-02-231-3/+0
| | | | viewer, which is half done.
* Move setting to correct locations in iniBlueWall2012-12-121-13/+12
|
* Merge branch 'master' into connector_pluginBlueWall2012-11-251-1/+8
|\ | | | | | | | | Conflicts: OpenSim/Server/Base/ServicesServerBase.cs
| * HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ↵Diva Canto2012-11-021-1/+8
| | | | | | | | THESE.
* | Merge branch 'master' into connector_pluginBlueWall2012-10-201-1/+32
|\ \ | |/
| * Updated Robust.HG.ini.example. Thanks Austin Tate.Diva Canto2012-10-111-1/+32
| |
* | Added parts to manage repositories and plugin managementBlueWall2012-10-061-0/+8
| | | | | | | | This is working - more testing to follow, then soem documentation
* | Add modular configuration for Robust connectorsBlueWall2012-10-031-0/+4
|/ | | | | | | | | | | | | | | We can provide modular ini for connectors... look for our configuration in the following places... 1) in the default ini/-inifile 2) in the named file (ConfigName) located in the configured directory (see Robust[.HG].ini [Start] section for ConfigDirectory) 3) in the repository named in the connector (ConfigURL) In this case, the file will be written into the configured directory with the specified See example connector/service @ https://github.com/BlueWall/SlipStream for testing.
* HG 2.0: User Agent Service now can also control where the local users can ↵Diva Canto2012-09-221-0/+18
| | | | go. Domain-name and user-level based. \o/
* More HG 2.0: access control at the Gatekeeper. \o/Diva Canto2012-09-211-0/+12
|
* HG 2.0: added asset import/export policies at the sim too.Diva Canto2012-09-211-1/+1
|
* Improvement over last commit: refactor the asset permissions code, so that ↵Diva Canto2012-09-201-4/+6
| | | | it can be used by both the HG Asset Service and the simulator. Also renamed the config vars to something more intuitive
* More HG2.0: Added permission policies in HGAsset Service based on asset ↵Diva Canto2012-09-201-0/+10
| | | | types. The policies are given in the config. This is only half of the story. The other half, pertaining to exports/imports made by the sim, will be done next.
* Moved the new vars in Robust.HG.ini to the proper section.Diva Canto2012-09-071-5/+6
|
* Added missing configs, and deleted the [Profile] part on the Hypergrind config.Diva Canto2012-09-061-0/+5
|
* Oops! putting back the entry for map urlsBlueWall2012-06-161-0/+3
|
* Adjust Robust*.ini.examples V3 webprofile entriesBlueWall2012-06-161-5/+9
|
* Set CreateDefaultAvatarEntries = true in Robust.HG.ini.example to match ↵Justin Clark-Casey (justincc)2012-06-111-1/+1
| | | | | | Robust.HG.ini Thanks to Ai Austin for the spot.
* Calculate the Daylight Savings Time information sent to the viewer based on ↵Justin Clark-Casey (justincc)2012-05-041-0/+12
| | | | | | | | | | | | US Pacific Standard Time rather than whatever timezone the login server is set to. This is because the viewer doesn't receive a timezone from the server but bases its displays on Pacific Standard Time. However, it still expects to receive notification from the server as to whether or not Daylight Savings Time for PST is in operation. This commit introduces a new DSTZone setting in the [LoginService] config setting that accepts a list of timezone names valid across different platforms to calculate Pacific DST. If you need the old behaviour of calculating DST based on the local timezone of the server running the login service, then please override DSTZone with "local". A mailing list announcement will be made later. Thanks to Olivier Van Helden and Gudule Lapointe for determining this behaviour and providing this patch. From http://opensimulator.org/mantis/view.php?id=5972
* Amend to last commit: account for the existence of proxies.Diva Canto2012-04-271-0/+3
|
* MapImageService: added an additional security check for OSGrid and other ↵Diva Canto2012-04-271-0/+4
| | | | grids like it.
* minor: convert tabs to spaces in config example files from recent 7c534e5Justin Clark-Casey (justincc)2012-04-101-6/+6
|
* Added gatekeeper and uas addresses to grid info, so that viewers can take ↵Diva Canto2012-04-071-0/+8
| | | | advantage of that info.
* User level based restrictions for HyperGrid teleports, asset uploads, group ↵Snoopy Pfeffer2012-03-271-0/+3
| | | | creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users.
* HG Friends config for Robust.HG.ini.exampleDiva Canto2012-03-201-2/+6
|
* Fix configuration problems where XAssetDatabasePlugin was picked up ↵Justin Clark-Casey (justincc)2012-03-191-1/+0
| | | | | | | | | accidentally. The asset data plugin now implements IXAssetData rather than IAssetData so the ordinary AssetService should no longer pick it up. This replaces the changes in 92b1ade. There is no longer any need to adjust your StandaloneCommon.ini/Robust.ini/Robust.HG.ini files. This may explain very recent issues in the last few weeks where textures have been disappearing or turning white (as they were going to different places). Unfortunately, you will need to rollback to an earlier database backup or reupload the textures.
* BAD JUSTIN!Diva Canto2012-03-171-0/+1
| | | | | People using standalone in master, please update your StandaloneCommon.ini according to this change. People using robust in master, please update your Robust.HG.ini.example[.HG].ini according to this change.
* Add WebProfiles config to other config exampleBlueWall2012-03-041-0/+3
|
* Remove accidental /user postfix from HomeURI in [HGInventoryAccessModule] in ↵Justin Clark-Casey (justincc)2012-01-281-1/+1
| | | | | | GridCommon.ini.example and from SRV_ProfileServerURI in [LoginService] in Robust.HG.ini.example As per http://opensimulator.org/mantis/view.php?id=5852, confirmed by diva via aiaustin
* HG: normalize all externalized user ULRs to be the Home URL, i.e. the ↵Diva Canto2012-01-121-2/+2
| | | | 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.
* Bring back the Hyperlinker to the Robust console. Moved the config to ↵Diva Canto2011-12-301-0/+2
| | | | [GridService]. Changed all HG-related .inis, including HyperSimianGrid. No changes in user-facing inis.
* Enable v2/v3 map tile url setting on robust as default in configJustin Clark-Casey (justincc)2011-11-191-1/+1
| | | | This is necessary to see map tiles on v2/v3 viewers and appears to work fine
* Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-241-0/+8
| | | | | These are disabled by default, as before. Please only turn these on in secure grids, since they allow the same facilities as the existing SetPassword call (also disabled by default) These facilities can be helpful when integrating external systems, in addition to the existing option of adapting an IAuthenticationService or using WebLoginKey
* Add option to allow remote http calls to setpassword in the ↵Justin Clark-Casey (justincc)2011-10-191-2/+6
| | | | | | | AuthenticationService. This is switched on by setting AllowSetPassword = true in the [AuthenticationService] section of Robust.ini or Robust.HG.ini Default is false as before.
* Allow an http call to set account details if AllowSetAccount = true in ↵Justin Clark-Casey (justincc)2011-10-191-0/+4
| | | | | | [UserAccountService]. As before, default is false to not allow these calls.
* Provide an option to allow remote calls to the CreateUser method on the ↵Justin Clark-Casey (justincc)2011-10-181-2/+5
| | | | | | | | | UserAccountService Default is false, as before. Enabling AllowCreateUser in [UserAccountService] for ROBUST allows avatars to be created via an http call, with viewer 2 appropriate bits and pieces. Only Ruths can be created at present. Please don't rely on the config since at some point CreateUser will be moved to a separate co-ordinating service.
* On standalone, by default create the necessary minimum body parts and ↵Justin Clark-Casey (justincc)2011-09-161-0/+8
| | | | | | | clothes necessary to display a viewer 2 avatar, as implemented in c4efb97d This is controlled by the CreateDefaultAvatarEntries switch in the [UserAccountService] section of config-include/Stnadalone.ini This is left as false in grid mode
* minor: Add explanative text for the new currency parameter. Convert some ↵Justin Clark-Casey (justincc)2011-08-221-0/+1
| | | | tabs to spaces
* Added optional Login Service parameter "Currency" to be able to change the ↵Snoopy Pfeffer2011-08-141-0/+2
| | | | currency name shown in the viewer.
* Added missing config var for map image service.Diva Canto2011-06-151-0/+2
|
* V2 map now working in grids too. WARNING: A few visible configuration ↵Diva Canto2011-06-131-1/+7
| | | | variables added in order for this to work. See .ini.example changes
* This should make offline IMs work again. It should work for incoming foreign ↵Diva Canto2011-06-061-4/+19
| | | | IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server.
* minor: add ini.example doc to hint that the server address in ↵Justin Clark-Casey (justincc)2011-06-021-0/+1
| | | | [FreeswitchService] must be reachable by viewers
* Added missing config vars to StandaloneCommon.ini.example and fixed the ones ↵Diva Canto2011-05-261-2/+2
| | | | in Robust.HG.ini.example
* Added missing configuration variables to Robust.HG.ini.exampleDiva Canto2011-05-261-0/+2
|
* HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2011-05-261-2/+16
| | | | looked back in source user's User Agent service.
* Add missing configs for ssl in Robust.HG.iniBlueWall2011-05-071-0/+20
|