aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-11-131-1/+1
|\
| * Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* | just remove the damm thingUbitUmarov2012-09-261-1/+1
* | Seems nothing actually need the request body for getevents. so changeUbitUmarov2012-09-261-1/+0
* | more changes to PollServiceUbitUmarov2012-09-261-0/+1
* | do the same to webFecthInvDescModuleUbitUmarov2012-09-251-33/+25
* | Protect the responses map with a lock. Also remove ugly "this." type ofMelanie2012-09-231-12/+16
* | Revamp the v3 inventory sending. Uses threads and some nifty mechanics toMelanie2012-09-111-81/+117
* | Remove commented codeMelanie2012-09-101-11/+0
* | webFetchInventory: change control event to simple flag, adjust lockingUbitUmarov2012-09-101-11/+32
* | Remove debug spamMelanie2012-08-241-2/+2
* | Fix background inventory loading (Viewer 3) so it won't lag out the simMelanie2012-08-241-49/+103
|/
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-031-2/+7
* Use the same web fetch handler for every request from every avatar, since it ...Justin Clark-Casey (justincc)2011-11-261-3/+11
* Fix config so that you can have both WebFetchInventoryDescendents and FetchIn...Justin Clark-Casey (justincc)2011-11-251-1/+2
* Resolve error where an unknown asset type would cause the fetch inventory des...Justin Clark-Casey (justincc)2011-11-251-4/+1
* Implement the FetchInventoryDescendents2 capability using the same code as We...Justin Clark-Casey (justincc)2011-11-251-17/+38
* Fix WebFetchInventoryDescendents cap to use Utils.AssetTypeTostring/Inventory...Justin Clark-Casey (justincc)2011-11-251-0/+2
* Test m_Enabled on RemoveRegion.Diva Canto2011-05-041-0/+3
* WebFetchInventoryDescendents working. Tested with robust.Diva Canto2011-05-021-0/+131