aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-16switch default physics engine to ODE and default meshmerizer to Meshmerizer ↵Justin Clark-Casey (justincc)1-9/+14
in code and in OpenSim.ini.example
2009-09-14Apply http://opensimulator.org/mantis/view.php?id=4142Justin Clark-Casey (justincc)1-11/+13
Re-enable XMLRPC scripting calls Moves XMLRPC scripting setup to a separate section Thanks Fly-Man-
2009-09-13* Milestone GridFriendly reached so Adding CombineContiguousRegions to the ↵Teravus Ovares (Dan Olivares)1-0/+5
OpenSim.ini.example
2009-09-01update documentation in OpenSim.ini.example for j2k decode cache expiration timedahlia1-0/+2
2009-08-31- making font name used by VectorRenderModule configurable: can be setdr scofield (aka dirk husemann)1-0/+4
via [VectorRender] font_name = "Comic Sans MS" in OpenSim.ini - adding osSetFontName OSSL function
2009-08-29Add a slow cache cleaner thread. By default, the thread starts a cleanupMelanie1-1/+1
sweep every 10 minutes. If any texture data is older than 12 hours, it is regenerated and the memory cache is refreshed. After each decode, the thread delays for 5 seconds.
2009-08-29Make the j2kDecodeCache expire after 50 minutes (configurable). Alse allowsMelanie1-0/+7
setting the path for it. This commit introduces NEW DEFAULT BEHAVIOR. To retain the old behavior (eternal cache) you will need to change your OpenSim.ini and set the timeout to 0.
2009-08-18Added new OpenSim.ini setting: "client_throttle_max_bps" which overrides ↵dahlia1-0/+3
user's viewer network throttle settings
2009-08-17Apply http://opensimulator.org/mantis/view.php?id=3538Justin Clark-Casey (justincc)1-10/+15
Add ability to silence IRC relay of region joins and quits from certain users This is useful for admins who wish to remain hidden, or service bots. Thanks RemedyTomm
2009-08-18Added additional configuration options for MRM Security. See ↵Adam Frisby1-2/+20
OpenSim.ini.example under the [MRM] section.
2009-08-17Add the ability to use -console=rest to the region server. UserMelanie1-0/+2
and pass are specified the same way as for the ROBUST server
2009-08-16Misc cleanup.Jeff Ames1-60/+58
2009-08-06Add the config-include statement to OpenSim.ini.example.Melanie1-0/+8
addon-modules/*/config/*.ini is now included in the configuration
2009-08-05Continue with renaming of Groups module componentsMichael Cortez1-15/+22
2009-07-30adding documentation for DisableUndergroundMovementDr Scofield1-0/+5
2009-07-11From: Dr Scofield <hud@zurich.ibm.com> & Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+58
this commit finally adds the VivoxVoiceModule: it supports positional as well as conference call type voice (currently only per region server), region and parcel voice, speaker indication (LL client family), direct avtar-to-avatar voice chat. NOTE: you need to obtain an customer admin account from Vivox to be able to use this module --- DON'T ask me about how to about an admin account, i've NO clue, we just wrote this code.
2009-07-10* minor: formatting adjustments in OpenSim.ini.exampleJustin Clarke Casey1-2/+10
2009-07-08Experimental fix for tilted avatar capsule, Mantis #2905nlin1-0/+4
Set av_capsule_tilted to false in opensim.ini. Default is true, so there is no change in avatar behavior (and no breaking of existing content which relies on the tilted capsule). This commit straightens up the avatar capsule so it behaves consistently (e.g. same collision behavior against prims regardless of which direction the avatar is coming from; ability to fit through narrow doorways). Please note this introduces other side effects which have not been fixed. In particular: * The avatar frequently falls through the terrain if it is not flat, though the avatar behaves pretty well on flat terrain. This requires investigation of the ode terrain collider. * The apparent foot position of the avatar with respect to the ground is changed. This requires investigation of the avatar height/capsule height. Please consider this as work in progress.
2009-06-25- adds the possibility of setting the socket receive buffer sizeDr Scofield1-0/+17
option for LLUDPServer. On windows .NET the default socket receive buffer size is 8192 bytes, on recent linux systems it's about 111K. both value can be a bit small for an OpenSim instance serving many clients. The socket receive buffer size can be configured via an OpenSim.ini config option - adds a general catch clause to LLUDPServer.OnReceivedData() to prevent it submerging when an unexpected Exception occurs.
2009-06-25From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+19
This change moves texture send processing out of the main packet processing loop and moves it to a timer based processing cycle. Texture packets are sent to the client consistently over time. The timer is discontinued whenever there are no textures to transmit. The behavior of the texture sending mechanism is controlled by three variables in the LLCLient section of the config file: [1] TextureRequestRate (mS) determines how many times per second texture send processing will occur. The default is 100mS. [2] TextureSendLimit determines how many different textures will be considered on each cycle. Textures are selected by priority. The old mechanism specified a value of 10 for this parameter and this is the default [3] TextureDataLimit determines how many packets will be sent for each of the selected textures. The old mechanism specified a value of 5, so this is the default. So the net effect is that TextureSendLimit*TextureDataLimit packets will be sent every TextureRequestRate mS. Once we have gotten a reasonable feeling for how these parameters affect overall processing, it would be nice to autonmically manage these values using information about the current status of the region and network. Note that this also resolves the pathologcal problem that previously existed which was that a seated avatar generated very few in-bound packets (theoretically) and would therefore be the least able to retrieve the images being displayed by a projector script.
2009-06-14Formatting cleanup.Jeff Ames1-29/+28
2009-06-10Added some defaults to OpenSim.ini.example so that it works out of the box ↵diva1-0/+13
again with zero configuration.
2009-06-01* Making silent logoff of old hung sessions for new connections default forArthur Valadares1-4/+0
StandAlone users. Not touching grid.
2009-05-29* Allows standalone region users to skip the "You must wait 5 minutes to log ↵Arthur Valadares1-0/+4
again" message and allow the region to kick the old user and log the new one without reporting any failure. Default is still to show message and fail login
2009-05-23Added one missing config var for HG standalones.diva1-2/+2
2009-05-23Changing extension of two of the config files to .example because they need ↵diva1-3/+4
to be copied and customized.
2009-05-22Added a few pre-packaged configurations to make it easier for people to ↵diva1-43/+15
configure their sims.
2009-05-22Removing the [UserService] section, because it's not working yet.diva1-3/+1
2009-05-20Comment out the asset cache config in .ini.example.diva1-2/+2
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker1-45/+0
2009-05-18Bug fix and config rename.diva1-1/+1
2009-05-18DLL name change in config var.diva1-1/+1
2009-05-18From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-1/+4
We've encountered problems with textures never fully downloading and objects not moving or being deleted (from the client's point of view) even when the bandwidth settings on the client have been set very low. This can happen over reasonably lossy links (eg you're on the other side of the world from the server) as the server retries 3 times and then gives up. Whilst its possible to set ReliableIsImportant, this forces the server to keep retrying no matter what which potentially could lead to problems. This patch allows for the setting of MaxReliableResends explicitly (is set to 3 normally) in OpenSim.ini so if you know you will have clients connecting with poor connections you can set it a bit higher (10-15 works quite well even for very poor connections).
2009-05-17Renaming [ServiceConnectors] back to [Modules].diva1-1/+1
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.