aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Thank you kindly, MCortez for a patch that solves:Charles Krinke2009-05-021-5/+2
| | | | | | | | | Different people using Hippo 0.5.1 report that trying to send group instant messages crashes the viewer (Hippo 0.5.1). This is the case even for empty groups or if all group members are online.
* Numerous packet improvements.Melanie Thielker2009-05-021-0/+5
| | | | | | | | | | | | | Don't allow packets to be resent before they have actually been sent for the first time. Switch from serializing a packet to get it's length to the LibOMV provided Length property. Fix resend timing. Fix the use of dangling references to Acked packets. Fix the packet handler to play nice with the packet pool. Fix the packet pool. Add data block recycling to the packet pool. Packet pool is now ENABLED by default. Add config option to disable packet and data block reuse. Add ObjectUpdate and ImprovedTerseObjectUpdate to the packets being recycled.
* Add a tweakable for the prim queue preloadMelanie Thielker2009-05-011-0/+3
|
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-291-1/+5
| | | | | | | | | The attached patch provides the necessary infrastructure to support security and authentication features of the xmlrpc server. * Read/Write keys for accessing a Group's xmlrpc service. * Requiring user session verification for write operations.
* From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>Dr Scofield2009-04-291-0/+13
| | | | | | | | | | | - Adds an admin_modify_region call to allow changing of parcel voice settings and changing of public/private status - add boolean "public" and boolean "enable_voice" to admin_create_region XmlRpc call to allow specifying of public/private status and to allow enabling voice for all parcels; also added config variables to allow setting of defaults for those - fixing cut-and-paste artefacts
* Getting rid of -hypergrid=true on the command line. This config now goes ↵diva2009-04-271-0/+3
| | | | inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527.
* Adapt the opensim.ini example to reflect the php file names actually usedMelanie Thielker2009-04-261-2/+2
| | | | | | in wiredux to reduce confusion a bit
* Fix another typo in the ini exampleMelanie Thielker2009-04-251-1/+1
|
* Fix a typo in OpenSim.ini.exampleMelanie Thielker2009-04-251-1/+1
|
* * update example to reflect optional Well known hostname.Teravus Ovares2009-04-221-0/+6
|
* Change the default for FreeSwitch Voice to disable. Most people don't haveMelanie Thielker2009-04-221-1/+1
| | | | | | the server, after all.
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-211-0/+7
| | | | | | | | | | | * Refactors the xmlrpc calls to a single location to make it easier to debug and include alternative xmlrpc call mechanisms * Includes an alternative xmlrpc call mechanism that sets HTTP Keep-Alive to false which solves nearly all System.Net exceptions on some windows environments
* culling AsteriskVoiceModule and SIPVoiceModule, now that we haveDr Scofield2009-04-211-52/+23
| | | | | | working FreeSwitchVoiceModule and soon will have a fully working VivoxVoiceModule.
* Added a "force_simple_prim_meshing" option to the ODE settings in ↵Dahlia Trimble2009-04-191-0/+10
| | | | | | | OpenSim.ini which will use meshes for collisions with simple prim shapes rather than internal ODE algorithms. This may help with Mantis #2905 and Mantis #3487 for those experimenting with capsule settings. Note that this will increase memory usage and region startup time.
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-181-1/+23
| | | | | | | | | | | Added is a patch that adds a rough Groups implementation. This patch allows the creation, adding and maintaining Groups, Roles and Members. Work has begun on a very naive implementation of messaging, and minimal support for notifications {no attachments yet}. Proposals are not yet supported, but are on the to-do list. This implementation is not active by default, and must be configured in OpenSim.ini to become active.
* add some stub config to OpenSim.ini.example for freeswitch. This needsSean Dague2009-04-171-0/+25
| | | | | | quite a bit of explaining before people can probably figure this out, which will be coming in the wiki.
* Correct Opensim.ini.example to reflect the default settings for clouds.idb2009-04-111-2/+2
| | | | | | Fixes Mantis #3421 Change the agent/avatar events subscriptions to just OnNewClient. The data only needs to be sent once and keeping track of log ins/movements is not required. This will also send cloud data to child agents so that they can see clouds above neighbouring regions not just regions that they have visited.
* Add an optional region module which will supply a script event,Melanie Thielker2009-04-101-0/+11
| | | | | | | xmlrpc_uri(string) in response to a OpenRemoteDataChannel call. The string is the fully qualified URI to post XMLRPC requests for that script to.
* * Apply http://opensimulator.org/mantis/view.php?id=3427Justin Clarke Casey2009-04-101-0/+3
| | | | | | | * Return different values for llCloud() over time based on a cellular automation system. * Thanks aduffy70!
* * Remove Autooar module pending it's migration to the forgeJustin Clarke Casey2009-04-091-13/+3
|
* * Apply http://opensimulator.org/mantis/view.php?id=3406Justin Clarke Casey2009-04-071-0/+4
| | | | | | | * Makes Second Life environment sensor ranges and maximum response number configurable * Thanks Intimidated
* Applying Intimidated's patch to fix anim handling.Melanie Thielker2009-04-061-0/+30
| | | | | | Fixes Mantis #3417
* Applied a patch from mcortez with settings for the new wind module.idb2009-04-051-1/+17
| | | | | Fixes Mantis #3382
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2009-04-051-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!
* Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz2009-04-041-0/+8
| | | | | First part of Mantis #964, the necessary clouds image will follow separately.
* Correction to "user" example config option for IRCDahlia Trimble2009-04-021-1/+1
|
* Add a "user" config option to the IRC module config. Like all other IRCMelanie Thielker2009-04-011-0/+1
| | | | | | | config options, this has NO default, if you use the IRC module, you MUST add this setting to your ini file.
* Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker2009-04-011-0/+3
|
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-20/+20
|
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-291-0/+2
| | | | | | | support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now).
* Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker2009-03-281-0/+3
|
* * minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey2009-03-271-4/+4
|
* * Apply http://opensimulator.org/mantis/view.php?id=3347Justin Clarke Casey2009-03-271-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
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-03-171-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.
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-03-121-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.
* - renaming OpenSim.ini.example to OpenSim.ini.example.preview asDr Scofield2009-03-121-1/+759
| | | | | | the config reorg is still under discussion - re-installing complete OpenSim.ini.example for the time being
* * Preliminary preview of a split of a split for OpenSim.ini.example into ↵Justin Clarke Casey2009-03-111-759/+1
| | | | separate .ini.example files in a config/ directory
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-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)
* Correct a typo, purely cosmetic.idb2009-03-071-1/+1
| | | | | FixesMantis #3263
* Added the ability to set User-Agent in llHTTPRequest. No new default value ↵idb2009-03-071-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
* * Making the minimum ground offset for flying a configurable offset in the ↵Teravus Ovares2009-03-071-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.
* * Fleshed out the MRM Module a little.Adam Frisby2009-03-041-0/+3
| | | | | * Please don't use this yet, it represents a very heavy security risk if you enable it.
* Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example.Mike Mazur2009-02-251-2/+2
| | | | | Fixes Mantis #3221. Thanks cmickeyb for the patch.
* Thank you, robsmart, for a patch that allows the shard to be set.Melanie Thielker2009-02-211-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.
* Safe to remove remoting_listener_port out of OpenSim.ini.diva2009-02-201-1/+0
|
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-161-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.
* Thank you, DoranZemlja, for a patch that addresses some moe llGetNextEmailMelanie Thielker2009-02-151-0/+19
| | | | | | | issues. Fixes Mantis #3145.
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-02-111-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.
* dropping obsolete XIRC section from OpenSim.ini.exampleDr Scofield2009-02-101-10/+0
|
* fix region_limit example in OpenSim.ini.exampleDr Scofield2009-02-101-2/+2
|