aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-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 topicsJustin Clarke Casey2009-02-051-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.diva2009-02-042-0/+4
|
* Fixes Mantis #3032. The VersionInfo.cs file was not updated from 0.6.1 to ↵Charles Krinke2009-01-221-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 warningsJustin Clarke Casey2009-01-131-1/+1
|
* * minor; Very minor non-functional tidy upsJustin Clarke Casey2009-01-131-11/+6
|
* * minor: Add a couple of code comments about enabling httpserver loggingJustin Clarke Casey2009-01-131-10/+14
|
* * Adds the variables passed to the hashtable BaseHttpServer passes in.Teravus Ovares2009-01-081-0/+7
| | | | | * Null check on Sessions_report.
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-01-051-1/+1
|
* Undoing the bump up of MajorInterfaceVersion number back to 2. This just ↵diva2009-01-031-1/+1
| | | | doesn't work in practice!
* Another interregion comms change that will not work well with previous ↵diva2009-01-031-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 Ovares2009-01-031-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.diva2008-12-311-1/+1
|
* Change VersionInfo.cs from 0.6.0 to 0.6.1 in preparationCharles Krinke2008-12-201-1/+1
| | | | | for the 0.6.1 minor release.
* * A few more fixes to HttpServer.Teravus Ovares2008-12-202-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 nastyTeravus Ovares2008-12-181-6/+8
|
* * Added "show queues" command that shows throttling queues for all clients.lbsa712008-12-181-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 Ovares2008-12-181-2/+29
| | | | dig more into what's causing it to stop listening.
* * Caught unhandled IOException, and outputted it to log.lbsa712008-12-181-1/+5
|
* * Added more articulate logging of HttpServer so we can diagnose issues.Teravus Ovares2008-12-181-0/+38
|
* * Committing an opensim level error message on httpserver. This might help ↵Teravus Ovares2008-12-181-0/+6
| | | | with the eventqueue http server death.
* Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke2008-12-131-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 ↵MW2008-12-021-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(). ↵MW2008-12-011-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 XmlRpcRequestlbsa712008-11-251-1/+3
|
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-194-16/+13
| | | | | | libOMV.
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-194-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
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-174-16/+13
| | | | | | | | * Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
* * minor: add interface version to 'show version' command outputJustin Clarke Casey2008-11-171-1/+4
|
* Add group permissions to agent inventory.Melanie Thielker2008-11-141-1/+1
| | | | | | | | | | Contains a migration. May contain nuts. Please back up your inventory data store. This revision changes the interface version!! No older regions can connect to these new UGAIM, and the new regions can't connect to the old UGAIM. Fixes a long-standing issue of permissions loss Currently persisted on MySQL only.
* Change HTTP server backlog/acceptors to 64, per Adam ZMelanie Thielker2008-11-121-1/+1
|
* * Implement basic region filtering as described in ↵Justin Clarke Casey2008-11-112-22/+19
| | | | | | | | | | | | https://lists.berlios.de/pipermail/opensim-dev/2008-November/003468.html * This is done by sending a 'major interface version' number on sim registration. Developers must increment this every time they make a change that would make the previous OpenSim revision failure incompatible with the new one (non-fatal incompatibilities are fine). * This number resides in OpenSim.Framework.Servers.VersionInfo.MajorInterfaceVersion * This allows the grid service to stop older, incompatible regions from connecting
* * Made ClientLoop non-infinite, ClientLoop will now disengage when the ↵Adam Frisby2008-11-081-3/+1
| | | | | | | | | | client has logged out. * Cleaned up a section of LLClientView * Removed unused 'using' from HTTPServer * Please test this patch.
* Change Version string from 0.5.11 to 0.6.0 for release.Charles Krinke2008-11-081-1/+1
|
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-081-1/+28
|
* * Apply http://opensimulator.org/mantis/view.php?id=2535Justin Clarke Casey2008-11-031-8/+37
| | | | | | | * Catch and report deserialization exceptions on rest handlers * Thanks Diva!
* * Use nini to pass config information to the client stack, rather than the ↵Justin Clarke Casey2008-11-031-1/+0
| | | | | | | | ClientStackUserSettings class * This conforms better to other module usage
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-1/+12
| | | | | | | | | | | | | | on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
* * Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 ↵Justin Clarke Casey2008-10-291-1/+1
| | | | | | | | | instead * This is to make things less confusing to users (and maybe a little easier to do future version filtering for grid connections) * If there's disagreement about this, then please say so (preferably in the opensim-dev mailing list)
* * minor: remove mono compiler warningsJustin Clarke Casey2008-10-281-1/+1
|
* * Apply http://opensimulator.org/mantis/view.php?id=2482Justin Clarke Casey2008-10-281-3/+17
| | | | | | * Stop 'show threads' throwing an exception if a thread is dead
* Fixed the cause of a hidden Exception which prevented BaseHttpServer to answerHomer Horwitz2008-10-251-1/+2
| | | | | | | when a non-existing XmlRpc method was called. Now, it will correctly respond with a faultCode/faultMessage.
* Adding AddXmlRpcHandler(name, method, bool) to selectively disableDr Scofield2008-10-231-0/+13
| | | | | | | | | | | | | KeepAlive for certain XmlRpc handlers. Making use of new AddXmlRpcHandler method in RemoteAdminPlugin to avoid clients waiting indefinitely for response. taking note of BaseHttpServer parameter in CommunicationsManager constructor (was passed it but then just ignored so far).
* - Added BaseHttpServer.StopHomer Horwitz2008-10-221-0/+5
| | | | | | | - Added "register" command to MessagingServer to re-register with the UserServer after that crashed/was restarted.
* * Remove a warning from BaseHttpServerTeravus Ovares2008-10-141-1/+1
|
* * Just some OGP maintenance. Standards adherence type stuff. Teravus Ovares2008-10-101-1/+34
|
* * Bump server info number to 0.5.11Justin Clarke Casey2008-10-091-1/+1
|
* adding OSHttpResponse test case (yeah, very primitive still)Dr Scofield2008-10-081-26/+175
|
* cleaning up OSHttpResponse: note that read access to extra headerDr Scofield2008-10-063-160/+69
| | | | | | | | | | | | | | | fields is GONE (HttpServer does not support that), you can read the "normal" HTTP headers available via properties, and you can add headers. also, it is now possible to set a timeout for KeepAlive (for those clients that pay attention to it). this also fixes the broken REST inventory/assets/appearance services, they should be working again. testcase for OSHttpResponse will follow.
* oops. forgot testcaseDr Scofield2008-10-061-0/+249
|