aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Remove one more sponsor referenceMelanie2009-08-141-1/+1
| * | | | | | | Remove the script sponsor logic because scripts are timing out again.Melanie2009-08-144-19/+15
| |/ / / / / /
* | | | | | | * Beginnings of a Security Credential system in MRM. This will eventually lea...Adam Frisby2009-08-166-13/+62
|/ / / / / /
* | | | | | Deal with possible race in TestAddNeighborRegion in ScenePresenceTestsTeravus Ovares (Dan Olivares)2009-08-131-0/+24
* | | | | | Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-08-131-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Add some extra info to script load messagesMelanie2009-08-141-2/+2
* | | | | | * Add ThreadTracker Tests, Tests default thread, Adding Testing and Removing ...Teravus Ovares (Dan Olivares)2009-08-132-12/+216
|/ / / / /
* | | | | * Add AgentCircuitManager tests for adding, removing, changing circuit code, ...Teravus Ovares (Dan Olivares)2009-08-131-0/+201
| |_|_|/ |/| | |
* | | | * Adds two tests to OpenSim.Framework.Tests. *AgentCircuitData test to ensure...Teravus Ovares (Dan Olivares)2009-08-131-0/+339
* | | | Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-08-136-36/+74
|\ \ \ \ | | |_|/ | |/| |
| * | | Some small fixesMelanie2009-08-131-1/+2
| * | | Add reference to the profile module in the avatar profiles handler, plusMelanie2009-08-131-0/+8
| * | | Add a profile module interface for the client view to useMelanie2009-08-131-0/+37
| * | | Formatting cleanup. Fix some compiler warnings.Jeff Ames2009-08-134-36/+28
| | |/ | |/|
* | | * minor: commentsTeravus Ovares (Dan Olivares)2009-08-131-1/+125
|/ /
* | minor:commentsTeravus Ovares (Dan Olivares)2009-08-127-5/+91
* | minor: commentsTeravus Ovares (Dan Olivares)2009-08-124-0/+127
* | Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-08-124-4/+85
|\ \
| * | Formatting cleanup. Add copyright headers.Jeff Ames2009-08-134-4/+85
| |/
* | * minor: CommentsTeravus Ovares (Dan Olivares)2009-08-124-4/+181
|/
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-128-77/+323
* Better test for dropping inventory cache and writing out debug messages.Diva Canto2009-08-121-16/+21
* change 535cb0efc so that the default LLSD serialization format isdr scofield (aka dirk husemann)2009-08-121-2/+4
* Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto2009-08-114-35/+39
* Some more hammering on the head of the obsolete rest inventory handlers, just...Diva Canto2009-08-112-13/+17
* Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto2009-08-113-4/+4
* Added new operations to mock inventory service in tests.Diva Canto2009-08-111-0/+15
* Fixed test for detecting when user is no longer in sim.Diva Canto2009-08-111-3/+5
* Disabling the remote call for the time being, so that I can test it on a grid...Diva Canto2009-08-111-10/+11
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-111-1/+1
|\
| * Do new inventory module setup, which is why the test was failing (not the ori...Justin Clark-Casey (justincc)2009-08-111-1/+1
* | Added http handlers for the two new inventory operations.Diva Canto2009-08-112-4/+46
* | Merged with origin, and resolved one conflict in LoginServiceTests.csDiva Canto2009-08-1116-141/+484
|\ \ | |/
| * Re-enable TestReplicateArchivePathToUserInventory() but stop it failing on th...Justin Clark-Casey (justincc)2009-08-112-10/+26
| * Apply http://opensimulator.org/mantis/view.php?id=1448Justin Clark-Casey (justincc)2009-08-113-1/+14
| * Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-08-111-1/+1
| |\
| | * Disable test again. Ho hum.Justin Clark-Casey (justincc)2009-08-111-1/+1
| * | Enable the console show version command and the viewer about command, to show...Chris Down2009-08-111-22/+46
| |/
| * re-enable just TestReplicateArchivePathToUserInventory() for now to find out ...Justin Clark-Casey (justincc)2009-08-111-1/+1
| * Establish CachedUserInfo.OnInventoryReceived event so that region/test invent...Justin Clark-Casey (justincc)2009-08-114-63/+140
| * Added some needed comments to SceneSetupHelper (actually just retriggering pa...Arthur Valadares2009-08-111-2/+19
| * * Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares2009-08-119-163/+240
* | Improved test for system folders. Removed log messages.Diva Canto2009-08-113-5/+7
* | System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto2009-08-118-43/+233
* | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-1010-7/+261
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-1043-46/+46
|\ \ | |/
| * Replace the Replaceable modules nameMelanie2009-08-1043-46/+46
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-109-12/+12
|/
* Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn...Diva Canto2009-08-105-264/+2
* Conditional to prevent a null ref in tests. The tests may still not pass.Diva Canto2009-08-101-1/+1