aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-30Added option (on my default) to the clone avatar function so that the ↵MW1-1/+9
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.
2009-05-25* reseparate inventory item creator id and creator uuidJustin Clarke Casey1-4/+0
* unfortunately, while the client requires uuids and we want to be able to have arbitrary string ids, these cannot be kept in sync * I think the problems last time were due to a serialization change * So the major inteface version has been bumped to take care of any lingering issues here. * This means that region servers beyond this revision can only connect to similarly uptodate grid services, and vice versa
2009-05-23* Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.Adam Frisby2-2/+3
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2-2/+3
needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
2009-05-22cleaning out warnings.Dr Scofield1-1/+2
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-05-22adding RemoveXmlRpcHandler to IHttpServerDr Scofield2-0/+14
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames2-2/+29
2009-05-15Bug fix on POST asset so that the new asset service connector can talk to ↵diva1-2/+5
the old asset server.
2009-05-14* Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ↵lbsa711-1/+1
justice.
2009-05-13* Added some more tests to the GetAssetStreamHandlerslbsa711-2/+2
2009-05-11Update svn properties.Jeff Ames1-43/+43
2009-05-10Create SynchronousRestObjectRequester and make SynchronousRestObjectPosterMelanie Thielker1-1/+10
use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete.
2009-05-10Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2-0/+126
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache
2009-05-09Make remote assets work through the new server systemMelanie Thielker1-17/+29
2009-05-08* Introduced new HttpServer.Tests projectlbsa712-0/+50
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
2009-05-07* Added some more GetAssetStreamHandlerTestslbsa711-3/+11
* In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix
2009-05-06* Added some GetAssetStreamHandlerTestslbsa711-2/+2
* Minor tweaks to attain testability
2009-05-05Remove bin directory from HttpServer.Jeff Ames2-0/+0
2009-05-04Remove the csproj files that got into SVNMelanie Thielker8-540/+0
2009-05-04Committing the changed treeMelanie Thielker39-0/+5311