aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-184/+230
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-101/+513
2012-12-08Re-enable code disabled in f605a62 to allow a TaskInventoryAccepted message t...Justin Clark-Casey (justincc)1-70/+68
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-11-13Disable code to get server-side to move given items to a destination folder o...Justin Clark-Casey (justincc)1-67/+70
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-11-04Prevent IMs being sent to prims when avies decline inventory offers from them.Diva Canto1-9/+12
2012-10-26Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin...Justin Clark-Casey (justincc)1-77/+77
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-0/+42
2012-10-02Attempt to fix Mantis #6311. Honor a destination folder if one is givenMelanie1-0/+39
2012-07-17Fix regression where llGiveInventory() had stopped asking non-owner receivers...Justin Clark-Casey (justincc)1-1/+3
2011-10-27Comment out inventory folder bulk update code on InventoryAccepted message in...Justin Clark-Casey (justincc)1-12/+18
2011-09-01If the user receiving an inventory folder has left the scene by the time the ...Justin Clark-Casey (justincc)1-5/+4
2011-08-22Thanks Neil Canham for fixing bulk inventory updates, no sending BulkInventor...Snoopy Pfeffer1-1/+12
2010-10-19Stop the InventoryTransferModule logging every IM notification it receives, e...Justin Clark-Casey (justincc)1-3/+3
2010-08-26minor: change log message from info to debugJustin Clark-Casey (justincc)1-1/+1
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-10/+7
2010-08-13refactor: remove Scene.SetRootAgentScene() in favour of existing event with s...Justin Clark-Casey (justincc)1-7/+8
2010-06-11Reinstated the check on im.binaryBucket.Length, this time on the local handle...Diva Canto1-3/+4
2010-06-11Inventory offers and subsequent notifications of acceptance/decline now worki...Diva Canto1-98/+31
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-48/+15
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-15/+48
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2009-12-28Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie1-14/+42
2009-10-07Revert "Rewrote parts of the code that were double-locking different objects....Melanie1-8/+7
2009-10-07Revert "Merging in diva's locking fixes"Melanie1-8/+7
2009-10-06Rewrote parts of the code that were double-locking different objects. This is...Diva Canto1-7/+8
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-6/+6
2009-08-20Remove a load-order dependency in inventory transfer that was bitingMelanie1-7/+6
2009-08-19A better purge of trash folder.Diva Canto1-1/+3
2009-08-18jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto1-7/+6
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-4/+4
2009-08-12Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto1-78/+63
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+5
2009-06-19When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker1-1/+1
2009-06-10Formatting cleanup.Jeff Ames1-3/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-03-29Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker1-25/+5
2009-03-23Finish folder gives. With this commit, single item and folder gives nowMelanie Thielker1-0/+7
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-2/+31
2009-03-22Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker1-2/+6
2009-03-22Cause the inventory give module to be more selective and not attempt toMelanie Thielker1-0/+8
2009-03-21Add code to the inventory transfer module to use the new DB functionalityMelanie Thielker1-0/+72
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-11/+11
2009-02-12* optimized usings.lbsa711-12/+11
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-0/+389