aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Remove config preview 2.Justin Clarke Casey2009-03-1711-1161/+0
|
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-03-171-0/+10
| | | | | | | | | | | | | | | | Attached is a patch which enabled through an OpenSim.ini option the ability to read long notecard lines. Currently although the data is read from the notecard it is truncated at 255 characters (same as for the LL servers. This patch allows the setting of that limit to a different value. ; Maximum length of notecard line read ; Increasing this to large values potentially opens ; up the system to malicious scripters ; NotecardLineReadCharsMax = 255 this allows for save/restore functionality using notecards without having to worry about very short line length limits.
* Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker2009-03-131-2/+3
| | | | | | | issues with the sun module. Fixes Mantis #3295
* * Config preview round 2Justin Clarke Casey2009-03-1332-973/+494
|
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-03-122-8/+10
| | | | | | | Patch to RegionReady which adds a field which adds to the message whether the region is ready due to a server startup or due to an oar file loading.
* - renaming OpenSim.ini.example to OpenSim.ini.example.preview asDr Scofield2009-03-122-1/+1115
| | | | | | the config reorg is still under discussion - re-installing complete OpenSim.ini.example for the time being
* * Preliminary preview of a split of a split for OpenSim.ini.example into ↵Justin Clarke Casey2009-03-1128-759/+1283
| | | | separate .ini.example files in a config/ directory
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-33/+75
| | | | | | | * In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before)
* Thank you tlaukkan for a patch that: Upgraded to MXP 0.4 version and cleaned ↵lbsa712009-03-082-0/+0
| | | | | | | | | | | | | | | up field naming. * Updated code to compile against MXP 0.4 version. * Cleaned up field naming conventions. * Added support for logging in with region name. * Filled in new fields of JoinResponseMEssage. * Added support for SynchronizationBeginEvent and SynchronizationEndEvent. * Commented out periodic debug log. * Added networking startup log messages. This closes mantis #3277
* Correct a typo, purely cosmetic.idb2009-03-071-1/+1
| | | | | FixesMantis #3263
* Added the ability to set User-Agent in llHTTPRequest. No new default value ↵idb2009-03-071-1/+7
| | | | | | | has been set since having no User-Agent seems to work well but the facility is now available to set this if required. Using something based on the pattern of SLs User-Agent may well cause problems, not all web servers respond well to it. See the notes in the SL Wiki http://wiki.secondlife.com/wiki/LlHTTPRequest Fixes Mantis #3143
* * Making the minimum ground offset for flying a configurable offset in the ↵Teravus Ovares2009-03-071-0/+3
| | | | | | | OpenSim.ini. This is the code that causes you to rise off the ground when you press the fly button and attempts to keep you above ground automatically when flying in a simulator. * minimum_ground_flight_offset, by default is 3 meters, as per Kitto Flora See OpenSim.ini.example for an example.
* add back .config files for all tests in an attempt to debug why theseSean Dague2009-03-0611-0/+264
| | | | | | | | things crash so much. This will generate a lot more log messages on make test, even some scary looking exceptions. Don't worry, that's normal.
* * Fleshed out the MRM Module a little.Adam Frisby2009-03-041-0/+3
| | | | | * Please don't use this yet, it represents a very heavy security risk if you enable it.
* Thanks tommil for mantis #3248 - a patch that adds support for avatar ↵Dahlia Trimble2009-03-012-0/+0
| | | | movement to MXP module.
* Applied Patch from mantis #3245. Thanks tlaukkan/TommilMW2009-02-282-0/+0
|
* * Applied a patch that: Added prim parameters support to MXP client lbsa712009-02-254-0/+0
| | | | | | | | | | | * Updated MXP to contain extension fragment with prims and updated MXPClientView to fill in the parameters. * Added google protobuffers dll. * Update MXP dll. * Updated MXPClientView to send prim parameters as Perception event extension * Started OpenSim and connected with IdealistViewer via MXP and ensured from log that parameters are being sent. * Ensured that nant test target runs succesfully. This closes mantis #3229. Thanks, tlaukkan!
* Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example.Mike Mazur2009-02-251-2/+2
| | | | | Fixes Mantis #3221. Thanks cmickeyb for the patch.
* * This should fix the 'Solution Folder' annoyance on express versions.lbsa712009-02-231-0/+0
|
* Load default assets when AssetInventory starts.Mike Mazur2009-02-231-0/+4
|
* * Updates MXP.dll to latest version.Adam Frisby2009-02-222-0/+0
| | | | | * MXP: Corrects an issue whereby session requests were never correctly acknowledged.
* * Adds initial support for the MXP Virtual Worlds protocol ↵Adam Frisby2009-02-222-0/+0
| | | | | | | | | | | | (http://www.bubblecloud.org) * Handled via the MXPModule.cs located in OpenSim.Client.MXP namespace. * Also implements MXPClientView and MXPPacketServer for IClientAPI compatibility. * No changes were required to Core to implement this - the thing is self contained in OpenSim.Client.MXP.dll. * Includes reference implementation of MXP as MXP.dll - this is under the Apache 2.0 license. * Requires OpenSim.ini setting to enable. "[MXP] \n Enabled=true \n Port=1253" * May break. Highly untested.
* Thank you, robsmart, for a patch that allows the shard to be set.Melanie Thielker2009-02-211-0/+4
| | | | | | | | The built-in default is OpenSim, unless a user server url is given, then that is used, unless "shard" is also goven, then shard takes precedence. The defult in OpenSim.ini is "OpenSim" for compatibility.
* Safe to remove remoting_listener_port out of OpenSim.ini.diva2009-02-201-1/+0
|
* * It think it actually works now. Only that AssetService weirdness left to fix.lbsa712009-02-191-0/+0
| | | | | * Ignored some gens
* * Okay, so finally got my head around this. Problem is that upstream ↵lbsa712009-02-191-0/+0
| | | | | | | | | | | | | Prebuild copied dlls promiscuously, and this led to the references being all mixed up (/bin dlls overwritten by different versions on every csc) * Something that thus needs fixing is the fact that ProjectReferences has to be marked <ProjectReference> <Private>False</Private> </ProjectReference> but that is not configurable in the upstream Xml Schema. I've hardcoded it in our repo for now.
* * reverted the revert of the revert. What can I say? I'm calling this a day, ↵lbsa712009-02-191-0/+0
| | | | and will get back up on the horse tomorrow.
* * Reverted the revert, as it seems the problem was the 1.0.* in the separate ↵lbsa712009-02-191-0/+0
| | | | projects.
* * Reverted Prebuild commit due to strange run-time errors.lbsa712009-02-191-0/+0
|
* * ... okay, so the Prebuild.exe changed again when building from VS... ↵lbsa712009-02-191-0/+0
| | | | trying to get to the bottom of this.
* * Hm. Something odd here, the Prebuild.exe wasn't supposed to change from ↵lbsa712009-02-191-0/+0
| | | | | | | | last commit. Re-trying. * Ignoring some gens
* === PREBUILD UPSTREAMS UPDATE : POTENTIAL BREAKAGE ===lbsa712009-02-191-0/+0
| | | | | | | | | | | | | | | | | | | | | | | * Applied upstreams changes to allow for auditing and debugging in our various environments. * This should, in theory, bring back 'multiple ref dirs'. * Temporarily Removed xmlns because prebuild-1.7 schema does not allow for multiple solutions per prebuild node (This will be a moot issue once the Prebuild node is moved out of prebuild.xml) * Autotools target: Various minor fixes * MonoDevelop Target : No changes. * Nant Target: Various minor fixes, support for net-3.5 and mono-2.0/3.5 targets * Sharpdevelop targets: No changes. * VS Targets: Refactored into using VSGenericTarget, and supports 2.0-3.5 * XCode Target: No changes. --- Regressions and outstanding issues --- * The Solution is assigned a random Guid - will lead to unnecessary reloads and loss of user settings. --- New features of Prebuild 2.0.4 --- * (Better) support for Web, WinForms and Database Projects and build actions * Conditional Framework Version compilation support (1.1, 2.0-3.5) * ArrayList -> List<>, ICollection -> IList (this means Prebuild can generate 1.1 solutions, but can't itself be built under 1.1 - how very meta) * Added <?include file="sub_prebuild.xml" ?> preprocessor directive.
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-181-2/+2
| | | | | | | I've changed the extension point name, and the internal references that used the same string. I also fixed up the messaging around the asset loader so that it is more explicit.
* * fixed 'path' reference attribute for Nant and VS2008 targets.lbsa712009-02-171-0/+0
|
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-162-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change makes two principal implementation changes: [1] It removes the hard coded set of possible asset server client implementations, allowing any arbitrary implementation that has been identified to the PluginLoader as an appropriate extension. The extension point for asset server client extension is /OpenSim/AssetServerClient. All of the old configuration rules have been preserved, and any of the legacy configuration values will still work as they did before, except the implementation is now loaded as a plug-in, rather than as a hard-coded instantiation of a specific class. The re-hashing of IAssetServer as an extension of IPlugin made upgrading of the implementation classes a necessity. Caveat: I have not been able to meaningfully test the crypto-grid clients. I believe they should work correctly, but the refactoring necessary to handle plug-in based initialization (vs constructor-based initialisation) admits the possibility of a problem. [2] The asset cache implementation, previously introduce as a hard-code class instantiation is now implemented as an IPlugin. Once again the previous (configurationless) behavior has been preserved. But now it is possible for those interested in experimenting with cache technologies to do so simply by introducing a new extension for the asset cache extension point (/OpenSim/AssetCache). I've tested all of the configuration settings, after applying the patch to a newly extracted tree, and they seem to work OK.
* - replace existing license header in each source file inMike Mazur2009-02-161-25/+17
| | | | | | | AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
* - add restrictions and error handling to plugin loading inMike Mazur2009-02-161-8/+8
| | | | | | | | AssetInventoryServer - assign shorter names to each AssetInventory plugin - modify AssetInventoryServer.ini.example file so it works out of the box
* Name extension points a little clearer.Mike Mazur2009-02-161-2/+2
|
* - remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim inMike Mazur2009-02-161-2/+2
| | | | | | | | OpenSim.Data.*.addin.xml, this is cruft left over from previous testing - fix example SQLite connection string in AssetInventoryServer.ini.example
* - change AssetInventoryServer config from XML to INIMike Mazur2009-02-162-6/+62
| | | | | | - convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file
* - remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur2009-02-161-153/+107
| | | | | | | - bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file
* Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur2009-02-161-1/+1
|
* Added OpenSim asset frontend plugin.Mike Mazur2009-02-161-7/+10
|
* Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur2009-02-163-21/+21
| | | | | OpenSim.Grid.AssetInventoryServer.
* AddingMike Mazur2009-02-162-0/+174
| | | | | | | - NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file
* Thank you, DoranZemlja, for a patch that addresses some moe llGetNextEmailMelanie Thielker2009-02-151-0/+19
| | | | | | | issues. Fixes Mantis #3145.
* * Added XEngine tests and gathered other ScriptEngineSean Dague2009-02-121-0/+0
| | | | | | | Tests together From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-02-111-0/+11
| | | | | | | | | | | | | | | This changeset add the RegionReady module code. The module sends a message on a configurable channel when an oar file has finished loading or if the script engine has emptied its queue for the first time (eg server startup). Config is something like this: [RegionReady] enabled = true channel_notify = -800 The module also knows if there was an error with startup.
* dropping obsolete XIRC section from OpenSim.ini.exampleDr Scofield2009-02-101-10/+0
|
* fix region_limit example in OpenSim.ini.exampleDr Scofield2009-02-101-2/+2
|