Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a viewer sent XML error prettier | Melanie | 2013-03-03 | 1 | -0/+4 |
| | |||||
* | Move SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SP | Melanie | 2013-02-06 | 1 | -7/+70 |
| | |||||
* | Merge branch 'master' into careminster | Melanie | 2012-11-13 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs OpenSim/Region/ClientStack/Linden/Caps/NewFileAgentInventoryVariablePriceModule.cs | ||||
| * | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
| | | |||||
* | | just remove the damm thing | UbitUmarov | 2012-09-26 | 1 | -1/+1 |
| | | |||||
* | | Seems nothing actually need the request body for getevents. so change | UbitUmarov | 2012-09-26 | 1 | -1/+0 |
| | | | | | | | | control flag to false | ||||
* | | more changes to PollService | UbitUmarov | 2012-09-26 | 1 | -0/+1 |
| | | |||||
* | | do the same to webFecthInvDescModule | UbitUmarov | 2012-09-25 | 1 | -33/+25 |
| | | |||||
* | | Protect the responses map with a lock. Also remove ugly "this." type of | Melanie | 2012-09-23 | 1 | -12/+16 |
| | | | | | | | | member notation. | ||||
* | | Revamp the v3 inventory sending. Uses threads and some nifty mechanics to | Melanie | 2012-09-11 | 1 | -81/+117 |
| | | | | | | | | leverage the Poll Service without blocking it's workers. | ||||
* | | Remove commented code | Melanie | 2012-09-10 | 1 | -11/+0 |
| | | |||||
* | | webFetchInventory: change control event to simple flag, adjust locking | UbitUmarov | 2012-09-10 | 1 | -11/+32 |
| | | |||||
* | | Remove debug spam | Melanie | 2012-08-24 | 1 | -2/+2 |
| | | |||||
* | | Fix background inventory loading (Viewer 3) so it won't lag out the sim | Melanie | 2012-08-24 | 1 | -49/+103 |
|/ | |||||
* | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -2/+7 |
| | | | | | | can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing. | ||||
* | Use the same web fetch handler for every request from every avatar, since it ↵ | Justin Clark-Casey (justincc) | 2011-11-26 | 1 | -3/+11 |
| | | | | contains no instance code | ||||
* | Fix config so that you can have both WebFetchInventoryDescendents and ↵ | Justin Clark-Casey (justincc) | 2011-11-25 | 1 | -1/+2 |
| | | | | FetchInvnetoryDescendents2 caps active at once | ||||
* | Resolve error where an unknown asset type would cause the fetch inventory ↵ | Justin Clark-Casey (justincc) | 2011-11-25 | 1 | -4/+1 |
| | | | | | | descendents cap to fail. Introduced just a few commits ago in 0688861 | ||||
* | Implement the FetchInventoryDescendents2 capability using the same code as ↵ | Justin Clark-Casey (justincc) | 2011-11-25 | 1 | -17/+38 |
| | | | | | | WebFetchInventoryDescendents. Enabling this by setting Cap_FetchInventoryDescendents2 = "localhost" in the [ClientStack.LindenCaps] section of OpenSim.ini downloads inventory via http rather than udp in later viewers. | ||||
* | Fix WebFetchInventoryDescendents cap to use ↵ | Justin Clark-Casey (justincc) | 2011-11-25 | 1 | -0/+2 |
| | | | | | | Utils.AssetTypeTostring/InventoryTypeToString to convert types to strings These cover a wider range of types. | ||||
* | Test m_Enabled on RemoveRegion. | Diva Canto | 2011-05-04 | 1 | -0/+3 |
| | |||||
* | WebFetchInventoryDescendents working. Tested with robust. | Diva Canto | 2011-05-02 | 1 | -0/+131 |