Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | Dr Scofield | 2009-03-25 | 3 | -8/+8 |
| | |||||
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 5 | -0/+4 |
| | |||||
* | * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵ | Justin Clarke Casey | 2009-03-19 | 2 | -52/+130 |
| | | | | via CommunicationsManager directly | ||||
* | * Lock http handlers dictionary in other places as well to avoid race conditions | Justin Clarke Casey | 2009-03-19 | 1 | -47/+56 |
| | | | | | | * No adverse effects on a quick multi-machine grid test | ||||
* | * Add necessary locking to BaseHttpServer.RemoveHTTPHandler() | Justin Clarke Casey | 2009-03-19 | 1 | -7/+14 |
| | |||||
* | * Add documentation to BaseHttpServer.AddHTTPHandler() | Justin Clarke Casey | 2009-03-19 | 1 | -13/+41 |
| | |||||
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -2/+0 |
| | | | | | | | * 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) | ||||
* | * minor: reduce some code duplication in BaseHttpServer | Justin Clarke Casey | 2009-03-10 | 1 | -24/+17 |
| | |||||
* | fixing out-of-sync error in BaseHttpServer | Dr Scofield | 2009-03-10 | 1 | -16/+19 |
| | |||||
* | * Adding application/x-oar to the list of content types to which the HTTP ↵ | Teravus Ovares | 2009-03-07 | 1 | -1/+5 |
| | | | | Server will return the response as if it was a binary file pending discussion on the [opensim-dev] mailing list to be initiated by dmiles. | ||||
* | * Upping to interface version 3 - let's see how this goes. | lbsa71 | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2009-02-21 | 2 | -0/+54 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-02-21 | 2 | -138/+138 |
| | |||||
* | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵ | lbsa71 | 2009-02-20 | 1 | -1/+1 |
| | | | | 0.6.3.* to better track down dll ref and overwrite problems. | ||||
* | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 2009-02-20 | 2 | -0/+140 |
| | |||||
* | * Reverted the AssetServer fix, apparently something was dependent on ↵ | lbsa71 | 2009-02-19 | 2 | -138/+0 |
| | | | | IAssetDataPlugin being in OpenSim.Data | ||||
* | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers | lbsa71 | 2009-02-19 | 2 | -0/+138 |
| | | | | | | | | * And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow. | ||||
* | * Fix http://opensimulator.org/mantis/view.php?id=3193 | Justin Clarke Casey | 2009-02-19 | 1 | -51/+45 |
| | | | | | | * Make it possible once again to set a console log level threshold in OpenSim.exe.config | ||||
* | * Lock remaining m_rpcHandlers use since these accesses are not guaranteed ↵ | Justin Clarke Casey | 2009-02-12 | 1 | -2/+8 |
| | | | | to be thread safe | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3138 | Justin Clarke Casey | 2009-02-12 | 1 | -0/+20 |
| | | | | | | | * Adds a GetXmlRPCHandler() to the BaseHttpServer * Thanks mpallari | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 14 | -33/+14 |
| | |||||
* | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 2009-02-10 | 1 | -8/+8 |
| | | | | | | | | interface. Shared modules will now only get added once, so the command handler is called once per module, not once per scene. Removal of scenes has no adverse effects. Nonshared modules will be called for each scene. | ||||
* | * Restore show information for the OpenSim region server (version, info, ↵ | Justin Clarke Casey | 2009-02-09 | 1 | -1/+1 |
| | | | | threads, etc.) | ||||
* | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 2009-02-07 | 1 | -65/+54 |
| | | | | | | | | | line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces. | ||||
* | * Make existing module commanders register as help topics | Justin Clarke Casey | 2009-02-05 | 1 | -4/+24 |
| | | | | | | | * Typing help will now give a list of these topics at the top (as well as the rest of the current help stuff) * Typing help <topic> will give information about commands specific to that topic | ||||
* | Closing the requestStream and setting a 10 sec timeout for getting it. | diva | 2009-02-04 | 2 | -0/+4 |
| | |||||
* | Fixes Mantis #3032. The VersionInfo.cs file was not updated from 0.6.1 to ↵ | Charles Krinke | 2009-01-22 | 1 | -1/+1 |
| | | | | 0.6.2 with the last minor release and shows incorrectly on the console. This will resolve itself on the next svn update. | ||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | * minor; Very minor non-functional tidy ups | Justin Clarke Casey | 2009-01-13 | 1 | -11/+6 |
| | |||||
* | * minor: Add a couple of code comments about enabling httpserver logging | Justin Clarke Casey | 2009-01-13 | 1 | -10/+14 |
| | |||||
* | * Adds the variables passed to the hashtable BaseHttpServer passes in. | Teravus Ovares | 2009-01-08 | 1 | -0/+7 |
| | | | | | * Null check on Sessions_report. | ||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | Undoing the bump up of MajorInterfaceVersion number back to 2. This just ↵ | diva | 2009-01-03 | 1 | -1/+1 |
| | | | | doesn't work in practice! | ||||
* | Another interregion comms change that will not work well with previous ↵ | diva | 2009-01-03 | 1 | -1/+1 |
| | | | | | | | versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE. Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms. | ||||
* | * Updates the sim stats module. Cleans out some of the rot. | Teravus Ovares | 2009-01-03 | 1 | -1/+2 |
| | | | | | | | * Adds a prototype web stats module which is disabled by default. It's functional with one report right now, however, the database structure may change, so I don't recommend enabling this to keep actual stats right now. I'll let you know when it's safe. * Adds Prototype for ajaxy web content * removed a warning or two. | ||||
* | Added http-method to the hashtable that gets passed to GenericHTTPMethods. | diva | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Change VersionInfo.cs from 0.6.0 to 0.6.1 in preparation | Charles Krinke | 2008-12-20 | 1 | -1/+1 |
| | | | | | for the 0.6.1 minor release. | ||||
* | * A few more fixes to HttpServer. | Teravus Ovares | 2008-12-20 | 2 | -2/+10 |
| | | | | | | | | | * http://www.codeplex.com/webserver/WorkItem/View.aspx?WorkItemId=3110 fix erronious call to beginread that caused an exception which was caught and ignored (increase performance) * Pass socket into httpclientcontectImp and call the disconnect + reuse method so the socket can be reused quicker (increase performance) * Ensured that in every error scenario beginAccept is called (stability) * Fixed header casing (standards compliance) * Fixed Connection: close handling (standards compliance) | ||||
* | * Tweak my previously mentioned nasty hack so it's a little less nasty | Teravus Ovares | 2008-12-18 | 1 | -6/+8 |
| | |||||
* | * Added "show queues" command that shows throttling queues for all clients. | lbsa71 | 2008-12-18 | 1 | -1/+1 |
| | | | | | *** This only works for LLCLientView at the moment *** | ||||
* | * Add a nasty hack to try and give the HttpServer a few extra lives until we ↵ | Teravus Ovares | 2008-12-18 | 1 | -2/+29 |
| | | | | dig more into what's causing it to stop listening. | ||||
* | * Caught unhandled IOException, and outputted it to log. | lbsa71 | 2008-12-18 | 1 | -1/+5 |
| | |||||
* | * Added more articulate logging of HttpServer so we can diagnose issues. | Teravus Ovares | 2008-12-18 | 1 | -0/+38 |
| | |||||
* | * Committing an opensim level error message on httpserver. This might help ↵ | Teravus Ovares | 2008-12-18 | 1 | -0/+6 |
| | | | | with the eventqueue http server death. | ||||
* | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 2008-12-13 | 1 | -1/+1 |
| | | | | | | | some of our DNS/dotted decimal issues that plague teleporting. We are increasing the MajorInterfaceVersion from 1 to 2 in the gridserver, so sims will need to be updated on various grids. | ||||
* | Made BaseOpenSimServer.ShutdownSpecific() public. As the ↵ | MW | 2008-12-02 | 1 | -1/+1 |
| | | | | OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service. | ||||
* | Added a Catch(InvalidOperationException) to BaseHttpServer.HandleRequest(). ↵ | MW | 2008-12-01 | 1 | -19/+24 |
| | | | | Which is thrown due to errors in the XML deserializing. Without this catch is it easy to bring down any of the opensim servers on purpose by just sending corrupt xml to them. | ||||
* | * Adding the incoming url as Param[2] in the XmlRpcRequest | lbsa71 | 2008-11-25 | 1 | -1/+3 |
| | |||||
* | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2008-11-19 | 4 | -16/+13 |
| | | | | | | libOMV. | ||||
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 4 | -13/+16 |
| | | | | | | | | | release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366 |