aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-52/+48
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-81/+283
|
* Move setting to correct locations in iniBlueWall2012-12-121-13/+13
|
* Merge branch 'master' into connector_pluginBlueWall2012-11-251-1/+13
|\ | | | | | | | | Conflicts: OpenSim/Server/Base/ServicesServerBase.cs
| * Add [AssetService] AllowRemoteDeleteAllTypes (default false).Justin Clark-Casey (justincc)2012-11-021-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.
* | Merge branch 'master' into connector_pluginBlueWall2012-10-091-1/+17
|\ \ | |/ | | | | | | Conflicts: OpenSim/Server/ServerMain.cs
| * Update the exampleMelanie2012-10-081-1/+17
| |
* | 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/+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.
* Adjust Robust*.ini.examples V3 webprofile entriesBlueWall2012-06-161-3/+7
|
* Create avatar entries necessary to stop new v3 avatars being clouds (pants, ↵Justin Clark-Casey (justincc)2012-06-091-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
* Calculate the Daylight Savings Time information sent to the viewer based on ↵Justin Clark-Casey (justincc)2012-05-041-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
* Amend to last commit: account for the existence of proxies.Diva Canto2012-04-271-0/+4
|
* MapImageService: added an additional security check for OSGrid and other ↵Diva Canto2012-04-271-0/+4
| | | | grids like it.
* Fix typoBlueWall2012-03-211-2/+2
| | | | Add enclosing " to urls
* 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.
* V3 SupportBlueWall2012-02-221-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.
* Add web profile url setting to iniBlueWall2012-02-211-0/+3
|
* change misleading login = http://127.0.0.1:9000/ in GridInfoService in ↵Justin Clark-Casey (justincc)2011-12-031-1/+1
| | | | Robust.ini.example to 8002
* 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-1/+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-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.
* 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/+3
|
* V2 map now working in grids too. WARNING: A few visible configuration ↵Diva Canto2011-06-131-3/+6
| | | | variables added in order for this to work. See .ini.example changes
* minor: add ini.example doc to hint that the server address in ↵Justin Clark-Casey (justincc)2011-06-021-1/+1
| | | | [FreeswitchService] must be reachable by viewers
* Adding ssl supportBlueWall2011-05-051-0/+21
| | | | | Adding ssl support for "Out of Band" applications such as the remote admin module or Robust services
* Thank you Snoopy for a patch that adds some filtering to client versions ↵Diva Canto2011-04-271-0/+17
| | | | allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples.
* Change default ini.example port used by Freeswitch in grid settings to 8004.Justin Clark-Casey (justincc)2011-04-271-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.
* adjust freeswitch grid connector to port 8003 to agree with the default 8003 ↵Justin Clark-Casey (justincc)2011-04-271-1/+1
| | | | | | used in OpenSim.ini.example Adjusting to 8003 seems sensible since this service doesn't need to be exposed to viewers.
* Clean up freeswitch config to what is currently required. Add explanation ↵Justin Clark-Casey (justincc)2011-04-191-10/+28
| | | | to config parameters. Clean up some log messages.
* Make configs consistent, as per mantos #5258Diva Canto2010-12-091-6/+4
|
* Finish the standalone mode freeswitch work and add config examplesMelanie2010-11-211-2/+2
|
* Correct an error in Robust.ini.exampleMelanie2010-11-211-1/+1
|
* Start implementing Freeswitch in ROBUSTMelanie2010-11-211-0/+13
|
* Delete existing presences for a user ID when they log in again.Melanie2010-11-051-0/+3
| | | | | | | WARNING!!! This changes a default. The old default is to allow multiple presences, the new default disables this. As the feature currently has no users, this should not present any difficulty and will alleviate the presence issues somewhat.
* Formatting cleanup.Jeff Ames2010-10-041-4/+3
|
* Made the Gatekeeper proxy-able.Diva Canto2010-10-031-0/+3
|
* Deleted Check4096 from Robust.ini.exampleDiva Canto2010-08-261-2/+1
|
* Make some small corrections to ini.example file changes. These are not ↵Justin Clark-Casey (justincc)2010-08-201-10/+6
| | | | functional changes.
* Robust.ini.example and Robust.HG.ini.example default: corrected comment ↵Ai Austin2010-08-201-11/+14
| | | | about realm for UserAccountService to state default is useraccount, and include default realm commented out in every case
* Add MapTileURL to robust to supply the url needed by snowglobeMelanie2010-07-021-0/+3
|
* Added Old Guids=true to all MySql connection strings.Diva Canto2010-06-121-1/+1
|
* Implement the "delete" path for assets. Adds a new option to allow remote ↵Melanie2010-05-091-0/+1
| | | | asset deletion in robust handler.
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-1/+6
| | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.