Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update svn properties. | Jeff Ames | 2009-05-27 | 1 | -26/+26 | |
| | ||||||
* | * We have strand flavours. | lbsa71 | 2009-05-26 | 2 | -8/+13 | |
| | | | | | | * The version string is now reported as "OpenSim 0.6.5 (Dev)" * This has to be administrated manually. | |||||
* | * Introduced GetVersionString so we can harness the whole thing. | lbsa71 | 2009-05-26 | 2 | -3/+24 | |
| | | | | | * Introduced 'Flavour' to spice things up. | |||||
* | * slowly getting there... | lbsa71 | 2009-05-26 | 1 | -12/+7 | |
| | ||||||
* | * Changed Version to property for great justice | lbsa71 | 2009-05-26 | 1 | -1/+9 | |
| | ||||||
* | * Added test to make sure version info is 27 chars long (still don't know ↵ | lbsa71 | 2009-05-26 | 2 | -0/+18 | |
| | | | | exactly why it has to be that, though) | |||||
* | * reseparate inventory item creator id and creator uuid | Justin Clarke Casey | 2009-05-25 | 2 | -5/+1 | |
| | | | | | | | | | * 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 | |||||
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 1 | -1/+1 | |
| | ||||||
* | * 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 | 5 | -5/+8 | |
| | | | | | | 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 | |
| | ||||||
* | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2009-05-20 | 1 | -1/+1 | |
| | ||||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 5 | -14/+95 | |
| | ||||||
* | 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 | 4 | -34/+99 | |
| | ||||||
* | Thank you kindly, BlueWall sir, for a patch that: | Charles Krinke | 2009-05-13 | 1 | -2/+10 | |
| | | | | | | | | | | Adding a jsonp wrapper to the user supplied status report uri if the key "callback" exists. It will work with many javascript toolkits to provide an ajax callback to allow the browser to update stats reports without the intervention of an intermediate server. | |||||
* | Update svn properties. | Jeff Ames | 2009-05-11 | 3 | -311/+311 | |
| | ||||||
* | 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 | |
| | ||||||
* | * Extracted common superclass for GetAssetStreamHandler and ↵ | lbsa71 | 2009-05-08 | 5 | -331/+276 | |
| | | | | | | | CachedGetAssetStreamHandler * Added some more tests | |||||
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 4 | -36/+60 | |
| | | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | |||||
* | fix svn properties | Sean Dague | 2009-05-08 | 1 | -93/+93 | |
| | ||||||
* | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 2009-05-07 | 1 | -0/+11 | |
| | | | | | | | figure out where that pesky deadlock is during test runs. | |||||
* | * Added some more GetAssetStreamHandlerTests | lbsa71 | 2009-05-07 | 2 | -4/+52 | |
| | | | | | * 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 | 4 | -8/+56 | |
| | | | | | * 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 | 47 | -0/+6849 | |
| | ||||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 37 | -6296/+0 | |
| | ||||||
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -1/+1 | |
| | | | | | | | | console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :) | |||||
* | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-05-02 | 1 | -1/+15 | |
| | | | | | | | | | Move json stats to non-published resource name Remove well-known resource name for json stats, creating dynamic uris with private keys and add a user configurable resource name for region owner usage. | |||||
* | Update svn properties. | Jeff Ames | 2009-05-01 | 1 | -217/+217 | |
| | ||||||
* | Thanks Tommil for a patch that adds a caching option to ↵ | diva | 2009-04-27 | 1 | -0/+217 | |
| | | | | GetAssetStreamHandler. It is used in the RegionAssetService. | |||||
* | Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and ↵ | Dahlia Trimble | 2009-04-25 | 1 | -2/+3 | |
| | | | | version to REST/json statistics reporting | |||||
* | cleaning up, fixing warnings | Dr Scofield | 2009-04-22 | 1 | -6/+6 | |
| | ||||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-22 | 1 | -4/+4 | |
| | ||||||
* | Thank you kindly, TLaukkan for a patch that: | Charles Krinke | 2009-04-21 | 2 | -18/+72 | |
| | | | | | | | | | Added support for loading bare asset binaries (as opposed to xml encoded asset base) to both sandbox asset service and cable beach. * Added support for enabling region asset service when mxp is enabled. * Moved base http server content type defaulting before invocation of request handle method to allow for variable content type in the response. | |||||
* | Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-04-17 | 1 | -0/+8 | |
| | | | | | | | This patch adds extended status reporting with the url http://server:port/simstatusx/ [^] . The data is returned in json format as "text/plain" type. | |||||
* | minor: Remove some mono compiler warnings. Uncomment code when it's ↵ | Justin Clarke Casey | 2009-04-15 | 1 | -22/+22 | |
| | | | | actually being used. | |||||
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 1 | -12/+55 | |
| | | | | | | | | | * Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere) | |||||
* | * Terminate OpenSim startup if we cannot listen to the designated HTTP port | Justin Clarke Casey | 2009-04-09 | 1 | -2/+6 | |
| | | | | | | * This makes the problem much more obvious to the user, and OpenSim isn't that useful without inbound http anyway | |||||
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 1 | -1/+1 | |
| | ||||||
* | Add a PIDFile in [Startup], which the PID will be written to | Melanie Thielker | 2009-04-01 | 1 | -0/+36 | |
| | ||||||
* | cleanup | Dr Scofield | 2009-03-25 | 3 | -8/+8 | |
| | ||||||
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 5 | -0/+4 | |
| | ||||||
* | * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵ | Justin Clarke Casey | 2009-03-19 | 2 | -52/+130 | |
| | | | | via CommunicationsManager directly | |||||
* | * Lock http handlers dictionary in other places as well to avoid race conditions | Justin Clarke Casey | 2009-03-19 | 1 | -47/+56 | |
| | | | | | | * No adverse effects on a quick multi-machine grid test |