aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-02Close streams immediately when we finish using themOren Hurvitz1-1/+5
2014-08-02Small change to my previous commit: not so aggressive on the trigger, please.Diva Canto1-2/+0
2014-08-02Instrument the UDP path of creating assets so that it triggers an asset post ...Diva Canto1-0/+6
2014-01-19Add J2K decoder routine that converts directly to an image.Robert Adams1-0/+20
2013-10-15Made terrain uploads thread-safeOren Hurvitz1-0/+9
2013-08-03Making the J2KDecoderModule decoder function async. Could this be the cause o...Diva Canto1-1/+1
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-2/+3
2013-02-14minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2013-01-29minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma...Justin Clark-Casey (justincc)1-8/+10
2013-01-27Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie1-1/+2
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto2-0/+4
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie2-2/+2
2012-11-11J2KDecoderModule: move the code out of PostInitialise()Diva Canto1-8/+17
2012-11-10One more module converted: XferModule.Diva Canto1-9/+24
2012-11-10One more module converted: J2KDecoderModule.Diva Canto1-10/+32
2012-11-09One more more converted: IPBanModule.Diva Canto1-6/+18
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
2012-01-05Improve "j2k decode" command to tell us how many layers and components were d...Justin Clark-Casey (justincc)1-5/+16
2012-01-05Add a "j2k decode" region console command that allows a manual request for a ...Justin Clark-Casey (justincc)1-8/+10
2012-01-04Minor formatting changes and commented out log lines for future debugging of ...Justin Clark-Casey (justincc)1-0/+4
2012-01-02Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)1-0/+3
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-30Moved several cap-based-service-providing modules from where they were into a...Diva Canto1-255/+0
2011-04-28Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.Justin Clark-Casey (justincc)1-4/+5
2011-02-05Fixed Caps handlers leakDiva Canto1-1/+0
2011-02-05One more diagnosis command:Diva Canto1-1/+27
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2011-01-21implement "show throttles" command for showing current agent throttles and th...Justin Clark-Casey (justincc)1-200/+0
2011-01-20minor: help text adjustment for "show queues"Justin Clark-Casey (justincc)1-2/+2
2011-01-20remove reference to CoreModules from ClientStack.LindenUDPJustin Clark-Casey (justincc)1-2/+2
2011-01-20Move "show queues" command out of OpenSim.cs and into a separate module.Justin Clark-Casey (justincc)1-0/+200
2010-12-24One more pass at object inventory. This time, fix SceneObjectPartInventory so...Diva Canto1-80/+14
2010-12-23Hopefully this fixes all prim inventory issues. No more abort, no more keepin...Diva Canto1-35/+49
2010-12-23Removed unused code -- this was the previous version of UDP texture sending, ...Diva Canto4-866/+0
2010-12-23Put back a commented section of code. With some viewers, object inventoryMelanie1-6/+5
2010-12-22Added a counter to NewFiles in Xfers to account for simultaneous object inven...Diva Canto1-16/+42
2010-12-21* Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)1-4/+66
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-08-20Unit test breakage fix.Diva Canto1-3/+3