OpenSimMirror/OpenSim/Tests
Justin Clark-Casey (justincc) 54c222be26 Fix bug where an avatar that had an object they owned attached through llAttachToAvatar() or osForceAttachToAvatar() would wrongly have next permissions come into play when they detached that object and rezzed it in scene.
This is because the attachments module code was setting the 'object slam' bit by using PermissionMask.All
Solution here is to route the attachment item creation call through the existing inventory code in BasicInventoryAccessModule rather than copy/pasted code in AttachmentsModule itself.
2012-05-24 01:23:09 +01:00
..
Clients Added missing "Old Guids=true" to ConnectionString 2011-06-10 21:10:37 +01:00
Common Fix bug where an avatar that had an object they owned attached through llAttachToAvatar() or osForceAttachToAvatar() would wrongly have next permissions come into play when they detached that object and rezzed it in scene. 2012-05-24 01:23:09 +01:00
Torture Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-30 19:27:21 +01:00
ConfigurationLoaderTest.cs Shell Environment Variables in config 2011-11-23 10:11:47 -05:00