aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: remove some mono compiler warningsJustin Clarke Casey2009-07-151-4/+4
|
* * 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
* Update svn properties.Jeff Ames2009-06-221-241/+241
|
* Moving these nice HG connectors to their homes.diva2009-06-151-0/+241
|
* Update svn properties.Jeff Ames2009-06-141-170/+170
|
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-111-1/+1
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-102-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 ↵diva2009-06-072-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.