aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Thank you Snoopy for a patch that adds some filtering to client versions ↵Diva Canto2011-04-271-0/+33
| | | | 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.
* Remove duplicated freeswitch settings.Justin Clark-Casey (justincc)2011-04-211-4/+0
|
* synchronize Robust.HG.ini.example FreeSWITCH config with other config filesJustin Clark-Casey (justincc)2011-04-191-10/+32
|
* Changed default directory for storing map tile images from remote regions.Marck2011-02-161-1/+1
|
* Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck2010-12-131-0/+6
| | | | | | Configuration option AssetService in section [GridService] must be set to enable this functionality. Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270.
* Make configs consistent, as per mantos #5258Diva Canto2010-12-091-10/+22
|
* WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto2010-11-251-8/+21
| | | | capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
* Clarify comment for configuration option Check4096 and show the default value.Marck2010-10-301-1/+3
|
* Made the home agent handler check for xff if behind a proxy.Diva Canto2010-10-031-0/+3
|
* Made the Gatekeeper proxy-able.Diva Canto2010-10-031-0/+4
|
* Renamed the Helo server connector to a consistent name. Added this in ↵Diva Canto2010-09-081-1/+1
| | | | connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule.
* Make User Agent Service and Login Service separable.Diva Canto2010-09-041-0/+4
|
* Added XFF header processing. Untested, for lack of proxy.Diva Canto2010-09-031-0/+3
|
* TypoDiva Canto2010-08-241-1/+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-29/+39
| | | | about realm for UserAccountService to state default is useraccount, and include default realm commented out in every case
* Added Check4096 config var under [GridService], at the request of many. ↵Diva Canto2010-08-061-0/+2
| | | | | | Changed the iteration that Marck had on the Hyperlinker. ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
* Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, ↵Diva Canto2010-08-031-0/+1
| | | | | | but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono. NOTE: CONFIGURATION CHANGE IN ROBUST.HG.INI.EXAMPLE !!!###!!!
* Fixes mantis #4872. Port for GridInfo was wrong in Robust.HG.ini.exampleDiva Canto2010-07-151-1/+1
|
* Fixes mantis #4815 and #4812Diva Canto2010-06-281-0/+4
|
* Change Opensim.Servers.exe comment at top of Robust.HG.ini to Robust.exeJustin Clark-Casey2010-06-181-1/+1
| | | | | This addresses http://opensimulator.org/mantis/view.php?id=4772 Thanks to aiaustin for pointing this out
* Typo corrected in Robust.HG.ini.exampleDiva Canto2010-06-141-4/+4
|
* Added Old Guids=true to all MySql connection strings.Diva Canto2010-06-121-1/+1
|
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-2/+7
| | | | | | 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.
* * Fixes Library bugs in grid mode. Partly a missing check and partly a ↵Diva Canto2010-05-051-0/+2
| | | | | | missing configuration. * Made previous Robust config changes consistent in Robust.HG.ini.example
* Switched everything to XInventory by default. The old Inventory is still ↵Diva Canto2010-05-021-5/+4
| | | | there for now, in case bugs pop up with XInventory.