aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* disable some XmlResolverUbitUmarov2018-01-041-1/+1
|
* mantis 8260 fix script count on delete and remove ↵UbitUmarov2017-11-081-2/+2
| | | | redundantTriggerRemoveScript in 2 points
* bug fix plus some cleanupUbitUmarov2017-06-091-56/+65
|
* do the same in the cases we are just moving parts around and not changing ↵UbitUmarov2017-05-041-4/+2
| | | | their caches (ie their taskInventory)
* move deep effective permissions aggregation to first time use and not on ↵UbitUmarov2017-05-041-1/+1
| | | | changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards
* still another missing conversion btw viewer and OS on groupd ownedUbitUmarov2017-05-031-4/+4
|
* taskitem group owned information was still incorrectUbitUmarov2017-05-031-1/+6
|
* viewer can't tell if a taskitem is group owned if we don't tell him; ↵UbitUmarov2017-05-031-2/+9
| | | | missing taskInv serial update
* save a few nanosecondsUbitUmarov2017-05-011-9/+16
|
* exclude lms from permissions checks. They are full rights, and broken on all dbsUbitUmarov2017-04-301-31/+5
|
* a few changes to permissions folding... we are testing. at this point only ↵UbitUmarov2017-04-281-18/+28
| | | | use master for TESTING also
* add/fix CanRunScriptUbitUmarov2017-01-211-1/+1
|
* add more calls to effective permissions aggregation, some paths may still be ↵UbitUmarov2017-01-171-1/+10
| | | | missing on objects changes, but remove the aggregation on check paths, so all can be tested.
* add more calls to effective permissions aggregation; do not change groupmask ↵UbitUmarov2017-01-171-0/+1
| | | | on deed
* avoid lastOwner beeing the groupUbitUmarov2017-01-161-1/+2
|
* chance new effective permissions code to ease aggregation on demand( ie on ↵UbitUmarov2017-01-161-36/+4
| | | | changes). But still doing full aggregation on checks, so still heavy
* Merge branch 'melanie'Melanie Thielker2017-01-161-4/+2
|\
| * Remove the last instance of the legacy slam but being setMelanie Thielker2017-01-161-4/+2
| | | | | | | | New objects now get only the real slam bit.
* | add code for fixing effective permitions. This is a test, and currently too ↵UbitUmarov2017-01-151-2/+44
|/ | | | slow for prodution. just finding our way home
* fix: send viewers the Everyone permitions of items inside other objectsUbitUmarov2017-01-141-1/+1
|
* Fix an artefact introduced by git's revert merging logicMelanie Thielker2017-01-061-9/+6
|
* Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker2017-01-061-6/+13
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-29/+29
|
* some changes to RequestInventoryFile()UbitUmarov2016-07-091-38/+36
|
* reduce lock time during object inventory ProcessInventoryBackupUbitUmarov2016-07-071-7/+4
|
* reduce the initial capacity of InventoryStringBuilder the 16k i added isUbitUmarov2016-07-071-1/+1
| | | | | | | unreasonable for most cases. The coment about performance on a previus commit refering to mantis 7904 was wrong, this changes will NOT do much in terms of objects inventory download time, only a bit on cpu and memory use"
* hide the footprints of my previus bug ( take out comented codeUbitUmarov2016-07-071-3/+0
|
* forget InventoryStringBuilder.close()UbitUmarov2016-07-071-3/+3
|
* change InventoryStringBuilder. This will do much for mantis 7904 objects ↵UbitUmarov2016-07-071-12/+21
| | | | inventory sending is slow by design
* Revert "More debug to diagnose osgrid"Diva Canto2016-06-131-1/+1
| | | | This reverts commit b5f29e93f6345987c0b9b8d6496b489e7336039b.
* More debug to diagnose osgridDiva Canto2016-06-131-1/+1
|
* seems to compile ( tests comented out)UbitUmarov2015-09-021-13/+0
|
* bad merge?UbitUmarov2015-09-011-289/+523
|\
| * return bbox and offsetHeight to RezObjectUbitUmarov2014-11-191-5/+4
| |
| * compile fixUbitUmarov2014-09-211-3/+5
| |
| * release lock a bit sooner when not needed, add a try on more complex dbUbitUmarov2014-09-211-4/+11
| | | | | | | | store call
| * protect getting the itemUbitUmarov2014-09-211-1/+3
| |
| * remove redundant codeUbitUmarov2014-09-211-20/+7
| |
| * taskInventory request: give each transfer a diferent filename, Add moreUbitUmarov2014-09-121-101/+96
| | | | | | | | agressive lock
| * apply objectSlamSale to all roots of coalescence objects. replace theUbitUmarov2014-08-051-1/+1
| | | | | | | | single object condition for renaming
| * dont mess with names and descriptions on coalescence objects. InventoryUbitUmarov2014-08-051-1/+3
| | | | | | | | name can change for inventory purposes only.
| * revert to old avn-current code, not using ApplyPermissionsOnRez() till itsUbitUmarov2014-08-051-1/+43
| | | | | | | | reviewed/fixed
| * replace old Attachoffset by AttachedPos. Comented out possible mergeUbitUmarov2014-07-201-3/+3
| | | | | | | | artifacts
| * Merge branch 'master' into careminsterMelanie2014-01-281-38/+17
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ Merge branch 'master' into careminsterMelanie2013-11-031-49/+58
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ Merge branch 'master' into careminsterMelanie2013-07-181-1/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs OpenSim/Server/Handlers/Simulation/AgentHandlers.cs OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/UserAgentService.cs
| * | | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
| * | | | Merge branch 'master' into careminsterMelanie2012-10-311-14/+35
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/TaskInventoryItem.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-181-0/+9
| |\ \ \ \ \
| * | | | | | Fix merge artefactsMelanie2012-07-171-7/+2
| | | | | | |