| Commit message (Expand) | Author | Files | Lines |
2009-08-05 | Comment the include line as it seems our prebuild can't handle it. | Melanie | 1 | -1/+1 |
2009-08-05 | Add include line to prebuild | Melanie | 1 | -0/+2 |
2009-08-04 | Add the region module shell for the new freeswitch service | Melanie | 1 | -1/+5 |
2009-08-04 | Adding the plumbing for a ROBUST freeswitch service | Melanie | 1 | -0/+31 |
2009-07-10 | Some module reshuffling, no user functionality yet | Melanie Thielker | 1 | -38/+0 |
2009-07-10 | Create a MainServer static class to access the regions server's HTTP server | Melanie Thielker | 1 | -0/+1 |
2009-07-07 | A stab at fixong a Windows build break | Melanie Thielker | 1 | -0/+1 |
2009-07-07 | Committing the basic universal server Technology (B.U.S.T.) | Melanie Thielker | 1 | -0/+33 |
2009-06-22 | * Fixed some prebuild ref issues | lbsa71 | 1 | -2/+1 |
2009-06-18 | Moved OpenSim/Framework/Communications/Capabilities up to OpenSim/Framework/C... | diva | 1 | -0/+44 |
2009-06-15 | Removing the OpenSim.SimulatorServices project. All of those region modules a... | diva | 1 | -35/+1 |
2009-06-14 | Pulled out HelloNeighbour into its own service, INeighbourService, which may ... | diva | 1 | -0/+2 |
2009-06-11 | * Reinstating UserProfileCacheServiceTests. One test still fails (TestUpdateF... | Arthur Valadares | 1 | -0/+1 |
2009-06-10 | Heart surgery no.2: the inventory service hooks. | diva | 1 | -0/+1 |
2009-06-08 | First draft of the inventory service IN connector. Probably won't work yet. B... | diva | 1 | -0/+1 |
2009-06-07 | First draft of inventory service connectors, and service implementation. No h... | diva | 1 | -0/+31 |
2009-06-07 | * Reverting the test restructuring as, on second thought, this is not at all ... | lbsa71 | 1 | -5/+5 |
2009-06-05 | * Restructured Scenes Tests to follow (what I conceive of as being) current d... | lbsa71 | 1 | -5/+5 |
2009-06-03 | Committing the skeleton of the authentication service | Melanie Thielker | 1 | -0/+31 |
2009-06-02 | * Pried apart the ODE tests. This fixes mantis #3212 | lbsa71 | 1 | -3/+36 |
2009-05-29 | * Add xml2 load test | Justin Clarke Casey | 1 | -1/+2 |
2009-05-29 | plumbing for future sculpt map caching | Dahlia Trimble | 1 | -0/+1 |
2009-05-27 | * So, giving up on my efforts to de-duplicate the asset handlers. I'll just s... | lbsa71 | 1 | -2/+1 |
2009-05-27 | Revert "* Added IntegrationTest Attribute and tagged the ODETestClass" | Sean Dague | 1 | -1/+0 |
2009-05-27 | the new Tests were defined before the Tests.Common dll in prebuild, | Sean Dague | 1 | -33/+35 |
2009-05-27 | * Added IntegrationTest Attribute and tagged the ODETestClass | lbsa71 | 1 | -0/+1 |
2009-05-27 | * Added OpenSim.Server.Handlers.Tests project | lbsa71 | 1 | -0/+38 |
2009-05-26 | Forgot to include this on the last commit. | diva | 1 | -1/+2 |
2009-05-25 | Beginning of refactoring RESTComms/LocalComms in the new style of services an... | diva | 1 | -0/+1 |
2009-05-25 | letting TestClient implement IClientCore as well to fix test case | Dr Scofield | 1 | -0/+1 |
2009-05-24 | Fixes map image on link-region (HG). | diva | 1 | -0/+1 |
2009-05-21 | * Upgraded LLStandaloneLoginModule, LLProxyLoginModule and LLClientStackModul... | Arthur Valadares | 1 | -0/+1 |
2009-05-19 | Refactor RegionAssetService to load the service connector rather than | Melanie Thielker | 1 | -0/+1 |
2009-05-18 | Rename OpenSim.Server.exe to OpenSim.Services.exe and the corresponding | Melanie Thielker | 1 | -1/+1 |
2009-05-18 | This commit changes the way the new server works. There is no longer a server | Melanie Thielker | 1 | -4/+4 |
2009-05-18 | Refactor: Change "Servers" to "Server", since the can only be one. Break | Melanie Thielker | 1 | -6/+6 |
2009-05-18 | Nonowrking intermadiate commit,, DO NOT USE | Melanie Thielker | 1 | -6/+6 |
2009-05-18 | Move the connectors under services for reasons of application logic. Remove | Melanie Thielker | 1 | -33/+3 |
2009-05-17 | Duh, prebuild was wrong. My evil twin sister did it. | diva | 1 | -10/+11 |
2009-05-17 | HG asset transfers starting to work -- GETs only for now. | diva | 1 | -0/+1 |
2009-05-15 | Fixed minor problem in prebuild.xml | diva | 1 | -24/+25 |
2009-05-15 | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 1 | -1/+46 |
2009-05-14 | Move the server request handlers into a separate lib nunit can digest | Melanie Thielker | 1 | -3/+35 |
2009-05-14 | Move the connector for the new asset server to a connectors project. Inherit | Melanie Thielker | 1 | -0/+31 |
2009-05-13 | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 1 | -0/+2 |
2009-05-11 | Changes to the new user system to add the modularity developed for the asset | Melanie Thielker | 1 | -2/+0 |
2009-05-11 | resolve a circular dependency | Melanie Thielker | 1 | -27/+27 |
2009-05-11 | Add AssetService of type IAssetService to Scene | Melanie Thielker | 1 | -0/+1 |
2009-05-09 | * Break out the SampleMoneyModule to a new namespace | Teravus Ovares | 1 | -0/+39 |
2009-05-09 | Add the asset service connectors and sample config. READ WARNINGS!!! | Melanie Thielker | 1 | -1/+1 |