| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
case for OSHttpRequest (not very fancy yet, but still).
|
| |
|
|
|
|
|
|
|
| |
StringWriter.Append() vs StringWriter.Append("\r\n"); StringWriter.Append() produces "\n" in *nix*
* This doesn't solve anything. Just gets the protocol right.
|
|
|
|
| |
for consistency's sake
|
|
|
|
| |
were appearing in the wrong order
|
|
|
|
| |
to work anyway)
|
|
|
|
|
|
|
|
| |
(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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
- Web-map should work again :)
|
|
|
|
|
|
|
| |
OSHttpRequest constructor.
* maybe.. it was a key that was null. Obviously you can't still a null key in a string key'ed collection.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
* 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!
|
|
|
|
| |
lines 227 - 235 to test.
|
| |
|
|
|
|
|
|
| |
* 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 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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
regex not shell glob)
|
|
|
|
|
|
| |
* Add a more specific error handler for when we're unable to pull the OGP state
* rez_avatar/derez ?
|
| |
|
| |
|
|
|
|
| |
have an Accept: application/llsd+xml.
|
|
|
|
| |
running over GET instead of POST and the rez_avatar/request cap being wrapped in the capabilities map.
|
|
|
|
| |
in your 'region domain' in OGP.
|
|
|
|
|
| |
* OK for public consumption.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
requests flow through the ShowHelp() method
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
protected.
* Made several methods virtual to allow derivative overrides.
* Minor cleanups.
|
|
|
|
|
|
| |
display root and child agents (mantis #2171).
|
|
|
|
|
|
|
| |
Thank you, Xugu Madison and ChrisDown, for a patch that
fixes linux filename extensions from .Xml back to .xml
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
validation handler, however, it throws a NotImplemented exception.
* Added Try/Catch/Message
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* This is working towards finding out why many more client threads are hanging about on wright plaza than there are actual agents
|
|
|
|
| |
than displays information directly
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
currently on Forge in a nice, friendly modular format.
* There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain..
* Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar)
|