Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵ | diva | 2009-06-14 | 1 | -0/+2 | |
| | | | | get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right. | |||||
* | * Reinstating UserProfileCacheServiceTests. One test still fails ↵ | Arthur Valadares | 2009-06-11 | 1 | -0/+1 | |
| | | | | (TestUpdateFolder) | |||||
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -0/+1 | |
| | | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored. | |||||
* | First draft of the inventory service IN connector. Probably won't work yet. ↵ | diva | 2009-06-08 | 1 | -0/+1 | |
| | | | | But everything of inventory service is now checked in, first draft. | |||||
* | First draft of inventory service connectors, and service implementation. No ↵ | diva | 2009-06-07 | 1 | -0/+31 | |
| | | | | | | | handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files. | |||||
* | * Reverting the test restructuring as, on second thought, this is not at all ↵ | lbsa71 | 2009-06-07 | 1 | -5/+5 | |
| | | | | | | | how the tests are structured. (pt2) | |||||
* | * Restructured Scenes Tests to follow (what I conceive of as being) current ↵ | lbsa71 | 2009-06-05 | 1 | -5/+5 | |
| | | | | directory standards. (pt 2 - thank you, svn. not.) | |||||
* | Committing the skeleton of the authentication service | Melanie Thielker | 2009-06-03 | 1 | -0/+31 | |
| | ||||||
* | * Pried apart the ODE tests. This fixes mantis #3212 | lbsa71 | 2009-06-02 | 1 | -3/+36 | |
| | ||||||
* | * Add xml2 load test | Justin Clarke Casey | 2009-05-29 | 1 | -1/+2 | |
| | ||||||
* | plumbing for future sculpt map caching | Dahlia Trimble | 2009-05-29 | 1 | -0/+1 | |
| | ||||||
* | * So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵ | lbsa71 | 2009-05-27 | 1 | -2/+1 | |
| | | | | | | | service commit my current state, then start over and this time concentrating only on the new handlers. * Fixed some erroneous refs in Tests.Common | |||||
* | Revert "* Added IntegrationTest Attribute and tagged the ODETestClass" | Sean Dague | 2009-05-27 | 1 | -1/+0 | |
| | | | | | | | This reverts commit 8f0096cc7b112fea8f69f391224911f624482747. To get us back to compiling on fresh checkouts. | |||||
* | the new Tests were defined before the Tests.Common dll in prebuild, | Sean Dague | 2009-05-27 | 1 | -33/+35 | |
| | | | | | | this causes nant to choke on a fresh checkout. This should fix the build break | |||||
* | * Added IntegrationTest Attribute and tagged the ODETestClass | lbsa71 | 2009-05-27 | 1 | -0/+1 | |
| | ||||||
* | * Added OpenSim.Server.Handlers.Tests project | lbsa71 | 2009-05-27 | 1 | -0/+38 | |
| | | | | | | * Added AssetServerGetHandlerTests - not really wired up yet; more to come. * Ignored some gens | |||||
* | Forgot to include this on the last commit. | diva | 2009-05-26 | 1 | -1/+2 | |
| | ||||||
* | Beginning of refactoring RESTComms/LocalComms in the new style of services ↵ | diva | 2009-05-25 | 1 | -0/+1 | |
| | | | | and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok. | |||||
* | letting TestClient implement IClientCore as well to fix test case | Dr Scofield | 2009-05-25 | 1 | -0/+1 | |
| | | | | | failure due to new NAT code | |||||
* | Fixes map image on link-region (HG). | diva | 2009-05-24 | 1 | -0/+1 | |
| | ||||||
* | * Upgraded LLStandaloneLoginModule, LLProxyLoginModule and ↵ | Arthur Valadares | 2009-05-21 | 1 | -0/+1 | |
| | | | | | | | | | | | | LLClientStackModule to new region modules. This was needed because the stand alone and grid modules weren't deleting old scenes, which caused an issue when deleting and recreating a region with same name on same x,y coordinates. Tested it on standalone and issue is fixed. Requires prebuild to be run again. Fixes Mantis #3699 | |||||
* | Refactor RegionAssetService to load the service connector rather than | Melanie Thielker | 2009-05-19 | 1 | -0/+1 | |
| | | | | | | duplicating it's functionality | |||||
* | Rename OpenSim.Server.exe to OpenSim.Services.exe and the corresponding | Melanie Thielker | 2009-05-18 | 1 | -1/+1 | |
| | | | | | | | ini to OpenSim.Services.ini.example, which makes soooo much more sense. Thanks, Adam! | |||||
* | This commit changes the way the new server works. There is no longer a server | Melanie Thielker | 2009-05-18 | 1 | -4/+4 | |
| | | | | | | | | | | exe for each function, rather each function is a connector and the server ini loads them. If you like your multiple processes, use -inifile with the server. Otherwise, you get one server process that serves all configured funcions, see example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names have changed! | |||||
* | Refactor: Change "Servers" to "Server", since the can only be one. Break | Melanie Thielker | 2009-05-18 | 1 | -6/+6 | |
| | | | | | | the handlers out of the asset server context into a generic scope. | |||||
* | Nonowrking intermadiate commit,, DO NOT USE | Melanie Thielker | 2009-05-18 | 1 | -6/+6 | |
| | ||||||
* | Move the connectors under services for reasons of application logic. Remove | Melanie Thielker | 2009-05-18 | 1 | -33/+3 | |
| | | | | | | the user server skeleton in preparation for introducing a generic server | |||||
* | Duh, prebuild was wrong. My evil twin sister did it. | diva | 2009-05-17 | 1 | -10/+11 | |
| | ||||||
* | HG asset transfers starting to work -- GETs only for now. | diva | 2009-05-17 | 1 | -0/+1 | |
| | ||||||
* | Fixed minor problem in prebuild.xml | diva | 2009-05-15 | 1 | -24/+25 | |
| | ||||||
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2009-05-15 | 1 | -1/+46 | |
| | | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now | |||||
* | Move the server request handlers into a separate lib nunit can digest | Melanie Thielker | 2009-05-14 | 1 | -3/+35 | |
| | ||||||
* | Move the connector for the new asset server to a connectors project. Inherit | Melanie Thielker | 2009-05-14 | 1 | -0/+31 | |
| | | | | | | | the region module version from this. This enables inter-server connections to reuse connetor code from region modules. | |||||
* | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 2009-05-13 | 1 | -0/+2 | |
| | ||||||
* | Changes to the new user system to add the modularity developed for the asset | Melanie Thielker | 2009-05-11 | 1 | -2/+0 | |
| | | | | | | system | |||||
* | resolve a circular dependency | Melanie Thielker | 2009-05-11 | 1 | -27/+27 | |
| | ||||||
* | Add AssetService of type IAssetService to Scene | Melanie Thielker | 2009-05-11 | 1 | -0/+1 | |
| | ||||||
* | * Break out the SampleMoneyModule to a new namespace | Teravus Ovares | 2009-05-09 | 1 | -0/+39 | |
| | | | | | | | * Create the OpenSim.Region.ReplaceableModules namespace for modules that we intend to have people replace (see readme) * Create the OpenSim.Region.ReplaceableModules.MoneyModule namespace * Put our current Sample MoneyModule in this namespace. (more modifications here next commit) | |||||
* | Add the asset service connectors and sample config. READ WARNINGS!!! | Melanie Thielker | 2009-05-09 | 1 | -1/+1 | |
| | ||||||
* | * Fix windows build. Thanks RemedyTomm for the patch | Justin Clarke Casey | 2009-05-08 | 1 | -0/+3 | |
| | ||||||
* | The new asset server now actually serves existing assets | Melanie Thielker | 2009-05-08 | 1 | -0/+1 | |
| | ||||||
* | More additions to the nextgen reference UGAIM | Melanie Thielker | 2009-05-08 | 1 | -0/+88 | |
| | ||||||
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 1 | -1/+32 | |
| | | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | |||||
* | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 2009-05-07 | 1 | -0/+1 | |
| | | | | | | | figure out where that pesky deadlock is during test runs. | |||||
* | * Added some GetAssetStreamHandlerTests | lbsa71 | 2009-05-06 | 1 | -0/+1 | |
| | | | | | * Minor tweaks to attain testability | |||||
* | Plumb the database into the new server skel | Melanie Thielker | 2009-05-05 | 1 | -0/+1 | |
| | ||||||
* | Plumb the new server connector logic | Melanie Thielker | 2009-05-05 | 1 | -110/+115 | |
| | ||||||
* | Committing the user server executable skeleton | Melanie Thielker | 2009-05-05 | 1 | -0/+27 | |
| | ||||||
* | Add an interface skeleton for user services | Melanie Thielker | 2009-05-05 | 1 | -0/+55 | |
| | ||||||
* | Committing the HTTP (REST) server base | Melanie Thielker | 2009-05-05 | 1 | -1/+2 | |
| |