aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-0/+3
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-0/+5
XIRCBrigeModule is transient, will merge it with IRCBridgeModule: extends/refactors IRCBridgeModule to support channel-per-region (if desired).
2008-10-28Update Sun options in OpenSim.ini.example. Minor cleanup in SunModule.cs.Jeff Ames1-4/+7
2008-10-26Thank you kindly, Ewe Loon for a patch that solves:Charles Krinke1-5/+9
m_ScriptDelayFactor and m_ScriptDistanceFactor are being read from XEngine settings not the settings for the scriptengine being used
2008-10-23removing unused method from ConciergeModule. adding attendee listDr Scofield1-0/+22
logic to ConciergeModule. adding XmlRpc method to allow update of welcome template for a region. documenting [Concierge] "password" option in OpenSim.ini.example.
2008-10-22- Fix 3 comments starting with : instead of ;Homer Horwitz1-3/+3
2008-10-22* Add a config option for filtering collisions. Sometimes, under load, ↵Teravus Ovares1-0/+5
this seems to cause bouncing on really thin flat prim.
2008-10-21fixing OpenSim.ini.example for IRC, adding example for Concierge.Dr Scofield1-5/+13
2008-10-20cleaning up IRCBridgeModule to allow for configuration from in-world,Dr Scofield1-11/+12
chat relaying via private channels, and old IRCBridgeModule behaviour. also cleaning up IRCBridgeModule's OpenSim.ini configuration variable names (still supporting "old" variable names). refactored IRCChatModule into IRCConnector and incorporating watchdog from IRCBridgeModule into IRCConnector. enabling ChatModule to be used as a super-class and utilizing it in ConciergeModule.
2008-10-17Add two missing settings to OpenSim.ini.example.Homer Horwitz1-0/+5
2008-10-17* Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290Justin Clarke Casey1-0/+9
* This allows multiple user profile providers to be specified in OpenSim.ini separated by commas * If multiple providers are specified then a request for a user profile will query each in turn until the profile is either found or all have been queried * Unfortunately I don't believe this order can currently be specified, which if true is something that will need to be fixed. * Thanks to smeans for the original patch.
2008-10-13* Based on user reports, it looks like the OS specific settings have been ↵Teravus Ovares1-4/+4
unified as far as tuning (thank heavens). * If you're experiencing knee bendiness try the windows settings, as the *nix settings seem to now be incorrect. (this update does that, but you may have your own opensim.ini settings active.
2008-10-11Thanks cmickyb for a patch that enhances the IRC module.Dahlia Trimble1-0/+13
See mantis #2379 for some useful scripts that work with this. Note that I added another configuration parameter in addition to the patch to allow for legacy behavior in the absence of new configuration settings.
2008-10-11Commit Diva's new patch for the DataSnapshot. Comment the defaultMelanie Thielker1-3/+7
metaverseink search provider to prevent accidental data exposure.
2008-10-08- add clientstack_plugin option to OpenSim.ini.exampleMike Mazur1-28/+31
- remove trailing whitespace
2008-10-03* EventQueueGet is now working.Teravus Ovares1-2/+2
* Switched it on by default * Updated OpenSim.ini.example to reflect this * Caught a UDP Server issue that occurs when the network pipe is saturated * Still experimental :D
2008-10-01cleaning up example configuration for REST pluginsDr Scofield1-1/+1
2008-09-30more concierge stuffDr Scofield1-1/+7
2008-09-30OpenSim.ini.example code for concierge moduleDr Scofield1-0/+5
2008-09-27* Adds flag to enable/disable EventQueueGet.Teravus Ovares1-0/+3
* If EventQueueGet is enabled, use that instead of a few UDP packets, if it's disabled use the UDP packets like normal. * We *really* suggest users do not turn on EventQueueGet yet.. as it's highly experimental, broken, and resource intensive * Updated OpenSim.ini.example * Testers of EventQueueGet.. in OpenSim.ini, it's in the [Startup] Section.. change EventQueue = false, to EventQueue = true.
2008-09-25Sample ini updateMelanie Thielker1-1/+1
2008-09-24Add a module selection option for the MapImage Module as wellMelanie Thielker1-0/+1
2008-09-24And add the example, tooMelanie Thielker1-0/+6
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker1-18/+5
ordinary region modules and are able to coexist in one instance. See http://opensimulator.org/wiki/ScriptEngines for details. There were changes to OpenSim.ini.example, please note DefaultScriptEngine. Also see the User docs and FAQ on the Wiki. Default is DotNetEngine.
2008-09-15Finish up OSSL enable/disable options in XEngine.Melanie Thielker1-0/+11
Now each function can be allowed, subject to threat level, disabled, or restricted to certain UUIDs.
2008-09-15Add more granularity and a risk asessment system to the OSSL API in XEngine.Melanie Thielker1-2/+2
Adds the fix from Mantis #2197 in it's new form. Stage one of the scripting security changes, more to come.
2008-09-14* This update makes configuring SSL a little easier on Windows XP. It also ↵Teravus Ovares1-0/+9
makes it possible to run a HTTPS server on the region. It also has a junk Certification authority for test purposes. * There are still a lot of things that are hard coded to use http. They need to be fixed. * Also includes directions * A standard junk PEM file to append to app_settings/CA.pem in the client so SSL will work
2008-09-05Mantis#2121. Thank you kindly, ChrisDown for a patch that solves:Charles Krinke1-0/+14
The option to enable the REST Asset and Inventory plugin is missing from OpenSim.ini.example. This patch adds the required items without enabling the plugins.
2008-09-05* Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at ↵Teravus Ovares1-0/+4
the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix
2008-09-04add some stubbing for ini.example for CMS moduleSean Dague1-0/+6
2008-09-02make the example OpenSim.ini use sqlite plugin, because so many peopleSean Dague1-2/+2
don't read the config and find they aren't saving any of their prims.
2008-08-27Implements the r6005 foes for XEngine as wellMelanie Thielker1-0/+2
2008-08-27Add ScriptDistanceLimitFactor to OpenSim.ini to allow modifcation ofMelanie Thielker1-0/+1
LSL's arbitrary 10 m limit on object movement. Also implements the 10 m maximum rezzing distance, subhect to the same factor.
2008-08-25Add the same delay factor in the XEngine section for the XEngineMelanie Thielker1-0/+2
2008-08-25Add ScriptDelayFactor under LL-Functions in OpenSim.ini. DefaultedMelanie Thielker1-1/+3
at 1.0, it allows delays to function as coded. Smaller values will reduce, larger values will increase the delays. A value of 0 is permitted and results in on delay being applied.
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares1-0/+5
currently on Forge in a nice, friendly modular format. * There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain.. * Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar)
2008-08-22* Homer's amazing terrain MapTileRenderer. Thanks Homer!Teravus Ovares1-0/+2
* By default, texture rendering is on. This may be affected by using secure assets since your region hasn't registered with the gridserver before it asks for texture assets. It might also be affected by a slow asset server, so consider this release experimental. * Defined interface IMapTileTerrainRenderer. * Extracted "old" shaded maptile terrain rendering into ShadedMapTileRenderer; streamlined it a bit and added "highlight" rendering to its "shadow" rendering. * Added "new" terrain-texture based maptile terrain rendering (TexturedMapTileRenderer); made TerrainUtil.InterpolatedNoise public * Adapted MapImageModule to allow switching between those two by configuration * Added configuration option to OpenSim.ini.example
2008-08-21- corrects statement about {asset,user,inventory} source configurationDr Scofield1-4/+20
as those all work with MySQL (and are in fact required it seems); adds examples as well - adds region_file_template functionality for the create_region XmlRpc call of RemoteAdminPlugin - cleans up and fixes typo in UserProfileData
2008-08-17Patch for Adam: Add two new permissions options to Opensim.ini.exampleMelanie Thielker1-0/+4
and the permissions module
2008-08-15The missing option in OpenSim.ini.example...Melanie Thielker1-0/+1
2008-08-13Remove the (experimental) suffix from the XEngine line in the sampleMelanie Thielker1-4/+4
config. Change defaults to enable all languages for XEngine. Change comment on new LSL compiler form (experimental) to (under test).
2008-08-04correcting comment on GridInfoDr Scofield1-15/+28
2008-08-01* minor: add url pointing back to wiki information for GridInfo sectionJustin Clarke Casey1-0/+2
2008-08-01* remove GridInfo section down to the bottom of OpenSim.ini.example and add ↵Justin Clarke Casey1-20/+27
explanatory information * this managed to confuse me briefly today (but I am thick :-)
2008-07-28Reinstate the configuration option on XEngine's use of the lexicalMelanie Thielker1-1/+1
compiler. Changes the default in OpenSim.ini.example to "true" to allow for a broader user base for testing.
2008-07-25first cut at a GridInfo plugin (mantis #1825). Currently just spitsDr Scofield1-0/+20
out everything in the [GridInfo] section :-D Also, not yet LLSD but XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample values and explanation. Oh, and default values provided are platform: OpenSim mode: standalone | grid have fun.
2008-07-20Change the OopenSim.ini default to 256m for nonphysical prims, toMelanie Thielker1-1/+1
get future public installations on a more sane footing.
2008-07-20Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker1-0/+4
Defaulted to 65536 and 10, respectively
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker1-10/+3
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
2008-07-12Patch #9142 (No mantis)Melanie Thielker1-2/+7
Add a config option to OpenSim.ini to select between script compilers in the XEngine without recompile. Set UseNewCompiler=true in OpenSim.ini and try it out. Creates the ICodeConverter interface and adapts the new compiler to it.