aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-05minor: add doc about DefaultHGRegion and some of the other GridService ↵Justin Clark-Casey (justincc)1-2/+18
region settings (though not all as of yet)
2013-06-13Add Option: ClassifiedFeeBlueWall1-0/+3
Add option to set minimum fee for publishing classifieds. Many viewers have a hard coded minimum of 50, which makes publishing classifieds fail where grids have no economy. This allows the grid to set the minimum fee to a suitable value for their operation. The option is located in the [LoginService] section and defaults to 0. The value is sent as "classified_fee" in the login response.
2013-06-11Revert "Add option to set minimum fee for classified ads"BlueWall1-6/+0
This reverts commit 90097de6c3cf58989698b37c89baa8268895fc86.
2013-06-11Add option to set minimum fee for classified adsBlueWall1-0/+6
Upcoming phoenix-firestorm (4.4.1) adds a configurable option for setting the minimum price for publishing a classified ad. http://hg.phoenixviewer.com/phoenix-firestorm-lgpl/rev/43415d69b048
2013-05-30UserProfilesBlueWall1-0/+11
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
2013-05-09Application support:BlueWall1-0/+6
Adding some viwer supported url settings for destination guide and avatar picker apps. URL for the destinations should be: "secondlife:///app/teleport/slurl"
2013-05-01Make default config directory "."BlueWall1-1/+1
2013-05-01Add information about creating a PID file for robust to the Robust.ini and ↵Justin Clark-Casey (justincc)1-13/+15
Robust.HG.ini example files
2013-04-20Fix spellingBlueWall1-2/+2
2013-02-27Do not have the Freeswitch connector on by default in Robust ini example files.Justin Clark-Casey (justincc)1-1/+2
This is not widely used (may even be currently broken), only allows very poor quality voice (not the fault of FreeSwitch) and requires a complicated Freeswitch setup. Having it on but not configured results in spurious warnings in the logs
2013-02-21Err.. wrong dll name for groups in Robust.HG.ini.exampleDiva Canto1-0/+2
2013-02-21Minor formatting cleanup. No changes.Diva Canto1-12/+12
2013-02-20Add information about MinLoginLevel to example ini filesJustin Clark-Casey (justincc)1-1/+6
2013-02-19First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto1-0/+2
rest to Addons.Groups.dll.
2013-02-19Offline IM: moved the Data and MySQL bits to the corresponding places in ↵Diva Canto1-1/+0
core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that.
2013-02-18Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dllDiva Canto1-0/+7
2012-12-12Move setting to correct locations in iniBlueWall1-13/+13
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-30/+2
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-11-02Add [AssetService] AllowRemoteDeleteAllTypes (default false).Justin Clark-Casey (justincc)1-1/+13
This allows a closed grid to delete asset types other than maptile remotely. Only operational if AllowRemoteDelete = true also. Defaults to false - do not enable if anybody other than you can make asset service requests.
2012-10-08Update the exampleMelanie1-1/+17
2012-10-06Added parts to manage repositories and plugin managementBlueWall1-0/+8
This is working - more testing to follow, then soem documentation
2012-10-03Add modular configuration for Robust connectorsBlueWall1-0/+5
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.
2012-06-16Adjust Robust*.ini.examples V3 webprofile entriesBlueWall1-3/+7
2012-06-09Create avatar entries necessary to stop new v3 avatars being clouds (pants, ↵Justin Clark-Casey (justincc)1-1/+1
shape, etc.) by default in grid mode. This only affects avatars created through the "create user" console command or createuser XMLRPC. This matches the default setting for standalone
2012-05-04Calculate the Daylight Savings Time information sent to the viewer based on ↵Justin Clark-Casey (justincc)1-0/+21
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
2012-04-27Amend to last commit: account for the existence of proxies.Diva Canto1-0/+4
2012-04-27MapImageService: added an additional security check for OSGrid and other ↵Diva Canto1-0/+4
grids like it.
2012-03-21Fix typoBlueWall1-2/+2
Add enclosing " to urls
2012-03-19Fix configuration problems where XAssetDatabasePlugin was picked up ↵Justin Clark-Casey (justincc)1-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.
2012-03-17BAD JUSTIN!Diva Canto1-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.
2012-02-22V3 SupportBlueWall1-0/+3
The V3 webapps need SSO capability and use OpenID. We need to send both our OpenID server url and a token for the user in the login response.
2012-02-21Add web profile url setting to iniBlueWall1-0/+3
2011-12-03change misleading login = http://127.0.0.1:9000/ in GridInfoService in ↵Justin Clark-Casey (justincc)1-1/+1
Robust.ini.example to 8002
2011-11-19Enable v2/v3 map tile url setting on robust as default in configJustin Clark-Casey (justincc)1-1/+1
This is necessary to see map tiles on v2/v3 viewers and appears to work fine
2011-10-24Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)1-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
2011-10-19Add option to allow remote http calls to setpassword in the ↵Justin Clark-Casey (justincc)1-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.
2011-10-19Allow an http call to set account details if AllowSetAccount = true in ↵Justin Clark-Casey (justincc)1-1/+4
[UserAccountService]. As before, default is false to not allow these calls.
2011-10-18Provide an option to allow remote calls to the CreateUser method on the ↵Justin Clark-Casey (justincc)1-1/+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.
2011-09-16On standalone, by default create the necessary minimum body parts and ↵Justin Clark-Casey (justincc)1-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
2011-08-22minor: Add explanative text for the new currency parameter. Convert some ↵Justin Clark-Casey (justincc)1-0/+1
tabs to spaces
2011-08-14Added optional Login Service parameter "Currency" to be able to change the ↵Snoopy Pfeffer1-0/+2
currency name shown in the viewer.
2011-06-15Added missing config var for map image service.Diva Canto1-0/+3
2011-06-13V2 map now working in grids too. WARNING: A few visible configuration ↵Diva Canto1-3/+6
variables added in order for this to work. See .ini.example changes
2011-06-02minor: add ini.example doc to hint that the server address in ↵Justin Clark-Casey (justincc)1-1/+1
[FreeswitchService] must be reachable by viewers
2011-05-05Adding ssl supportBlueWall1-0/+21
Adding ssl support for "Out of Band" applications such as the remote admin module or Robust services
2011-04-27Thank you Snoopy for a patch that adds some filtering to client versions ↵Diva Canto1-0/+17
allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples.
2011-04-27Change default ini.example port used by Freeswitch in grid settings to 8004.Justin Clark-Casey (justincc)1-1/+1
This is to facilitate running Freeswitch in a separate ROBUST shell, as on grid setups there can be quite a lot of traffic flowing between FreeSWITCH and ROBUST. However, running in a spearate shell is not mandatory.
2011-04-27adjust freeswitch grid connector to port 8003 to agree with the default 8003 ↵Justin Clark-Casey (justincc)1-1/+1
used in OpenSim.ini.example Adjusting to 8003 seems sensible since this service doesn't need to be exposed to viewers.
2011-04-19Clean up freeswitch config to what is currently required. Add explanation ↵Justin Clark-Casey (justincc)1-10/+28
to config parameters. Clean up some log messages.
2011-01-14Revert "Remove old guids from the examples, for completeness' sake"Melanie1-1/+1
This reverts commit 52222d82d50cbeb7f709142e37421c6cef490706.