aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-17Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames1-1/+0
2009-08-17Add copyright header. Formatting cleanup.Jeff Ames3-3/+30
2009-08-17Fix argument index in log4net call. (fixes #4003)Jeff Ames1-1/+1
2009-08-17* Implements AppDomain Security for MRM Scripts.Adam Frisby1-2/+101
* Added permissionLevel attribute to [MRM] section in OpenSim.ini. Default is 'Internet', however may be any of the following (case sensitive), FullTrust, SkipVerification, Execution, Nothing, LocalIntranet, Internet, Everything. For previous functionality, set to FullTrust or Execution.
2009-08-16* ShortVersion, another attempt at fixing the test thread death that ↵Teravus Ovares (Dan Olivares)3-2/+4
randomly occurs. * LongVersion nIni may be causing the test thread death. Pausing OpenSimulator during startup causes a nIni error that makes debugging startup operations difficult for users. It might be because when it's in pause mode, something else reads from the nini config passed? If it is, it might not be fixable.. however, if it's concurrency that causes nini death it would make sense to give each section of the tests a new IConfigSource so that they don't read from the same configsource at the same time.
2009-08-16* minor: commentsTeravus Ovares (Dan Olivares)1-0/+16
2009-08-16* Implements ISecurityCredential member on SPAvatar, SPAvatarAttachmentAdam Frisby5-9/+17
* Disables 'event not used' warning for IRCClientView; cuts OpenSim total warnings back.
2009-08-16* Refactor: Moves IAvatarAttachment into IAvatarAttachment.cs instead of ↵Adam Frisby2-13/+15
IAvatar.cs
2009-08-16* Implements ISecurityCredential on all uses of SOPObject.cs except Avatar ↵Adam Frisby2-2/+2
Attachments.
2009-08-16* [MRM] Added permission checks to MRM Events (ie, requires edit permission ↵Adam Frisby1-6/+9
to bind to OnTouch)
2009-08-16* Fixes potential NulRef in MRM Security Checks.Adam Frisby2-3/+4
2009-08-16* [MRM] Implements permission checks on IObject implementations in ↵Adam Frisby3-9/+92
SOPObject.cs. Does not implement security on IObjectInventory yet.
2009-08-16Add copyright headers. Formatting cleanup.Jeff Ames2-1/+55
2009-08-16Misc cleanup.Jeff Ames7-93/+58
2009-08-16Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ↵Adam Johnson6-0/+52
Handler - ref mantis #4010
2009-08-16* Beginnings of a Security Credential system in MRM. This will eventually ↵Adam Frisby6-13/+62
lead to trusted execution of untrusted MRMs.
2009-08-15* whoops, missing a /Teravus Ovares (Dan Olivares)1-1/+1
2009-08-15* Comment out XEngineTest that doesn't appear to test anything. It just ↵Teravus Ovares (Dan Olivares)1-0/+3
creates a scene named 'My Test' which just happens to be the last scene displayed in the nunit log before it goes boom.
2009-08-15* minor: commentsTeravus Ovares (Dan Olivares)1-2/+99
* also re-trigger panda
2009-08-14* minor : CommentsTeravus Ovares (Dan Olivares)1-3/+68
* Also re-trigger Panda.
2009-08-14* minor : commentsTeravus Ovares (Dan Olivares)1-3/+69
* also re-trigger panda
2009-08-14* Put the StandaloneTeleportTest in a new thread and call Thread.Join() ↵Teravus Ovares (Dan Olivares)1-20/+95
inside a try/Catch (ThreadAbortException) to try and get around scene code aborting the testing thread. Use a Messenger class to report the results back to the test thread.
2009-08-14* Re-enable TestLoadIarV0_1ExistingUsers()Justin Clark-Casey (justincc)1-12/+3
2009-08-14Re-enable TestSaveIarV0_1()Justin Clark-Casey (justincc)1-1/+1
Implement more parts of TestAssetService
2009-08-14Add standard doc and standard doc formatting to IAssetServiceJustin Clark-Casey (justincc)1-1/+1
2009-08-14* allocate the dictionary for AgentCircuitData.ChildrenCapSeeds when ↵Teravus Ovares (Dan Olivares)1-0/+1
creating the circuitdata object to see if it's the cause of a null reference exception in the TestAddNeighbourRegio test
2009-08-14Remove NRE catching on TestReplicateArchivePathToUserInventory() since race ↵Justin Clark-Casey (justincc)1-27/+9
failure now appears to have gone
2009-08-14Remove one more sponsor referenceMelanie1-1/+1
2009-08-14Remove the script sponsor logic because scripts are timing out again.Melanie4-19/+15
This needs to be looked into. This commit, unfortunately, reinstates a memory leak in regions that see significant script fluctuation, e.g. lots of scripted attachments, or script development.
2009-08-13Deal with possible race in TestAddNeighborRegion in ScenePresenceTestsTeravus Ovares (Dan Olivares)1-0/+24
2009-08-14Add some extra info to script load messagesMelanie1-2/+2
2009-08-13Some small fixesMelanie1-1/+2
2009-08-13Add reference to the profile module in the avatar profiles handler, plusMelanie1-0/+8
an example of how to override legacy core data with data retrieved from the profile module
2009-08-13Formatting cleanup. Fix some compiler warnings.Jeff Ames4-36/+28
2009-08-12* minor: CommentsTeravus Ovares (Dan Olivares)4-4/+181
2009-08-13Formatting cleanup. Add copyright headers.Jeff Ames2-2/+56
2009-08-12* Added two new packet handler implementations for inventory ops. This is ↵Diva Canto7-77/+304
starting to work! - but can't be activated incrementally, the flip needs to be global for all inventory ops. * Added a base inventory connector that does common processing of inventory among all reference connector implementations. E.g. AddItem requires additional processing before being forwarded to service. * Added if (m_Enabled) upon RemoveRegion
2009-08-12Better test for dropping inventory cache and writing out debug messages.Diva Canto1-16/+21
2009-08-11Fixes a race condition in EQ processing that was making EQs pop up again ↵Diva Canto3-21/+25
upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet.
2009-08-11Fixed test for detecting when user is no longer in sim.Diva Canto1-3/+5
2009-08-11Do new inventory module setup, which is why the test was failing (not the ↵Justin Clark-Casey (justincc)1-1/+1
original race condition, hopefully!) Still always catching the NRE for now pending analysis
2009-08-11Improved test for system folders. Removed log messages.Diva Canto2-4/+5
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ↵Diva Canto4-37/+207
agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet.
2009-08-11Re-enable TestReplicateArchivePathToUserInventory() but stop it failing on ↵Justin Clark-Casey (justincc)2-10/+26
the NRE for now Add temporarily logging for diagnosis
2009-08-11Apply http://opensimulator.org/mantis/view.php?id=1448Justin Clark-Casey (justincc)2-1/+3
Store and retrieve user profile url at runtime Not yet persisted Thanks Fly-Man
2009-08-11Disable test again. Ho hum.Justin Clark-Casey (justincc)1-1/+1
2009-08-11re-enable just TestReplicateArchivePathToUserInventory() for now to find out ↵Justin Clark-Casey (justincc)1-1/+1
if the race condition has been vanquished
2009-08-11Establish CachedUserInfo.OnInventoryReceived event so that region/test ↵Justin Clark-Casey (justincc)1-10/+36
inventory code can be written with the async inventory fetch
2009-08-11* Improves SceneSetupHelper to allow the tester to choose a real or mock, ↵Arthur Valadares3-4/+4
inventory and asset, service modules. The boolean startServices was replaced with realServices string. If the string contains the word asset, it will start a real asset module, if it contains inventory, it starts a real inventory. Otherwise, it use mock (NullPlugin-like) objects, for tests that don't really need functionality. * SetupScene is now actually sharing the asset and inventory modules if the tester wishes to have multiple regions connected. To link regions, just start SetupScene with the same CommunicationManager for all scenes. SceneSetupHelper will hold a static reference to the modules and won't initialize them again, just run the scenes through the modules AddRegion, RegionLoaded and PostInitialize. * With the recent changes, both asset and inventory (and in the future, user) services should always be asked from the scene, not instantiated alone. The tests should reflect this new behavior and always start a scene.
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto3-0/+75
GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.