Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes a race condition in EQ processing that was making EQs pop up again ↵ | Diva Canto | 2009-08-11 | 1 | -14/+14 |
| | | | | | | upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet. | ||||
* | Some more hammering on the head of the obsolete rest inventory handlers, ↵ | Diva Canto | 2009-08-11 | 1 | -10/+14 |
| | | | | just to make this work. | ||||
* | Re-adding a conditional in UserManager that was removed with arthusv's ↵ | Diva Canto | 2009-08-11 | 1 | -2/+2 |
| | | | | commit. Changing new inventory ops to POST. | ||||
* | Disabling the remote call for the time being, so that I can test it on a ↵ | Diva Canto | 2009-08-11 | 1 | -10/+11 |
| | | | | grid before making it live. | ||||
* | Added http handlers for the two new inventory operations. | Diva Canto | 2009-08-11 | 1 | -4/+4 |
| | |||||
* | System folders inventory cache added to OUT inventory modules. This tracks ↵ | Diva Canto | 2009-08-11 | 3 | -6/+6 |
| | | | | 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 Canto | 2009-08-10 | 4 | -0/+113 |
| | | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet. | ||||
* | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Patch from RemedyTomm: A failed inventory request would block any further | Melanie Thielker | 2009-07-26 | 1 | -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: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 1 | -4/+4 |
| | |||||
* | * minor: Make GridCommon.ini.example refer to inventory service rather than ↵ | Justin Clarke Casey | 2009-07-10 | 1 | -1/+1 |
| | | | | | | | | asset where appropriate * Send debug level notice to console if a user fails authentication | ||||
* | Update svn properties. | Jeff Ames | 2009-06-22 | 1 | -241/+241 |
| | |||||
* | Moving these nice HG connectors to their homes. | diva | 2009-06-15 | 1 | -0/+241 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-06-14 | 1 | -170/+170 |
| | |||||
* | Fixes mantis #3803. Thanks jhurliman. | diva | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 2 | -2/+172 |
| | | | | | | | 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 ↵ | diva | 2009-06-07 | 2 | -0/+450 |
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. |