aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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.
2011-05-30Adding MSSQL connectionString exampleMakopoppo1-0/+8
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. ↵Diva Canto1-0/+5
WARNING: additional configuration for HG inis -- see *Common.ini.example
2011-05-26Added missing config vars to StandaloneCommon.ini.example and fixed the ones ↵Diva Canto1-0/+2
in Robust.HG.ini.example
2011-04-27Thank you Snoopy for a patch that adds some filtering to client versions ↵Diva Canto1-0/+34
allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples.
2011-04-19Clean up freeswitch config to what is currently required. Add explanation ↵Justin Clark-Casey (justincc)1-13/+5
to config parameters. Clean up some log messages.
2011-04-07Remove the SQLite legacy adaptor. This is no longer needed now that the ↵Justin Clark-Casey (justincc)1-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.
2011-03-28Fix mantis #5413. WARNING: new config variable in section [GridService] of ↵Diva Canto1-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.
2011-02-16Changed default directory for storing map tile images from remote regions.Marck1-1/+1
2011-02-04Added a config var to HGInventoryAccessModule called OutboundPermission that ↵Diva Canto1-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...
2010-12-13Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck1-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.
2010-11-26Creator information preserved upon HG transfers.Diva Canto1-0/+2
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto1-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.