Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-14 | * Remove a warning from BaseHttpServer | Teravus Ovares | 1 | -1/+1 | |
2008-10-10 | * Just some OGP maintenance. Standards adherence type stuff. | Teravus Ovares | 1 | -1/+34 | |
2008-10-09 | * Bump server info number to 0.5.11 | Justin Clarke Casey | 1 | -1/+1 | |
2008-10-08 | adding OSHttpResponse test case (yeah, very primitive still) | Dr Scofield | 1 | -26/+175 | |
2008-10-06 | cleaning up OSHttpResponse: note that read access to extra header | Dr Scofield | 3 | -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. | |||||
2008-10-06 | oops. forgot testcase | Dr Scofield | 1 | -0/+249 | |
2008-10-06 | cleaning up OSHttpRequest removing old Http stuff. also adding test | Dr Scofield | 3 | -317/+92 | |
case for OSHttpRequest (not very fancy yet, but still). | |||||
2008-10-03 | * Committing a few keep-alive changes. Cleaned up some log messages | Teravus Ovares | 1 | -6/+21 | |
2008-10-03 | * Fixes a http protocol violation in HttpServer in Linux. ↵ | Teravus Ovares | 1 | -1/+6 | |
StringWriter.Append() vs StringWriter.Append("\r\n"); StringWriter.Append() produces "\n" in *nix* * This doesn't solve anything. Just gets the protocol right. | |||||
2008-10-03 | * refactor: make shutdown a template method in the same manner as startup, ↵ | Justin Clarke Casey | 1 | -2/+9 | |
for consistency's sake | |||||
2008-10-03 | * minor: restore the standard startup logo text now I understand why things ↵ | Justin Clarke Casey | 1 | -1/+1 | |
were appearing in the wrong order | |||||
2008-10-03 | * oops, fix region startup to be in the correct sequence (though it appeared ↵ | Justin Clarke Casey | 1 | -1/+1 | |
to work anyway) | |||||
2008-10-03 | * For shits and giggles, print out the time taken for a server to start up ↵ | Justin Clarke Casey | 1 | -0/+4 | |
(which doesn't include stuff such as script starting time on the region server). * Yes, you could work this out from timestamps in the logs, but that's far too much work | |||||
2008-10-03 | * refactor: make startup a template method | Justin Clarke Casey | 1 | -2/+9 | |
2008-10-03 | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 1 | -4/+4 | |
2008-10-03 | * EventQueueGet is now working. | Teravus Ovares | 1 | -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 | |||||
2008-10-02 | - Fix invalid cast in OSHttpRequest | Homer Horwitz | 1 | -3/+3 | |
- Web-map should work again :) | |||||
2008-10-01 | * Adds error handlers for errors parsing the querystring passed on the ↵ | Teravus Ovares | 1 | -3/+18 | |
OSHttpRequest constructor. * maybe.. it was a key that was null. Obviously you can't still a null key in a string key'ed collection. | |||||
2008-10-01 | * Fixed a mangled Seed caps handler definition on login to region in ↵ | Teravus Ovares | 1 | -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. | |||||
2008-09-30 | * Replacing Net.HttpListener with HttpServer. | Teravus Ovares | 3 | -84/+286 | |
* 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! | |||||
2008-09-30 | * Get the code up to speed with my -#dev e-mail example. (uncomment out ↵ | Teravus Ovares | 2 | -4/+34 | |
lines 227 - 235 to test. | |||||
2008-09-29 | * minor: remove warnings | Justin Clarke Casey | 1 | -6/+7 | |
2008-09-27 | * Event queue is now polling.. | Teravus Ovares | 1 | -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. | |||||
2008-09-27 | * This is the very very early beginnings of an EventQueue:get module. | Teravus Ovares | 3 | -5/+155 | |
* 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. | |||||
2008-09-25 | Mantis#2017. Thank you kindly, Tyre, for a patch that solves: | Charles Krinke | 2 | -11/+4 | |
Check the client dialog box (from top menu) WORLD / REGION ESTATE / REGION tab. The client dialog box seems to have a hard limit of about 32 characters per line available for displaying the region version number. Our regions are sending a string which is greater than the limit, causing the client to wrap the text and look ugly. | |||||
2008-09-25 | temporarily disabling HttpServer related stuff (take #2: Exclude takes | Dr Scofield | 2 | -48/+48 | |
regex not shell glob) | |||||
2008-09-25 | * Remove a message handler | Teravus Ovares | 1 | -0/+2 | |
* Add a more specific error handler for when we're unable to pull the OGP state * rez_avatar/derez ? | |||||
2008-09-23 | * OGP GET, look for Accept header application/llsd+xml with an optional ?q= | Teravus Ovares | 1 | -1/+1 | |
2008-09-23 | * Fix a null reference exception that I introduced | Teravus Ovares | 1 | -1/+1 | |
2008-09-23 | * Get Requests for OGP don't have a Content-type: application/llsd+xml, they ↵ | Teravus Ovares | 1 | -0/+12 | |
have an Accept: application/llsd+xml. | |||||
2008-09-23 | * Update in OGP draft 3 protocol spec with regards to seed region requests ↵ | Teravus Ovares | 1 | -2/+7 | |
running over GET instead of POST and the rez_avatar/request cap being wrapped in the capabilities map. | |||||
2008-09-19 | * Implements an experimental method to define which region you want to go to ↵ | Teravus Ovares | 1 | -2/+5 | |
in your 'region domain' in OGP. | |||||
2008-09-19 | * Tweaked handler code to recognize LibOMV's LLSD Login by post content. | Teravus Ovares | 1 | -1/+3 | |
* OK for public consumption. | |||||
2008-09-19 | * Switches content type from application/xml+llsd to application/llsd+xml on ↵ | Teravus Ovares | 1 | -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. | |||||
2008-09-15 | * minor: eat up some yummy warnings | Justin Clarke Casey | 1 | -3/+3 | |
2008-09-15 | * Complete refactoring accidentally left unfinished so that all server help ↵ | Justin Clarke Casey | 1 | -15/+1 | |
requests flow through the ShowHelp() method | |||||
2008-09-14 | * Made Seed CAP response respect the SSL setting. | Teravus Ovares | 1 | -0/+15 | |
2008-09-14 | * This update makes configuring SSL a little easier on Windows XP. It also ↵ | Teravus Ovares | 1 | -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 | |||||
2008-09-14 | * Converted a number of methods within the login processes from private to ↵ | Adam Frisby | 1 | -8/+2 | |
protected. * Made several methods virtual to allow derivative overrides. * Minor cleanups. | |||||
2008-09-12 | Changed "show users" command to display only root agents, "show users full" to | Homer Horwitz | 1 | -5/+5 | |
display root and child agents (mantis #2171). | |||||
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -1/+1 | |
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 3 | -4/+4 | |
* 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. | |||||
2008-08-28 | Update svn properties, formatting cleanup. | Jeff Ames | 2 | -21/+21 | |
2008-08-26 | * One more tweak to the application/xml vs application/llsd+xml routine | Teravus Ovares | 1 | -4/+3 | |
2008-08-26 | * It turns out that Mono doesn't currently support setting the Certificate ↵ | Teravus Ovares | 1 | -1/+6 | |
validation handler, however, it throws a NotImplemented exception. * Added Try/Catch/Message | |||||
2008-08-26 | * Workaround for application/llsd+xml requests coming in as application/xml | Teravus Ovares | 1 | -0/+48 | |
* When OGP is active, disable SSL certificate chain validation. I'll add more options here to come, as well as a way to test against a group of known certificate subjects. | |||||
2008-08-25 | * Append thread information on to the end of period diagnostics information | Justin Clarke Casey | 1 | -2/+5 | |
* This is working towards finding out why many more client threads are hanging about on wright plaza than there are actual agents | |||||
2008-08-25 | * minor: refactor thread report into a method that returns a string rather ↵ | Justin Clarke Casey | 1 | -15/+29 | |
than displays information directly | |||||
2008-08-25 | * minor: upgrade version info to post 0.5.9 | Justin Clarke Casey | 1 | -1/+1 | |
2008-08-25 | Update svn properties. | Jeff Ames | 1 | -33/+33 | |