aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gatekeeper -> GatekeeperURIonefang2019-07-251-1/+1
| | | | | | | Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s.
* Major clean up of .ini files.onefang2019-05-191-1/+4
| | | | Sorry about the lack of details.
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-0/+398
|
* Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2016-11-041-398/+0
| | | | Log configs are still in the bin directory.
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-99/+174
|
* HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ↵Diva Canto2012-11-021-70/+92
| | | | THESE.
* HG 2.0: User Agent Service now can also control where the local users can ↵Diva Canto2012-09-221-1/+18
| | | | go. Domain-name and user-level based. \o/
* More HG 2.0: access control at the Gatekeeper. \o/Diva Canto2012-09-211-1/+10
|
* 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/+11
| | | | 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.
* HGFriendsModule: Added optional user level based restriction to send ↵Snoopy Pfeffer2012-04-111-0/+4
| | | | friendship invitations to foreign users.
* 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/+7
| | | | creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users.
* Fix configuration problems where XAssetDatabasePlugin was picked up ↵Justin Clark-Casey (justincc)2012-03-191-2/+1
| | | | | | | | | 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.
* Region access control! Region operators can now specify things like ↵Diva Canto2012-03-171-0/+10
| | | | 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.
* HG: normalize all externalized user ULRs to be the Home URL, i.e. the ↵Diva Canto2012-01-121-3/+3
| | | | 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.
* Add more documentation to EstateConnectorString in StandaloneCommon.ini.exampleJustin Clark-Casey (justincc)2011-12-171-1/+4
|
* Make config comments about choosing assetcache modules clearer.Justin Clark-Casey (justincc)2011-10-221-17/+17
| | | | | OpenSim needs an asset cache. Running without one will cause problems. Thanks to Ai Austin for the suggestions in http://opensimulator.org/mantis/view.php?id=4850
* minor: Add explanative text for the new currency parameter. Convert some ↵Justin Clark-Casey (justincc)2011-08-221-16/+17
| | | | tabs to spaces
* Change the default standalone asset cache to be the Flotsam asset cache ↵Justin Clark-Casey (justincc)2011-08-161-5/+6
| | | | | | | (with memory caching not enabled). This matches the GridCommon setting and is the best tested setting. It appears to work fine on standalone. Also, add information that the flotsam asset cache is the recommended cache, since it is most used and actively maintained.
* Added optional Login Service parameter "Currency" to be able to change the ↵Snoopy Pfeffer2011-08-141-0/+2
| | | | currency name shown in the viewer.
* Tell hypergridders when their teleports fail because of the 4096 limit ↵Justin Clark-Casey (justincc)2011-06-241-3/+0
| | | | | | | | | | | rather than just saying "destination not found" Instead of performing the 4096 check when the region is linked (and subsequently removing the link), leave the link in place and perform the check in the entity transfer module This allows us to explicitly tell the hypergridder why the teleport failed (region out of range). It also allows people on regions that are within range (on a large source grid) to teleport. The Check4096 config parameter in the [GridService] section is replaced by a max_distance paramter in a new [EntityTransfer] section in OpenSimDefaults.ini Since the parameter is in OpenSimDefaults.ini no action needs to be taken unless you want to increase this limit. It could also be decreased. The check is being made in the base entity transfer module, since I believe the viewer problem occurs both on extremely large grids and while hypergridding.
* Added missing config var for map image service.Diva Canto2011-06-151-0/+4
|
* Trailing / in MapTileURL must be there!Diva Canto2011-06-121-1/+1
|
* First pass at making the V2 map work. Standalones only for now. There are ↵Diva Canto2011-06-121-0/+3
| | | | some issues with the zoom level -- TBD.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-06-031-0/+36
|\
| * Move the "!!!Standalone Only!!!" [FreeswitchService] section from ↵Justin Clark-Casey (justincc)2011-06-021-0/+36
| | | | | | | | OpenSim.ini.example to config/StandaloneCommon.ini.example where it belongs.
* | .ini.example's updated for HG LandmarksDiva Canto2011-06-031-0/+1
|/
* Adding MSSQL connectionString exampleMakopoppo2011-05-301-0/+8
|
* HG lures working! Friends can offer friends HG teleports via the profile. ↵Diva Canto2011-05-271-0/+5
| | | | WARNING: additional configuration for HG inis -- see *Common.ini.example
* Added missing config vars to StandaloneCommon.ini.example and fixed the ones ↵Diva Canto2011-05-261-0/+2
| | | | in Robust.HG.ini.example
* Thank you Snoopy for a patch that adds some filtering to client versions ↵Diva Canto2011-04-271-0/+34
| | | | allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples.
* Clean up freeswitch config to what is currently required. Add explanation ↵Justin Clark-Casey (justincc)2011-04-191-13/+5
| | | | to config parameters. Clean up some log messages.
* Remove the SQLite legacy adaptor. This is no longer needed now that the ↵Justin Clark-Casey (justincc)2011-04-071-5/+0
| | | | | | main adaptor works on Mac OS X. The SQLite legacy adapator was also not at all well maintained, even worse than the mainline sqlite adapator.
* Fix mantis #5413. WARNING: new config variable in section [GridService] of ↵Diva Canto2011-03-281-0/+5
| | | | the simulators called Gatekeeper -- intended to have the URL of the grid's Gatekeeper service (so that it can be checked against). See ini.examples.
* Changed default directory for storing map tile images from remote regions.Marck2011-02-161-1/+1
|
* Added a config var to HGInventoryAccessModule called OutboundPermission that ↵Diva Canto2011-02-041-0/+4
| | | | controls whether the sim lets asset POSTs happen to foreign grids or not. It's True by default. If ppl want to allow foreign visitors but don't want to allow any assets out of their grid, they should set this to False. This is the beginning of policies for these things...
* Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck2010-12-131-0/+3
| | | | | | 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.
* Creator information preserved upon HG transfers.Diva Canto2010-11-261-0/+2
|
* WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto2010-11-251-4/+12
| | | | 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-2/+2
|
* Formatting cleanup.Jeff Ames2010-10-041-12/+12
|
* Make AuthorizationService optional and disabled by default. It depends onMelanie2010-09-151-0/+3
| | | | | external PHP and the default configuration makes it throw for not having a URL to this PHP
* * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-0/+2
| | | | | * Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
* Enabled GridInfoServiceInConnector for standalones.Diva Canto2010-08-081-0/+44
|
* Added Check4096 config var under [GridService], at the request of many. ↵Diva Canto2010-08-061-0/+3
| | | | | | Changed the iteration that Marck had on the Hyperlinker. ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
* Fixes mantis #4815 and #4812Diva Canto2010-06-281-0/+5
|