aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-17HG asset transfers starting to work -- GETs only for now. diva1-3/+6
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-11/+13
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
2009-05-11Changes to the new user system to add the modularity developed for the assetMelanie Thielker1-0/+8
system
2009-05-11Add selling for $0 back to the sample economy module. This is disabled byMelanie Thielker1-26/+2
default but can be enabled in OpenSim.ini. If enabled, things can be sold for $0. Other amounts will cause the buyer to see a message and the transaction will fail.
2009-05-11Plumb the HG asset broker. More naming changes to clarify things. Lots moreMelanie Thielker1-1/+14
config options.
2009-05-09Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker1-0/+21
2009-05-04Add a parameter that limits the max size of the outbound packet. DefaultedMelanie Thielker1-0/+2
at 1400 since the headers get added to that (32 bytes plus UDP headers)
2009-05-02* Makes ObjectUpdate compressing tweakable in OpenSim.ini - introduces:Adam Frisby1-0/+6
TerseUpdatesPerPacket=10 FullUpdatesPerPacket=14 TerseUpdateRate=10 FullUpdateRate=14
2009-05-02Plumb conifg into the client views. Add config option to configure packetMelanie Thielker1-0/+4
dropping.
2009-05-02Thank you kindly, BlueWall, for a patch that:Charles Krinke1-0/+4
Move json stats to non-published resource name Remove well-known resource name for json stats, creating dynamic uris with private keys and add a user configurable resource name for region owner usage.
2009-05-02Thank you kindly, MCortez for a patch that solves:Charles Krinke1-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.
2009-05-02Numerous packet improvements.Melanie Thielker1-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.
2009-05-01Add a tweakable for the prim queue preloadMelanie Thielker1-0/+3
2009-04-29Thank you kindly, MCortez for a patch that:Charles Krinke1-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.
2009-04-29From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>Dr Scofield1-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
2009-04-27Getting rid of -hypergrid=true on the command line. This config now goes ↵diva1-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.
2009-04-26Adapt the opensim.ini example to reflect the php file names actually usedMelanie Thielker1-2/+2
in wiredux to reduce confusion a bit
2009-04-25Fix another typo in the ini exampleMelanie Thielker1-1/+1
2009-04-25Fix a typo in OpenSim.ini.exampleMelanie Thielker1-1/+1
2009-04-22* update example to reflect optional Well known hostname.Teravus Ovares1-0/+6
2009-04-22Change the default for FreeSwitch Voice to disable. Most people don't haveMelanie Thielker1-1/+1
the server, after all.
2009-04-21Thank you kindly, MCortez, for a patch that:Charles Krinke1-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
2009-04-21culling AsteriskVoiceModule and SIPVoiceModule, now that we haveDr Scofield1-52/+23
working FreeSwitchVoiceModule and soon will have a fully working VivoxVoiceModule.
2009-04-19Added a "force_simple_prim_meshing" option to the ODE settings in ↵Dahlia Trimble1-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.
2009-04-18Thank you kindly, MCortez, for a patch that:Charles Krinke1-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.
2009-04-17add some stub config to OpenSim.ini.example for freeswitch. This needsSean Dague1-0/+25
quite a bit of explaining before people can probably figure this out, which will be coming in the wiki.
2009-04-11Correct Opensim.ini.example to reflect the default settings for clouds.idb1-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.
2009-04-10Add an optional region module which will supply a script event,Melanie Thielker1-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.
2009-04-10* Apply http://opensimulator.org/mantis/view.php?id=3427Justin Clarke Casey1-0/+3
* Return different values for llCloud() over time based on a cellular automation system. * Thanks aduffy70!
2009-04-09* Remove Autooar module pending it's migration to the forgeJustin Clarke Casey1-13/+3
2009-04-07* Apply http://opensimulator.org/mantis/view.php?id=3406Justin Clarke Casey1-0/+4
* Makes Second Life environment sensor ranges and maximum response number configurable * Thanks Intimidated
2009-04-06Applying Intimidated's patch to fix anim handling.Melanie Thielker1-0/+30
Fixes Mantis #3417
2009-04-05Applied a patch from mcortez with settings for the new wind module.idb1-1/+17
Fixes Mantis #3382
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