aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disabling the remote call for the time being, so that I can test it on a ↵Diva Canto2009-08-111-10/+11
| | | | grid before making it live.
* Added http handlers for the two new inventory operations.Diva Canto2009-08-111-4/+4
|
* System folders inventory cache added to OUT inventory modules. This tracks ↵Diva Canto2009-08-111-3/+3
| | | | agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet.
* Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto2009-08-101-0/+44
| | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
* Patch from RemedyTomm: A failed inventory request would block any furtherMelanie Thielker2009-07-261-5/+44
| | | | | | | | requests from that same user, even after a relog. This patch changes the block on further requests to be in line with the request timeout timer and allows the system to recover.
* * minor: Make GridCommon.ini.example refer to inventory service rather than ↵Justin Clarke Casey2009-07-101-1/+1
| | | | | | | | asset where appropriate * Send debug level notice to console if a user fails authentication
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-2/+2
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* First draft of inventory service connectors, and service implementation. No ↵diva2009-06-071-0/+343
handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files.