Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * reseparate inventory item creator id and creator uuid | Justin Clarke Casey | 2009-05-25 | 1 | -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 | ||||
* | * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths. | Adam Frisby | 2009-05-23 | 2 | -2/+3 |
| | |||||
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 2009-05-23 | 2 | -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) | ||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 1 | -1/+2 |
| | | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | ||||
* | adding RemoveXmlRpcHandler to IHttpServer | Dr Scofield | 2009-05-22 | 2 | -0/+14 |
| | |||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 2 | -2/+29 |
| | |||||
* | Bug fix on POST asset so that the new asset service connector can talk to ↵ | diva | 2009-05-15 | 1 | -2/+5 |
| | | | | the old asset server. | ||||
* | * Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ↵ | lbsa71 | 2009-05-14 | 1 | -1/+1 |
| | | | | justice. | ||||
* | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 2009-05-13 | 1 | -2/+2 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-05-11 | 1 | -43/+43 |
| | |||||
* | Create SynchronousRestObjectRequester and make SynchronousRestObjectPoster | Melanie Thielker | 2009-05-10 | 1 | -1/+10 |
| | | | | | | use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete. | ||||
* | Create an async form of the RestObjectPoster. Rename the file (but not the | Melanie Thielker | 2009-05-10 | 2 | -0/+126 |
| | | | | | | | class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache | ||||
* | Make remote assets work through the new server system | Melanie Thielker | 2009-05-09 | 1 | -17/+29 |
| | |||||
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 2 | -0/+50 |
| | | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | ||||
* | * Added some more GetAssetStreamHandlerTests | lbsa71 | 2009-05-07 | 1 | -3/+11 |
| | | | | | * In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix | ||||
* | * Added some GetAssetStreamHandlerTests | lbsa71 | 2009-05-06 | 1 | -2/+2 |
| | | | | | * Minor tweaks to attain testability | ||||
* | Remove bin directory from HttpServer. | Jeff Ames | 2009-05-05 | 2 | -0/+0 |
| | |||||
* | Remove the csproj files that got into SVN | Melanie Thielker | 2009-05-04 | 8 | -540/+0 |
| | |||||
* | Committing the changed tree | Melanie Thielker | 2009-05-04 | 39 | -0/+5311 |