aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-12Corrections to ini example files for standalones v2Ai Austin1-8/+6
Remove "currently unused" indicators for some parameters and add missing "DestinationGuide" parameter in [GridServiceInfo] in StandaloneCommon.ini.example as they do work for a standalone. Regularize example URLs for externally provided web page and economy helper information for uniformity. Correct mistake in reference to grid wide DestinationGuide in override capability in OpenSim.ini.example. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
2015-09-06Deleted access control spec from [LoginService] section of standalone ↵Diva Canto1-17/+0
config. It's in OpenSim.ini now under [AccessControl]. Backwards compatibility preserved.
2015-08-26Restore FlotsamAssetCache as default and pre-enabled asset cache moduleAi Austin1-5/+5
Keep FlotsamAssetCache as default and pre-enabled asset cache module in StandaloneCommon.ini./example to have common behaviour between grids and standalones. Asset cache is needed to better support temporary assets and texture drawing functions.
2015-08-25Still about Ai's patch: it turns out OpenSim doesn't work well without an ↵Diva Canto1-2/+2
asset cache because of temporary assets. So setting the default asset cache to Cenome, which is the in-memory cache.
2015-08-25Changes to .ini.example files to improve instructions and workflow for ↵Ai Austin1-12/+6
standalone setups Clarify what must be changed in initial .ini files to create a working standalone setup now that [Const] variables are used. Fix separator used in one of choice lists for [Const] BaseURL descriptor. Minor changes to line spacing of some sections in StandaloneCommon.ini.example file for layout regularity. Correction of a typo in comment. Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-08-21Refine comments .ini file setup for new StandaloneAi Austin1-2/+2
Helpful comment for setting [const] section of OpenSim.ini to allow for standalone. Correction to StandaloneCommon.ini.example as [GridInfoServices] welcome parameter does work and is also useful for standalones.
2015-01-21Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)1-16/+16
example files with spaces
2014-11-30A little bit of cleanup behind commit r5f88ceab2269BlueWall1-3/+3
2014-11-30Set configuration files to use key expansion for widely used common settings.BlueWall1-29/+29
2014-08-06OpenSimExtrasBlueWall1-0/+7
Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation.
2014-07-06Changed GetUserInfo so that the exposure of user account details is ruled by ↵Diva Canto1-0/+7
a configuration variable. It's on by default.
2013-10-12fix missing " for variable SRV_IMServerURI in example fileMichael Cerquoni1-1/+1
2013-10-12Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.Fernando Oliveira1-0/+6
* Added PostGreSQL support * Added MySQL/MySQLXGroupData.cs * PostgreSQL data access implementation * PostgreSQL dll binarie and RegionStore.migrations * Migrations Scripts from MSSQL to POSTGRES * Postgres SQL Type fixes * Postgres SQL Connection string * Data type issues * more fixes * tests and +tests * UUID x string - FIGHT! * Fixed PG types to internal csharp types * More data type fix (PostgreSQL fields are case sensitive) :( * more field case sensitive fixes * changed the migration files to be case sensitive for fields. * fixed fields case * finished converting, now search for hidden bugs. * some more fixes * bool type fixed * more case fixes; * creatorID case fixed * case fields fixed * fixed default now() for TMStamp fields with don't allow nulls. * fix case sensitve for Region name and Estate name * fixed case for names for search * fix class name Error * Bug fixed on select and migrations * Un-Reverting my change due to Postgres issue with the ILIKE function * Fixed some issued for Diva Distro * Fixes for integration with Diva Distro * Added System.Core to prebuild.xml for PG project * Configured to make DIff for Push to OpenSim Project * Diffs only to PostgreSQL mods.
2013-10-07* Added a Basic DOS protection container/base object for the most common ↵teravus1-1/+18
HTTP Server handlers. XMLRPC Handler, GenericHttpHandler and <Various>StreamHandler * Applied the XmlRpcBasicDOSProtector.cs to the login service as both an example, and good practice. * Applied the BaseStreamHandlerBasicDOSProtector.cs to the friends service as an example of the DOS Protector on StreamHandlers * Added CircularBuffer, used for CPU and Memory friendly rate monitoring. * DosProtector has 2 states, 1. Just Check for blocked users and check general velocity, 2. Track velocity per user, It only jumps to 2 if it's getting a lot of requests, and state 1 is about as resource friendly as if it wasn't even there.
2013-09-18minor: Make config-include .ini files more consistentJustin Clark-Casey (justincc)1-56/+53
Chiefly tabs to spaces. No actual setting changes
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-3/+0
This reverts commit 90097de6c3cf58989698b37c89baa8268895fc86.
2013-06-11Add option to set minimum fee for classified adsBlueWall1-0/+3
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/+16
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
2013-04-21Clean up unused config and config comments.Diva Canto1-7/+7
2013-02-27Moved the HG default variables out of [Startup] and into their own section ↵Diva Canto1-0/+21
[Hypergrid] in *Common.ini.example. Backwards compatible for now.
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵Diva Canto1-10/+15
default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.
2013-02-20Add information about MinLoginLevel to example ini filesJustin Clark-Casey (justincc)1-0/+5
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-110/+49
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-11-02HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ↵Diva Canto1-70/+92
THESE.
2012-09-22HG 2.0: User Agent Service now can also control where the local users can ↵Diva Canto1-1/+18
go. Domain-name and user-level based. \o/
2012-09-21More HG 2.0: access control at the Gatekeeper. \o/Diva Canto1-1/+10
2012-09-21HG 2.0: added asset import/export policies at the sim too.Diva Canto1-1/+1
2012-09-20Improvement over last commit: refactor the asset permissions code, so that ↵Diva Canto1-4/+6
it can be used by both the HG Asset Service and the simulator. Also renamed the config vars to something more intuitive
2012-09-20More HG2.0: Added permission policies in HGAsset Service based on asset ↵Diva Canto1-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.
2012-04-11HGFriendsModule: Added optional user level based restriction to send ↵Snoopy Pfeffer1-0/+4
friendship invitations to foreign users.
2012-04-10minor: convert tabs to spaces in config example files from recent 7c534e5Justin Clark-Casey (justincc)1-6/+6
2012-04-07Added gatekeeper and uas addresses to grid info, so that viewers can take ↵Diva Canto1-0/+8
advantage of that info.
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group ↵Snoopy Pfeffer1-0/+7
creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users.
2012-03-19Fix configuration problems where XAssetDatabasePlugin was picked up ↵Justin Clark-Casey (justincc)1-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.
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-03-17Region access control! Region operators can now specify things like ↵Diva Canto1-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.
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the ↵Diva Canto1-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.
2011-12-17Add more documentation to EstateConnectorString in StandaloneCommon.ini.exampleJustin Clark-Casey (justincc)1-1/+4
2011-10-22Make config comments about choosing assetcache modules clearer.Justin Clark-Casey (justincc)1-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
2011-08-22minor: Add explanative text for the new currency parameter. Convert some ↵Justin Clark-Casey (justincc)1-16/+17
tabs to spaces
2011-08-16Change the default standalone asset cache to be the Flotsam asset cache ↵Justin Clark-Casey (justincc)1-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.
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-24Tell hypergridders when their teleports fail because of the 4096 limit ↵Justin Clark-Casey (justincc)1-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.
2011-06-15Added missing config var for map image service.Diva Canto1-0/+4
2011-06-12Trailing / in MapTileURL must be there!Diva Canto1-1/+1
2011-06-12First pass at making the V2 map work. Standalones only for now. There are ↵Diva Canto1-0/+3
some issues with the zoom level -- TBD.
2011-06-03.ini.example's updated for HG LandmarksDiva Canto1-0/+1
2011-06-02Move the "!!!Standalone Only!!!" [FreeswitchService] section from ↵Justin Clark-Casey (justincc)1-0/+36
OpenSim.ini.example to config/StandaloneCommon.ini.example where it belongs.