aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - add clientstack_plugin option to OpenSim.ini.exampleMike Mazur2008-10-081-28/+31
| | | | | | - remove trailing whitespace
* * Fixes a http protocol violation in HttpServer in Linux. ↵Teravus Ovares2008-10-031-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.
* * minor: restore the standard startup logo text now I understand why things ↵Justin Clarke Casey2008-10-031-1/+1
| | | | were appearing in the wrong order
* * oops, fix region startup to be in the correct sequence (though it appeared ↵Justin Clarke Casey2008-10-031-1/+1
| | | | to work anyway)
* * EventQueueGet is now working.Teravus Ovares2008-10-031-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
* remove mysql_connection.ini.example, no one should be using this anySean Dague2008-10-011-18/+0
| | | | | | more as you can specify connect strings in opensim.ini per driver.
* cleaning up example configuration for REST pluginsDr Scofield2008-10-011-1/+1
|
* * Replacing Net.HttpListener with HttpServer. Teravus Ovares2008-09-301-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!
* more concierge stuffDr Scofield2008-09-301-1/+7
|
* OpenSim.ini.example code for concierge moduleDr Scofield2008-09-301-0/+5
|
* * Uploading xunit as per request from sdagueTeravus Ovares2008-09-301-0/+0
| | | | | * We'd like to remove this dependency asap
* Updates HttpServer with the updated version. Adds ProtocolVersion, Removed ↵Teravus Ovares2008-09-303-0/+0
| | | | | | | dependency on xunit. This might break the build.. it might not.. we'll see haha.
* * Adds flag to enable/disable EventQueueGet.Teravus Ovares2008-09-271-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.
* * Patch from JHurlimanTeravus Ovares2008-09-262-0/+0
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* Sample ini updateMelanie Thielker2008-09-251-1/+1
|
* * Adds some WindTeravus Ovares2008-09-252-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.
* Revert "update HttpServer.dll to r15903"Mike Mazur2008-09-251-0/+0
| | | | | This reverts commit 6488.
* update HttpServer.dll to r15903Dahlia Trimble2008-09-251-0/+0
|
* Add a module selection option for the MapImage Module as wellMelanie Thielker2008-09-241-0/+1
|
* And add the example, tooMelanie Thielker2008-09-241-0/+6
|
* commit the .config to see if that gets us over the bamboo humpSean Dague2008-09-231-0/+35
|
* remove demofilter which apparently was added by something I did way in the ↵Sean Dague2008-09-231-50/+0
| | | | | | | | past? (at least svn blame thinks so).
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-211-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.
* Finish up OSSL enable/disable options in XEngine.Melanie Thielker2008-09-151-0/+11
| | | | | | | Now each function can be allowed, subject to threat level, disabled, or restricted to certain UUIDs.
* Add more granularity and a risk asessment system to the OSSL API in XEngine.Melanie Thielker2008-09-151-2/+2
| | | | | | | Adds the fix from Mantis #2197 in it's new form. Stage one of the scripting security changes, more to come.
* * This update makes configuring SSL a little easier on Windows XP. It also ↵Teravus Ovares2008-09-141-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
* Update svn properties. Minor formatting cleanup. Fix some minor typos. ↵Jeff Ames2008-09-131-990/+990
| | | | Remove some old dead code.
* Newtonsoft Json.NET 1.3.1 for upcoming use in comms.Teravus Ovares2008-09-113-0/+990
|
* Update svn properties.Jeff Ames2008-09-076-0/+0
|
* * Fixes a few type changes that caused the XML Format to break.Teravus Ovares2008-09-062-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.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-068-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.
* Mantis#2121. Thank you kindly, ChrisDown for a patch that solves:Charles Krinke2008-09-051-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.
* * Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at ↵Teravus Ovares2008-09-051-0/+4
| | | | the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix
* add some stubbing for ini.example for CMS moduleSean Dague2008-09-041-0/+6
|
* Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensimSean Dague2008-09-031-1/+0
|
* make the example OpenSim.ini use sqlite plugin, because so many peopleSean Dague2008-09-021-2/+2
| | | | | | don't read the config and find they aren't saving any of their prims.
* commented out the SurfaceInfoBlock read code in libsecondlife packet.csMW2008-08-281-0/+0
|
* another attempt to fix the surfaceInfoBlock issueMW2008-08-281-0/+0
|
* change the size limit on TranferPacket in libsl from 1100 back to 1500 ↵MW2008-08-281-0/+0
| | | | (which is was in old libsl)
* Doh! fixed silly mistakes in last commitMW2008-08-281-0/+0
|
* attempt to fix problem with missing surfaceInfoBlocks in the objectgrab ↵MW2008-08-281-0/+0
| | | | packets sent by < 1.21 clients.
* updated our libsl, _packet_.cs to the current version from openmv MW2008-08-281-0/+0
| | | | | Update with a bit of caution as not fully tested yet.
* Implements the r6005 foes for XEngine as wellMelanie Thielker2008-08-271-0/+2
|
* Add ScriptDistanceLimitFactor to OpenSim.ini to allow modifcation ofMelanie Thielker2008-08-271-0/+1
| | | | | | | | LSL's arbitrary 10 m limit on object movement. Also implements the 10 m maximum rezzing distance, subhect to the same factor.
* Add the same delay factor in the XEngine section for the XEngineMelanie Thielker2008-08-251-0/+2
|
* Add ScriptDelayFactor under LL-Functions in OpenSim.ini. DefaultedMelanie Thielker2008-08-251-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.
* * This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares2008-08-251-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)
* * Homer's amazing terrain MapTileRenderer. Thanks Homer!Teravus Ovares2008-08-221-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
* - corrects statement about {asset,user,inventory} source configurationDr Scofield2008-08-211-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
* Mantis#1992. Thank you kindly, ChrisDown for a patch that:Charles Krinke2008-08-181-2/+3
| | | | | Corrects accidental removal of tags in /bin/inventory/Libraries.xml