aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/UserAccounts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+98
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-8/+49
|
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-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.
* Updated the UserAccountsClient a little bit, plus some more sanity checks on ↵Diva Canto2012-03-211-1/+8
| | | | the service connector.
* Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵Justin Clark-Casey (justincc)2012-02-071-6/+9
| | | | exception in service connectors
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-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 Canto2010-10-191-1/+1
| | | | the user cache expiration period to 33 hours.
* Make the IUserAccountData properly unpack the god mode data, so grid godsMelanie Thielker2010-05-021-1/+1
| | | | work again
* Last commit was too fast... must override.Diva Canto2010-04-031-1/+1
|
* Fixed caching of user accounts.Diva Canto2010-03-091-0/+1
|
* Bug fix: correct name of methods in user accounts connector.Diva Canto2010-03-071-1/+1
|
* Added a UserAccountCache to the UserAccountServiceConnectors. Uses a ↵Diva Canto2010-01-141-4/+4
| | | | CenomeCache.
* Change the requester a littleMelanie2010-01-031-1/+4
|
* Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-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 Canto2009-12-291-0/+0
|
* * All modules and connectors for user account service are in place. Untested.Diva Canto2009-12-291-0/+287
* Cleaned up a few things on presence connectors