aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang3-48/+289
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel3-8/+24
2013-02-08minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma...Justin Clark-Casey (justincc)1-8/+10
2013-02-08Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie1-1/+2
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-09-25Fix very recently introduced race condition where a CreateNewItem outracing a...Justin Clark-Casey (justincc)1-19/+18
2012-09-25Comment out old m_storeLocal from AssetXferUploader.Justin Clark-Casey (justincc)1-6/+6
2012-09-25Insert transaction ID into AssetXferUploader constructor rather than at Uploa...Justin Clark-Casey (justincc)2-36/+49
2012-09-25Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)3-64/+52
2012-09-25Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)3-110/+94
2012-06-07Record the fact that child agents can have asset transactions.Justin Clark-Casey (justincc)1-8/+7
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer1-1/+21
2012-01-28Remove IClientAPI from the money module. It was only used to pass in theMelanie1-1/+1
2011-11-14minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+0
2011-09-23Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)3-82/+238
2011-04-28Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.Justin Clark-Casey (justincc)1-4/+5
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2010-12-04Simplify updating of agent inventory assets. Make newly created asset IDsMelanie1-19/+6
2010-12-04Convert the agent asset transactions module to a new style module.Melanie3-168/+156
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-3/+1
2010-07-14Fixes mantis #4870.Diva Canto1-1/+7
2010-07-02Clean up IMoneyModule and adjust the other modules to the changesMelanie Thielker1-1/+1
2010-04-19Make the "notecard saved" text appear in the saver rather than the notecard o...Justin Clark-Casey (justincc)1-0/+3
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-02-12minor: remove completely commented out and unused classJustin Clark-Casey (justincc)1-226/+0
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2-3/+8
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-27/+8
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-8/+27
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2-2/+2
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+1
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-08-12Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto2-58/+40
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames4-4/+4
2009-05-19Add initializing m_scene if it's not null. Marking MyScene as [Obsolete]Melanie Thielker1-0/+7
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker1-18/+0
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2-7/+6
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-2/+1
2009-03-25* Appearance patches suite: These patches are applied to allow libomv bots to...Sean Dague1-1/+3
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2-8/+8
2009-02-19Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker1-4/+4
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur2-23/+23
2009-02-12* optimized usings.lbsa714-11/+5
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield4-0/+1018