OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) ff429a259b 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-23 01:58:10 +01:00
..
Application Saving estate state is really slow (relatively) and it gets 2012-05-10 09:08:40 -07:00
ClientStack Fix build break. Comment out EQG deregister/register logging. 2012-05-18 03:50:23 +01:00
CoreModules 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-23 01:58:10 +01:00
DataSnapshot minor: resolve some mono compiler warnings 2012-05-03 01:56:24 +01:00
Framework 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-23 01:58:10 +01:00
OptionalModules Add ConsoleTable framework class for future uniform formatting of console output tables. 2012-05-10 23:47:39 +01:00
Physics refactor: move EventQueueGet path generation into common method. Rename some local variables in line with code conventions. Add commented out EQG log lines for future use. 2012-05-18 00:38:29 +01:00
RegionCombinerModule Improve locking of RegionCombinerModule.m_regions 2012-05-19 04:59:36 +01:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Port Avination's collision fixes to core. 2012-05-15 01:02:38 +01:00
UserStatistics Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable. 2012-05-03 01:45:49 +01:00