Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵ | Diva Canto | 2011-04-12 | 1 | -1/+0 |
| | | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd. | ||||
* | Deleted verbose debug messages that are bringing sims to an halt. Increased ↵ | Diva Canto | 2010-10-19 | 1 | -1/+1 |
| | | | | the user cache expiration period to 33 hours. | ||||
* | Make the IUserAccountData properly unpack the god mode data, so grid gods | Melanie Thielker | 2010-05-02 | 1 | -1/+1 |
| | | | | work again | ||||
* | Last commit was too fast... must override. | Diva Canto | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | Fixed caching of user accounts. | Diva Canto | 2010-03-09 | 1 | -0/+1 |
| | |||||
* | Bug fix: correct name of methods in user accounts connector. | Diva Canto | 2010-03-07 | 1 | -1/+1 |
| | |||||
* | Added a UserAccountCache to the UserAccountServiceConnectors. Uses a ↵ | Diva Canto | 2010-01-14 | 1 | -4/+4 |
| | | | | CenomeCache. | ||||
* | Change the requester a little | Melanie | 2010-01-03 | 1 | -1/+4 |
| | |||||
* | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. | Melanie | 2009-12-31 | 1 | -14/+1 |
| | | | | | Implement the fetch operations fully. Rename one last UserService file to UserAccountService | ||||
* | More renames to make everything consistent. This is the UserAccountService. | Diva Canto | 2009-12-29 | 1 | -0/+0 |
| | |||||
* | * All modules and connectors for user account service are in place. Untested. | Diva Canto | 2009-12-29 | 1 | -0/+287 |
* Cleaned up a few things on presence connectors |