aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva1-0/+4
be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
2009-04-04Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz1-0/+8
First part of Mantis #964, the necessary clouds image will follow separately.
2009-04-02Correction to "user" example config option for IRCDahlia Trimble1-1/+1
2009-04-01Add a "user" config option to the IRC module config. Like all other IRCMelanie Thielker1-0/+1
config options, this has NO default, if you use the IRC module, you MUST add this setting to your ini file.
2009-04-01Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker1-0/+3
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-20/+20
2009-03-29Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker1-0/+2
support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now).
2009-03-28Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker1-0/+3
2009-03-27* minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey1-4/+4
2009-03-27* Apply http://opensimulator.org/mantis/view.php?id=3347Justin Clarke Casey1-9/+16
* This puts in example [Wind] settings into OpenSim.ini.example to match the patch which introduced those settings from last week * Thanks maimedleech
2009-03-17From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+10
Attached is a patch which enabled through an OpenSim.ini option the ability to read long notecard lines. Currently although the data is read from the notecard it is truncated at 255 characters (same as for the LL servers. This patch allows the setting of that limit to a different value. ; Maximum length of notecard line read ; Increasing this to large values potentially opens ; up the system to malicious scripters ; NotecardLineReadCharsMax = 255 this allows for save/restore functionality using notecards without having to worry about very short line length limits.
2009-03-12From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-5/+6
Patch to RegionReady which adds a field which adds to the message whether the region is ready due to a server startup or due to an oar file loading.
2009-03-12 - renaming OpenSim.ini.example to OpenSim.ini.example.preview asDr Scofield1-1/+759
the config reorg is still under discussion - re-installing complete OpenSim.ini.example for the time being
2009-03-11* Preliminary preview of a split of a split for OpenSim.ini.example into ↵Justin Clarke Casey1-759/+1
separate .ini.example files in a config/ directory
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey1-33/+75
* In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before)
2009-03-07Correct a typo, purely cosmetic.idb1-1/+1
FixesMantis #3263
2009-03-07Added the ability to set User-Agent in llHTTPRequest. No new default value ↵idb1-1/+7
has been set since having no User-Agent seems to work well but the facility is now available to set this if required. Using something based on the pattern of SLs User-Agent may well cause problems, not all web servers respond well to it. See the notes in the SL Wiki http://wiki.secondlife.com/wiki/LlHTTPRequest Fixes Mantis #3143
2009-03-07* Making the minimum ground offset for flying a configurable offset in the ↵Teravus Ovares1-0/+3
OpenSim.ini. This is the code that causes you to rise off the ground when you press the fly button and attempts to keep you above ground automatically when flying in a simulator. * minimum_ground_flight_offset, by default is 3 meters, as per Kitto Flora See OpenSim.ini.example for an example.
2009-03-04* Fleshed out the MRM Module a little.Adam Frisby1-0/+3
* Please don't use this yet, it represents a very heavy security risk if you enable it.
2009-02-25Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example.Mike Mazur1-2/+2
Fixes Mantis #3221. Thanks cmickeyb for the patch.
2009-02-21Thank you, robsmart, for a patch that allows the shard to be set.Melanie Thielker1-0/+4
The built-in default is OpenSim, unless a user server url is given, then that is used, unless "shard" is also goven, then shard takes precedence. The defult in OpenSim.ini is "OpenSim" for compatibility.
2009-02-20Safe to remove remoting_listener_port out of OpenSim.ini.diva1-1/+0
2009-02-16From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-0/+13
The change makes two principal implementation changes: [1] It removes the hard coded set of possible asset server client implementations, allowing any arbitrary implementation that has been identified to the PluginLoader as an appropriate extension. The extension point for asset server client extension is /OpenSim/AssetServerClient. All of the old configuration rules have been preserved, and any of the legacy configuration values will still work as they did before, except the implementation is now loaded as a plug-in, rather than as a hard-coded instantiation of a specific class. The re-hashing of IAssetServer as an extension of IPlugin made upgrading of the implementation classes a necessity. Caveat: I have not been able to meaningfully test the crypto-grid clients. I believe they should work correctly, but the refactoring necessary to handle plug-in based initialization (vs constructor-based initialisation) admits the possibility of a problem. [2] The asset cache implementation, previously introduce as a hard-code class instantiation is now implemented as an IPlugin. Once again the previous (configurationless) behavior has been preserved. But now it is possible for those interested in experimenting with cache technologies to do so simply by introducing a new extension for the asset cache extension point (/OpenSim/AssetCache). I've tested all of the configuration settings, after applying the patch to a newly extracted tree, and they seem to work OK.
2009-02-15Thank you, DoranZemlja, for a patch that addresses some moe llGetNextEmailMelanie Thielker1-0/+19
issues. Fixes Mantis #3145.
2009-02-11From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+11
This changeset add the RegionReady module code. The module sends a message on a configurable channel when an oar file has finished loading or if the script engine has emptied its queue for the first time (eg server startup). Config is something like this: [RegionReady] enabled = true channel_notify = -800 The module also knows if there was an error with startup.
2009-02-10dropping obsolete XIRC section from OpenSim.ini.exampleDr Scofield1-10/+0
2009-02-10fix region_limit example in OpenSim.ini.exampleDr Scofield1-2/+2
2009-02-06* minor: Apply second patch from ↵Justin Clarke Casey1-0/+5
http://opensimulator.org/mantis/view.php?id=3089 * This adds more explanation for the new proxy settings in OpenSim.ini.example * Also does some formatting correction * I did some additional reformatting on top of that
2009-02-06Thanks cmickyb for a patch (Mantis#3089) that adds support for proxy in http ↵Dahlia Trimble1-0/+4
requests
2009-02-04* Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey1-2/+11
* This option makes OpenSim use the usual db based asset service in standalone, and the grid based one in grid mode * The other options can (local, grid, etc) can still be used explicitly as before * Also change OpenSim.ini.example and the surrounding explanative text
2009-02-03* Address http://opensimulator.org/mantis/view.php?id=3076 by actually ↵Justin Clarke Casey1-1/+2
eliminating the redundant enable = true commented example * Comment out some startup verbosity from the module if we haven't enabled it
2009-02-02* Make the fact that there is a setting to control which instant message ↵Justin Clarke Casey1-0/+6
module is used explicit in OpenSim.ini.example
2009-02-02* Make it more obvious that there is an enabled switch for chat in ↵Justin Clarke Casey1-1/+9
OpenSim.ini.example. * Add default information for other chat settings
2009-02-02* Changing the ode collision filter to 'off by default' instead of 'on by ↵Teravus Ovares1-1/+1
default'. It needs to be improved more.
2009-02-02* Adding the Tree module configuration options to OpenSim.ini.exampleTeravus Ovares1-0/+8
* Adding an option to use the tree module to manage the trees in the simulator (grow/reproduce/die) * Setting it to off by default in an effort to reduce the number of threads in use by default * You can also turn it on in a 'one off' way with 'tree active true' on the console. To 'one off' turn it off, it's 'tree active false'. The permanent way to do that, however is in the opensim.ini.
2009-01-30* In OpenSim.ini.example, list defaults for AllowOSFunctions and ↵Justin Clarke Casey1-4/+7
OSFunctionThreatLevel and change existing OpenSim.ini.example settings
2009-01-26+ adding URI substitution for concierges broker URIDr Scofield1-0/+7
2009-01-18Added an optional password for the IRC moduleDahlia Trimble1-0/+2
2009-01-10Include the changes from StrawBerryFride's patch to Charles Krinke1-1/+5
OpenSim.ini.example.
2008-12-31Folded HG regionhandle lookup into the normal RESTInterregionComms, to avoid ↵diva1-1/+0
proliferation of "modes".
2008-12-29Final part for implementing SendChildAgentDataUpdate with modules. This is ↵diva1-0/+5
the part that uses the modules in Scene and related classes. This commit breaks compatibility of sim-sim SendChildAgentUpdates with older versions of OpenSim.
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey1-1/+9
* This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml * This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone) and via the user and asset config xml files for grid mode * Thanks to SirKimba for the patch
2008-12-26* Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares1-0/+7
* Thanks nlin! * To try it out, set ninja joints active in the ODEPhysicsSettings and use the example at: * http://forge.opensimulator.org/gf/download/frsrelease/142/304/demo-playground.tgz. * Don't forget to change the .tgz to .oar and load it with load-oar.
2008-12-11after much discussion, and overwhelming +1 on the -dev list, switch theSean Dague1-2/+2
default script engine to XEngine. This won't change anything if you already specified the default in your OpenSim.ini.
2008-12-11* minor: reindent bits of OpenSim.ini.exampleJustin Clarke Casey1-7/+6
2008-12-09From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+4
The attached patch ads an OpenSim.ini option (AutomaticLinkPermission) which when enabled makes PERMISSION_CHANGE_LINKS to be granted to scripts by default. When enabled llGetPermissions will always return it as granted and llCreateLink//llBreakLink will succeed without doing llRequestPermissions. ONLY ENABLE THIS IN TRUSTED ENVIRONMENTS. The patch also fixes a minor bug in llCreateLink related to a potential dereference of a null client object.
2008-12-09* Added primitive exception logging capabilities.Adam Frisby1-0/+9
* Disabled by default (see OpenSim.ini.example for how to enable) * Saves exceptions to a folder on disk (default "crashes") when enabled. * These reports can then be uploaded or posted to help debug an error.
2008-12-06And change OpenSim.ini.example back. Too many copies out there already to ↵Melanie Thielker1-1/+1
take the easy way out
2008-12-06Fix typo in OpenSim.ini.example (#2764)Jeff Ames1-1/+1
2008-11-29Add configuration values for scripted prim region crossingMelanie Thielker1-0/+7