Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Restore the functionality that was removed in r9928. This lets the load | Melanie Thielker | 2009-07-01 | 1 | -0/+5 | |
| | | | | | | | | | balancer plugin work again. Create a new method, GetClientEP, to retrieve only the EndPoint for script usage. Marked the purpose of the method in IClientAPI.cs with a warning. Also restored the corresponding SetClientInfo functionality. | |||||
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-19 | 1 | -1/+1 | |
| | | | | | | This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events). | |||||
* | Renamed Region/CoreModules/ServiceConnectors to ↵ | diva | 2009-06-14 | 1 | -2/+2 | |
| | | | | Region/CoreModules/ServiceConnectorsOut. No functional changes. | |||||
* | * Reinstating UserProfileCacheServiceTests. One test still fails ↵ | Arthur Valadares | 2009-06-11 | 1 | -1/+1 | |
| | | | | (TestUpdateFolder) | |||||
* | duh. wrong variable name in SceneSetup. | diva | 2009-06-10 | 1 | -4/+4 | |
| | ||||||
* | The previous commit was still wrong. | diva | 2009-06-10 | 1 | -1/+1 | |
| | ||||||
* | Attempt at fixing the inventory archiver tests. | diva | 2009-06-10 | 1 | -1/+15 | |
| | ||||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 2 | -2/+2 | |
| | ||||||
* | * Fix unit tests so that they correctly handle 404 missing asset response | Justin Clarke Casey | 2009-06-05 | 1 | -4/+6 | |
| | | | | | | * I didn't think there were tests in this area - my bad | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 14 | -14/+14 | |
| | | | | LICENSE.txt. | |||||
* | * Add xml2 load test | Justin Clarke Casey | 2009-05-29 | 1 | -3/+5 | |
| | ||||||
* | * So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵ | lbsa71 | 2009-05-27 | 1 | -4/+33 | |
| | | | | | | | 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 | -17/+0 | |
| | | | | | | | This reverts commit 8f0096cc7b112fea8f69f391224911f624482747. To get us back to compiling on fresh checkouts. | |||||
* | * Added IntegrationTest Attribute and tagged the ODETestClass | lbsa71 | 2009-05-27 | 1 | -0/+17 | |
| | ||||||
* | converting CapabilitiesModule to new region module scheme | Dr Scofield | 2009-05-25 | 1 | -3/+4 | |
| | ||||||
* | letting TestClient implement IClientCore as well to fix test case | Dr Scofield | 2009-05-25 | 1 | -1/+22 | |
| | | | | | failure due to new NAT code | |||||
* | * Reintroduce save iar test, which wasn't working because the asset service ↵ | Justin Clarke Casey | 2009-05-22 | 1 | -0/+2 | |
| | | | | hadn't been manually post intiailized | |||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 5 | -3/+138 | |
| | ||||||
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 2 | -14/+0 | |
| | ||||||
* | * Re-enable save oar test by loading asset data plugins from test mock class | Justin Clarke Casey | 2009-05-18 | 1 | -2/+2 | |
| | | | | | | * Actually spit out the exception caught by the plugin loader - not much point having plugins throw exceptions if we are just going to ignore them | |||||
* | Renaming [ServiceConnectors] back to [Modules]. | diva | 2009-05-17 | 1 | -2/+2 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-05-17 | 5 | -290/+290 | |
| | ||||||
* | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 2009-05-16 | 1 | -1/+1 | |
| | | | | | | This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661. | |||||
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2009-05-15 | 1 | -0/+14 | |
| | | | | | | | | | | | | -- 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 | |||||
* | * Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ↵ | lbsa71 | 2009-05-14 | 1 | -2/+2 | |
| | | | | justice. | |||||
* | * Changed auto-properties to properties with backing field | lbsa71 | 2009-05-14 | 1 | -2/+13 | |
| | | | | | * This fixes mantis #3650 | |||||
* | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 2009-05-13 | 7 | -27/+285 | |
| | ||||||
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 1 | -0/+4 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-05-11 | 1 | -57/+57 | |
| | ||||||
* | * Extracted common superclass for GetAssetStreamHandler and ↵ | lbsa71 | 2009-05-08 | 1 | -0/+13 | |
| | | | | | | | CachedGetAssetStreamHandler * Added some more tests | |||||
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 1 | -0/+44 | |
| | | | | | | | * 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/+8 | |
| | | | | | | | figure out where that pesky deadlock is during test runs. | |||||
* | refactoring Scene.NewUserConnection() to be simpler and clearer. | Dr Scofield | 2009-05-06 | 1 | -1/+3 | |
| | ||||||
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 1 | -1/+3 | |
| | | | | | | | | | | Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 | |
| | ||||||
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 1 | -0/+4 | |
| | | | | | | | appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this. | |||||
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 1 | -1/+1 | |
| | | | | | | | | avatar updates into a single packet. Applied with changes. Fixes Mantis #3136 | |||||
* | * minor: move user profile test utils to test/common/setup for future reuse | Justin Clarke Casey | 2009-04-24 | 1 | -0/+68 | |
| | ||||||
* | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 2009-04-23 | 1 | -0/+5 | |
| | | | | | | * Database and the OGS1 plugins are not interested and hence ignore these calls | |||||
* | * Add user data plugin to store temporary profiles (which are distinct from ↵ | Justin Clarke Casey | 2009-04-23 | 1 | -4/+4 | |
| | | | | | | | | | cached) * Plugin not yet used * Existing functionality should not be affected in any way | |||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵ | Justin Clarke Casey | 2009-04-22 | 1 | -1/+1 | |
| | | | | | | | | service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules | |||||
* | * Fission OGS1UserServices into user service and OGS1 user data plugin ↵ | Justin Clarke Casey | 2009-04-22 | 1 | -0/+2 | |
| | | | | | | | | | components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims | |||||
* | Add PlacesQuery packet | Melanie Thielker | 2009-04-20 | 1 | -0/+2 | |
| | ||||||
* | Correctly flag group owned prims in the land prim list | Melanie Thielker | 2009-04-16 | 1 | -1/+1 | |
| | ||||||
* | Fix build break and change some groups interfaces | Melanie Thielker | 2009-04-16 | 1 | -1/+1 | |
| | ||||||
* | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 2009-04-15 | 1 | -0/+1 | |
| | ||||||
* | * Resolve unit test failure introduced in r9148 (probably) | Justin Clarke Casey | 2009-04-15 | 1 | -0/+13 | |
| | | | | | | * Have the test scene always return success for session id authentication for now | |||||
* | * Make archiver tests pump the asset server manually instead of starting the ↵ | Justin Clarke Casey | 2009-04-14 | 2 | -4/+45 | |
| | | | | | | | | | normal runtime thread * This may eliminate the occasional archive test freezes, since they appeared to occur when somehow the asset server didn't pick up on the presence of a request in the asset quque | |||||
* | * Explicitly start the asset server thread so that unit tests can run single ↵ | Justin Clarke Casey | 2009-04-14 | 1 | -0/+1 | |
| | | | | rather than multi-threaded (which may be behind the occasional test freezes) | |||||
* | * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid ↵ | Justin Clarke Casey | 2009-04-14 | 1 | -3/+2 | |
| | | | | having Initialise() and Initialize() in the same class - very difficult to read. |