Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-18 | Move more stuff into the var directory. | onefang | 1 | -2/+2 | |
2020-09-08 | Move various paths out of the bin directory. | onefang | 1 | -2/+2 | |
2019-10-06 | Fix build break | Melanie | 1 | -1/+1 | |
2019-05-19 | Move cache, config, logs out of tree, and various related clean ups. | onefang | 1 | -2/+2 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 3 | -8/+7 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 2 | -4/+4 | |
2016-11-04 | Attempt to move everything writable, and the configs, out of the bin directory. | David Walter Seikel | 1 | -2/+2 | |
Log configs are still in the bin directory. | |||||
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 7 | -0/+644 | |
2016-07-04 | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 1 | -2/+1 | |
be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set. | |||||
2015-08-08 | WARNING: massive refactor to follow libomv's latest changes regarding ↵ | Diva Canto | 1 | -4/+4 | |
inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. This means that from now on, [new] root folders have code 8 (FolderType.Root), as the viewers expect, as opposed to 9, which was what we had been doing. Normal folders are as they were, -1. Also now sending folder code 100 for Suitcase folders to viewers, with no filter. All tests pass, but fingers crossed! | |||||
2015-06-04 | Trivial: fix copy-paste typo in string | Diva Canto | 1 | -1/+1 | |
2015-06-04 | More assertions in inventory client tests to check for assorted combinations ↵ | Diva Canto | 1 | -1/+26 | |
of cached/non-cached/existing/non-existing items | |||||
2015-06-04 | Added tests that verify the absence of the bug fixed in the previous commits ↵ | Diva Canto | 1 | -1/+29 | |
(cache issues). | |||||
2015-05-25 | Minor change of statement order in unit test | Diva Canto | 1 | -3/+4 | |
2015-05-12 | One more test in UserAccountsClient. | Diva Canto | 1 | -1/+5 | |
2015-05-11 | Added tests for UserAccountService in Robust. In the process fixed a couple ↵ | Diva Canto | 1 | -0/+81 | |
of bugs in the network connectors. For some reason the robust-bound code had a CreateUser method, while the client-bound code had no such method. I assume someone is extending the client-side code with their own connectors. I added the missing method, but didn't add it to the service interface. | |||||
2015-05-11 | Trivial change just to trigger jenkins to build again | Diva Canto | 1 | -0/+1 | |
2015-05-11 | Added inventory tests to Robust.Tests. | Diva Canto | 2 | -0/+154 | |
2015-05-10 | Added simple test for IM in Robust too. | Diva Canto | 1 | -0/+58 | |
Changed Inventory data to use the mock one in Common Tests. (but still not inventory tests) | |||||
2015-05-10 | Added this form that comes handy for testing the grid service in Robust. | Diva Canto | 1 | -0/+11 | |
2015-05-10 | Added the beginning of a new test framework for robust connectors and ↵ | Diva Canto | 3 | -0/+281 | |
services. For now, just Grid and Presence. This framework starts a robust server (as a thread) listening on a port in localhost, then the tests are client code. |