| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ |
|
| |
| |
| |
| | |
code.
|
| |
| |
| |
| | |
xmlrpc library
|
| |
| |
| |
| |
| |
| |
| |
| | |
Http-in and makes the host name for URL generation configurable.
Applied with changes:
llGetSimulatorHostname was not changed, because the change breaks
existing behavior and carries a data exposure risk. That value needs
to be configurable, the proposed fixed change is not acceptable.
|
| |
| |
| |
| |
| | |
on poll handlers. Introduce a new delegate on the PollServiceEventArgs that
allow access to the request headers and body.
|
| | |
|
| |
| |
| |
| | |
can be studied
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
even hander delegates.
|
| | |
|
| | |
|
| |
| |
| |
| | |
for the old, removed asset handlers
|
|/ |
|
| |
|
|
|
|
|
| |
especially the folder version and the subfolders. Fixes inventory search
hang and folders not loading.
|
|
|
|
| |
* This time it might be the listening socket thread from HttpServer aborting with a non blocking thread abort exception. Hopefully calling Stop() on MainServer.Instance will solve that.
|
|
|
|
| |
Fixes Mantis #4061
|
|
|
|
| |
maybe this is the cause of some timeouts seen in some monos?
|
|
|
|
| |
SynchronousRestObjectRequester so that it also understands PUTs.
|
|
|
|
| |
separate insert and update methods.
|
|
|
|
|
| |
Make previously hidden cookies available to code
Thanks jhurliman
|
| |
|
|
|
|
|
|
|
| |
llsd+xml instead of llsd+json --- the latter seems to break existing
bots. this assumes that those bots that want llsd+json will properly
signal that desire, if that is not the case, we need to revisit
this. fixes mantis #3977.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
show the last git commit hash together with the conmit date and time. The data is retrieved form a file bin/.version This file can be generated automatically using the post commit script by adding the following to the script:
git log -n 1 --pretty="format:%h: %ci" > bin/.version
This command can also be run manually to create the bin/.version file.
This command genrates a short form of the commit hash and a date and time of the commit in ISO8601 format.
If a full commit hash is required then change %h to %H
The logic that is used to extract the deprecated svn revision is still included.
It will be removed at a future date
|
| |
|
|
|
|
| |
Commenting it for the moment.
|
|
|
|
|
|
| |
content format. *should allow both json and xml serializations of llsd to work properly.
Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
| |
Groundwork to finish HTTP IN.
|
|
|
|
|
| |
* It's possible it could re-cause mantis #3953, but the FreeContext isn't always necessary because Connection: close ---> Disconnect(SocketError.Success) { FreeContext(); }
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
eventqueue)
* If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users.
* Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer
* Generic enough to be used for many long poll services, not only the EventQueue.
|
|
|
|
|
|
|
|
| |
https://lists.berlios.de/pipermail/opensim-dev/2009-July/007223.html
I'm bumping gridcomms interface version to 5.
MajorInterfaceVersion = 5
|
|
|
|
|
|
|
|
|
|
| |
applied a few mods from the old version (now up on opensim-libs (VS 3.5 project).
* Made various changes to BaseHttpServer to accommodate the new interfaces.
* This version has been significantly re-architected and may fail in unusual and insidious ways.
* Please pay attention to any errors you get and post a Mantis if you can reproduce an issue with the HTTPServer. I'm including the pdb and having the http server compiled in debug for a few weeks so that when an error occurs, it'll print the pertenant data.
* Once again, this is the full C# WebServer, not the lite branch that is included in LibOMV (we need SSL!)
|
| |
|
| |
|
|
|
|
| |
when a SL viewer version 1.23 logs in. Thanks StrawberryFride
|
| |
|
|
|
|
|
|
| |
* I didn't think there were tests in this area - my bad
|
|
|
|
|
|
|
|
|
| |
* Issue was that region server was silently dropping an XmlException caused by trying to deserialize the blank asset service response
* So make asset service return http status NOT FOUND rather than OK in accordance with REST
* and interpret this correctly in the async response so that a null object is sent back
* This means that this fix won't be active until both region simulator and server reach this revision
|
|
|
|
|
|
|
|
|
| |
* If an oar save fails to get responses to all asset requests to the asset service then timeout after 60 seconds
* Timeout executes abort, since missing assets in an OAR seems bad
* This means that oar saves won't permanently hang and instead can be retried if something goes wrong with the asset service
* This is not a solution to mantis 3714. Hopefully a fix will be along shortly since I can now consistently reproduce that problem
|
| |
|
|
|
|
| |
LICENSE.txt.
|
| |
|
|
|
|
|
|
|
| |
clothes and attachments that the target avatar is wearing, to begin with, are removed. So the end result isn't a merger of those clothes/attachments and the ones the template avatar is wearing.
Added IPAddress ListenIPAddress property to BaseHttpServer so that the listening/binding IP can be set.
|
|
|
|
|
|
|
| |
service commit my current state, then start over and this time concentrating only on the new handlers.
* Fixed some erroneous refs in Tests.Common
|