aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-08- add clientstack_plugin option to OpenSim.ini.exampleMike Mazur1-28/+31
- remove trailing whitespace
2008-10-03* Fixes a http protocol violation in HttpServer in Linux. ↵Teravus Ovares1-0/+0
StringWriter.Append() vs StringWriter.Append("\r\n"); StringWriter.Append() produces "\n" in *nix* * This doesn't solve anything. Just gets the protocol right.
2008-10-03* minor: restore the standard startup logo text now I understand why things ↵Justin Clarke Casey1-1/+1
were appearing in the wrong order
2008-10-03* oops, fix region startup to be in the correct sequence (though it appeared ↵Justin Clarke Casey1-1/+1
to work anyway)
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-01remove mysql_connection.ini.example, no one should be using this anySean Dague1-18/+0
more as you can specify connect strings in opensim.ini per driver.
2008-10-01cleaning up example configuration for REST pluginsDr Scofield1-1/+1
2008-09-30* Replacing Net.HttpListener with HttpServer. Teravus Ovares1-0/+0
* This is a HUGE update.. and should be considered fraut with peril. * SSL Mode isn't available *yet* but I'll work on that next. * DrScofld is still working on a radical new thread pump scheme for this which will be implemented soon. * This could break the Build! This could break your Grid!
2008-09-30more concierge stuffDr Scofield1-1/+7
2008-09-30OpenSim.ini.example code for concierge moduleDr Scofield1-0/+5
2008-09-30* Uploading xunit as per request from sdagueTeravus Ovares1-0/+0
* We'd like to remove this dependency asap
2008-09-30Updates HttpServer with the updated version. Adds ProtocolVersion, Removed ↵Teravus Ovares3-0/+0
dependency on xunit. This might break the build.. it might not.. we'll see haha.
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-26* Patch from JHurlimanTeravus Ovares2-0/+0
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-25Sample ini updateMelanie Thielker1-1/+1
2008-09-25* Adds some WindTeravus Ovares2-0/+0
* A little wind wouldn't hurt anyone, right? This is the 'slightly breezy' setting.. hopefully you won't notice 'much' of a difference. * It turns out the terrain patch routine is similar enough to the wind version that it can be used to hack together a breeze generator with a few mods. * Not much configuration.. yet. You only get breeze updates in the general vicinity of your camera now to keep bandwidth usage down.. and we're not talking about 'much' movement at the moment. * initial version... could use improvement I'm sure.
2008-09-25Revert "update HttpServer.dll to r15903"Mike Mazur1-0/+0
This reverts commit 6488.
2008-09-25update HttpServer.dll to r15903Dahlia Trimble1-0/+0
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-23commit the .config to see if that gets us over the bamboo humpSean Dague1-0/+35
2008-09-23remove demofilter which apparently was added by something I did way in the ↵Sean Dague1-50/+0
past? (at least svn blame thinks so).
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-13Update svn properties. Minor formatting cleanup. Fix some minor typos. ↵Jeff Ames1-990/+990
Remove some old dead code.
2008-09-11Newtonsoft Json.NET 1.3.1 for upcoming use in comms.Teravus Ovares3-0/+990
2008-09-07Update svn properties.Jeff Ames6-0/+0
2008-09-06* Fixes a few type changes that caused the XML Format to break.Teravus Ovares2-0/+0
* Testers, please try rezzing your inventory on this revision and sending me feedback in mantis. * Users, it's not time to update yet. The dust still hasn't settled.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares8-5/+5
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
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-03Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensimSean Dague1-1/+0
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-28commented out the SurfaceInfoBlock read code in libsecondlife packet.csMW1-0/+0
2008-08-28another attempt to fix the surfaceInfoBlock issueMW1-0/+0
2008-08-28change the size limit on TranferPacket in libsl from 1100 back to 1500 ↵MW1-0/+0
(which is was in old libsl)
2008-08-28Doh! fixed silly mistakes in last commitMW1-0/+0
2008-08-28attempt to fix problem with missing surfaceInfoBlocks in the objectgrab ↵MW1-0/+0
packets sent by < 1.21 clients.
2008-08-28updated our libsl, _packet_.cs to the current version from openmv MW1-0/+0
Update with a bit of caution as not fully tested yet.
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-18Mantis#1992. Thank you kindly, ChrisDown for a patch that:Charles Krinke1-2/+3
Corrects accidental removal of tags in /bin/inventory/Libraries.xml