aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/UserAccounts (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+98
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-8/+49
2012-05-09Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)1-0/+0
the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes.
2012-03-21Updated the UserAccountsClient a little bit, plus some more sanity checks on ↵Diva Canto1-1/+8
the service connector.
2012-02-07Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵Justin Clark-Casey (justincc)1-6/+9
exception in service connectors
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto1-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.
2010-10-19Deleted verbose debug messages that are bringing sims to an halt. Increased ↵Diva Canto1-1/+1
the user cache expiration period to 33 hours.
2010-05-02Make the IUserAccountData properly unpack the god mode data, so grid godsMelanie Thielker1-1/+1
work again
2010-04-03Last commit was too fast... must override.Diva Canto1-1/+1
2010-03-09Fixed caching of user accounts.Diva Canto1-0/+1
2010-03-07Bug fix: correct name of methods in user accounts connector.Diva Canto1-1/+1
2010-01-14Added a UserAccountCache to the UserAccountServiceConnectors. Uses a ↵Diva Canto1-4/+4
CenomeCache.
2010-01-03Change the requester a littleMelanie1-1/+4
2009-12-31Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie1-14/+1
Implement the fetch operations fully. Rename one last UserService file to UserAccountService
2009-12-29More renames to make everything consistent. This is the UserAccountService.Diva Canto1-0/+0
2009-12-29* All modules and connectors for user account service are in place. Untested.Diva Canto1-0/+287
* Cleaned up a few things on presence connectors