| Commit message (Expand) | Author | Files | Lines |
2008-12-11 | after much discussion, and overwhelming +1 on the -dev list, switch the | Sean Dague | 1 | -2/+2 |
2008-12-11 | * minor: reindent bits of OpenSim.ini.example | Justin Clarke Casey | 1 | -7/+6 |
2008-12-09 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 1 | -0/+4 |
2008-12-09 | * Added primitive exception logging capabilities. | Adam Frisby | 1 | -0/+9 |
2008-12-06 | And change OpenSim.ini.example back. Too many copies out there already to tak... | Melanie Thielker | 1 | -1/+1 |
2008-12-06 | Fix typo in OpenSim.ini.example (#2764) | Jeff Ames | 1 | -1/+1 |
2008-11-29 | Add configuration values for scripted prim region crossing | Melanie Thielker | 1 | -0/+7 |
2008-11-17 | * Add allowed_script_editors to OpenSim.ini in the same fashion as allowed_sc... | Justin Clarke Casey | 1 | -0/+9 |
2008-11-17 | Change the semantics of the Allow_* os function control. Omitting a function | Melanie Thielker | 1 | -1/+2 |
2008-11-15 | Mantis #2621: Thanks idb, for a patch that will persist regularily changed ob... | Homer Horwitz | 1 | -0/+9 |
2008-11-14 | * Allow new script creation to be locked down to only gods if specified in Op... | Justin Clarke Casey | 1 | -0/+9 |
2008-11-14 | * Switch default permissions back to false (so they are not on) as they were ... | Justin Clarke Casey | 1 | -1/+2 |
2008-11-14 | * Hook up create new object event in the permissions module | Justin Clarke Casey | 1 | -1/+6 |
2008-11-13 | * First part of a series of patches | Justin Clarke Casey | 1 | -0/+3 |
2008-11-13 | * Attempt to make OpenSim.ini.example a bit more readable by | Justin Clarke Casey | 1 | -745/+761 |
2008-11-12 | * Updates defaults to disclude cs/vb/js from the allowed compilers by default | Teravus Ovares | 1 | -2/+7 |
2008-11-11 | Add ClampPrimSize option to ensure no prim can exceed the set size. This | Melanie Thielker | 1 | -0/+1 |
2008-11-10 | this changeset adds an option to RemoteAdmin to limit the number of | Dr Scofield | 1 | -1/+6 |
2008-11-05 | * Set default client throttle multiplier to 2 (old value was effectively 8). ... | Justin Clarke Casey | 1 | -5/+18 |
2008-11-03 | * Expose a client_throttle_multiplier setting in OpenSim.ini. This multiplie... | Justin Clarke Casey | 1 | -3/+7 |
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 1 | -0/+3 |
2008-10-30 | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 1 | -0/+5 |
2008-10-28 | Update Sun options in OpenSim.ini.example. Minor cleanup in SunModule.cs. | Jeff Ames | 1 | -4/+7 |
2008-10-26 | Thank you kindly, Ewe Loon for a patch that solves: | Charles Krinke | 1 | -5/+9 |
2008-10-23 | removing unused method from ConciergeModule. adding attendee list | Dr Scofield | 1 | -0/+22 |
2008-10-22 | - Fix 3 comments starting with : instead of ; | Homer Horwitz | 1 | -3/+3 |
2008-10-22 | * Add a config option for filtering collisions. Sometimes, under load, this... | Teravus Ovares | 1 | -0/+5 |
2008-10-21 | fixing OpenSim.ini.example for IRC, adding example for Concierge. | Dr Scofield | 1 | -5/+13 |
2008-10-20 | cleaning up IRCBridgeModule to allow for configuration from in-world, | Dr Scofield | 1 | -11/+12 |
2008-10-17 | Add two missing settings to OpenSim.ini.example. | Homer Horwitz | 1 | -0/+5 |
2008-10-17 | * Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290 | Justin Clarke Casey | 1 | -0/+9 |
2008-10-13 | * Based on user reports, it looks like the OS specific settings have been uni... | Teravus Ovares | 1 | -4/+4 |
2008-10-11 | Thanks cmickyb for a patch that enhances the IRC module. | Dahlia Trimble | 1 | -0/+13 |
2008-10-11 | Commit Diva's new patch for the DataSnapshot. Comment the default | Melanie Thielker | 1 | -3/+7 |
2008-10-08 | - add clientstack_plugin option to OpenSim.ini.example | Mike Mazur | 1 | -28/+31 |
2008-10-03 | * EventQueueGet is now working. | Teravus Ovares | 1 | -2/+2 |
2008-10-01 | cleaning up example configuration for REST plugins | Dr Scofield | 1 | -1/+1 |
2008-09-30 | more concierge stuff | Dr Scofield | 1 | -1/+7 |
2008-09-30 | OpenSim.ini.example code for concierge module | Dr Scofield | 1 | -0/+5 |
2008-09-27 | * Adds flag to enable/disable EventQueueGet. | Teravus Ovares | 1 | -0/+3 |
2008-09-25 | Sample ini update | Melanie Thielker | 1 | -1/+1 |
2008-09-24 | Add a module selection option for the MapImage Module as well | Melanie Thielker | 1 | -0/+1 |
2008-09-24 | And add the example, too | Melanie Thielker | 1 | -0/+6 |
2008-09-21 | Change the scirpt engine loading mechanism. Script engines are now | Melanie Thielker | 1 | -18/+5 |
2008-09-15 | Finish up OSSL enable/disable options in XEngine. | Melanie Thielker | 1 | -0/+11 |
2008-09-15 | Add more granularity and a risk asessment system to the OSSL API in XEngine. | Melanie Thielker | 1 | -2/+2 |
2008-09-14 | * This update makes configuring SSL a little easier on Windows XP. It also m... | Teravus Ovares | 1 | -0/+9 |
2008-09-05 | Mantis#2121. Thank you kindly, ChrisDown for a patch that solves: | Charles Krinke | 1 | -0/+14 |
2008-09-05 | * Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at t... | Teravus Ovares | 1 | -0/+4 |
2008-09-04 | add some stubbing for ini.example for CMS module | Sean Dague | 1 | -0/+6 |