aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instrument the UDP path of creating assets so that it triggers an asset post ...Diva Canto2014-08-021-5/+5
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-05-221-3/+0
|\
| * When can't rez, show only one error message; not two. And show more specific ...Oren Hurvitz2014-05-191-3/+0
* | Fixed a problem with detaching attachments in situations where the user's ass...Diva Canto2014-05-221-0/+14
|/
* Makes it possible to support grids in which all the simulators share all cent...Diva Canto2014-05-041-18/+82
* More on HG inventory and OutboundPermission: disallowing giving inventory to ...Diva Canto2013-08-031-1/+12
* HG: If OutboundPermission is set to false, let's enforce stricter permissions...Diva Canto2013-08-031-0/+31
* Don't touch the Current Outfit folder also on coming back homeDiva Canto2013-07-231-1/+9
* In renaming the folders for hypergriding, don't rename the Current Outfit fol...Diva Canto2013-07-231-1/+1
* Don't post Link asset types back to the home gridDiva Canto2013-07-231-3/+6
* Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto2013-07-091-1/+1
* More debug, same issueDiva Canto2013-07-041-1/+1
* HG: close a loophole by which if something was wrong with the ServiceURLs it ...Diva Canto2013-07-021-1/+1
* Switched to using the other Util function with a default value.Diva Canto2013-02-271-2/+4
* Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2013-02-271-2/+2
* Added new Util function for reading config vars that's more generic than the ...Diva Canto2013-02-221-3/+4
* Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2013-02-211-5/+4
* More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto2012-11-121-0/+2
* HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto2012-11-021-1/+3
* HG Rez object: warn the user if the item or asset cannot be found.Diva Canto2012-09-221-2/+7
* Restarting to work on HGSuitcaseInventoryService: added the ability for the o...Diva Canto2012-09-131-0/+2
* Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2012-05-251-3/+2
* Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...Diva Canto2012-04-061-3/+149
* More on HG inventory transfers. Move the FireAndForget higher up.Diva Canto2012-03-091-1/+1
* More on the freeze on HG inventory transfers: spawn a threadlet on the funct...Diva Canto2012-03-081-1/+1
* HG: Remove async in posting assets to foreign grid. Mono hates concurrency th...Diva Canto2012-02-251-1/+1
* HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto2012-01-121-3/+6
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-291-7/+3
* Added prefix HG to the name of the landmark item in inventory, as a soft remi...Diva Canto2011-06-031-1/+6
* HG Landmarks now working.Diva Canto2011-06-031-1/+1
* HG Landmarks being created. WARNING: new config var under [HGInventoryAccessM...Diva Canto2011-06-031-0/+15
* Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2011-05-241-4/+10
* Provide a configuration setting to control whether multiple taken objects are...Justin Clark-Casey (justincc)2011-04-181-0/+3
* Fixes mantis #5431 -- coalesced objects in HG-enabled regions. Needs more tes...Diva Canto2011-04-151-24/+3
* Added a config var to HGInventoryAccessModule called OutboundPermission that ...Diva Canto2011-02-041-2/+6
* Creator information preserved upon HG transfers.Diva Canto2010-11-261-2/+10
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-09-031-1/+1
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-131-2/+2
* Fixes additional bug reported in mantis #4841.Diva Canto2010-07-051-2/+3
* Got rid of all hyperassets references. Also fixed accessing textures in user'...Diva Canto2010-07-041-5/+3
* Started to clean up the mess with HyperAssets in LLClientView. Fixed HG acces...Diva Canto2010-07-041-0/+13
* Remove the override from DeletToInventory in HGInventoryAccessModule. This ma...Diva Canto2010-06-291-1/+2
* Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventor...Diva Canto2010-06-291-1/+1
* Continuing refactor. Refactor DeRezObject to deal with multiple objectsMelanie Thielker2010-06-011-2/+15
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-1/+1
* Fixed typo that was affecting the BasicInventoryAccessModuleDiva Canto2010-02-241-1/+1
* Bug fix: change HGBroker to a INonSharedRegionModuleDiva Canto2010-01-301-2/+5
* * HGScene is no more.Diva Canto2010-01-301-0/+204