aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseHttpServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* * 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
|
* * A few more fixes to HttpServer.Teravus Ovares2008-12-201-2/+9
| | | | | | | | | * 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
|
* * 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.
* 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-191-9/+9
| | | | | | libOMV.
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-9/+9
| | | | | | | | | 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-171-9/+9
| | | | | | | | * 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
* Change HTTP server backlog/acceptors to 64, per Adam ZMelanie Thielker2008-11-121-1/+1
|
* * 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.
* 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.
* 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
|
* cleaning up OSHttpResponse: note that read access to extra headerDr Scofield2008-10-061-4/+5
| | | | | | | | | | | | | | | 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.
* cleaning up OSHttpRequest removing old Http stuff. also adding testDr Scofield2008-10-061-184/+2
| | | | | | | case for OSHttpRequest (not very fancy yet, but still).
* * Committing a few keep-alive changes. Cleaned up some log messagesTeravus Ovares2008-10-031-6/+21
|
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-031-4/+4
|
* * EventQueueGet is now working.Teravus Ovares2008-10-031-10/+174
| | | | | | | | * 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
* * Fixed a mangled Seed caps handler definition on login to region in ↵Teravus Ovares2008-10-011-3/+3
| | | | | | | | standalone where port wasn't the http port. * Removed spurious warning message * More debug in EventQueueGet Module to figure out why we're loosing the handlers.
* * Replacing Net.HttpListener with HttpServer. Teravus Ovares2008-09-301-38/+234
| | | | | | | | * 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!
* * Get the code up to speed with my -#dev e-mail example. (uncomment out ↵Teravus Ovares2008-09-301-4/+17
| | | | lines 227 - 235 to test.
* * minor: remove warningsJustin Clarke Casey2008-09-291-6/+7
|
* * Event queue is now polling.. Teravus Ovares2008-09-271-2/+4
| | | | | | * returns FAKEEVENT instead of the connection returning a 502. It doesn't like our 502's for some reason.. so, in leau of this.. send it a fake event. * Once again, this is still 'really early' code, so please don't blame us if you have no more threads left.
* * This is the very very early beginnings of an EventQueue:get module.Teravus Ovares2008-09-271-5/+56
| | | | | | | * This won't function yet as far as the client can tell.. because it doesn't respond to the first query with a 200 message. * We have to figure out how to encode those binary values in the example code in the module... * Committing this so we have a start point. Will continue to work on this more today.
* * Remove a message handler Teravus Ovares2008-09-251-0/+2
| | | | | | * Add a more specific error handler for when we're unable to pull the OGP state * rez_avatar/derez ?
* * OGP GET, look for Accept header application/llsd+xml with an optional ?q=Teravus Ovares2008-09-231-1/+1
|
* * Fix a null reference exception that I introducedTeravus Ovares2008-09-231-1/+1
|
* * Get Requests for OGP don't have a Content-type: application/llsd+xml, they ↵Teravus Ovares2008-09-231-0/+12
| | | | have an Accept: application/llsd+xml.
* * Update in OGP draft 3 protocol spec with regards to seed region requests ↵Teravus Ovares2008-09-231-2/+7
| | | | running over GET instead of POST and the rez_avatar/request cap being wrapped in the capabilities map.
* * Implements an experimental method to define which region you want to go to ↵Teravus Ovares2008-09-191-2/+5
| | | | in your 'region domain' in OGP.
* * Tweaked handler code to recognize LibOMV's LLSD Login by post content.Teravus Ovares2008-09-191-1/+3
| | | | | * OK for public consumption.
* * Switches content type from application/xml+llsd to application/llsd+xml on ↵Teravus Ovares2008-09-191-1/+1
| | | | | | | | outgoing requests. * Monitors / for getting the seed cap for rez_avatar/request on application/llsd+xml && application/xml+llsd && !application/xml * Experimental, this might break LibOMV temporarily.
* * minor: eat up some yummy warningsJustin Clarke Casey2008-09-151-3/+3
|
* * Made Seed CAP response respect the SSL setting.Teravus Ovares2008-09-141-0/+15
|
* * This update makes configuring SSL a little easier on Windows XP. It also ↵Teravus Ovares2008-09-141-2/+127
| | | | | | | | | 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
* * Converted a number of methods within the login processes from private to ↵Adam Frisby2008-09-141-8/+2
| | | | | | | | protected. * Made several methods virtual to allow derivative overrides. * Minor cleanups.
* Mantis #2133Melanie Thielker2008-09-061-1/+1
| | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+2
| | | | | | | * 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.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-12/+12
|
* * One more tweak to the application/xml vs application/llsd+xml routineTeravus Ovares2008-08-261-4/+3
|