aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/UserAccounts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+1
|\ | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2015-09-041-1/+1
| | | | | | | | OpenSim.Framework.
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-3/+2
| |
* | bad merge?UbitUmarov2015-09-011-0/+6
|\ \ | |/ |/|
| * Merge branch 'master' into careminsterMelanie2013-02-101-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations
| * \ Merge branch 'master' into careminsterMelanie2012-05-101-0/+0
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-03-221-1/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Land/LandObject.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-02-071-6/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-1/+0
| |\ \ \ \ \
| * | | | | | Add the ability for gods to impersonate users. For this, bit 6 needs to beMelanie2010-11-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set in the target's UserFlags and the impersonator must have UserLevel 200 or above. The user can then log in using the target's name and their own password.
* | | | | | | Added tests for UserAccountService in Robust. In the process fixed a couple ↵Diva Canto2015-05-111-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of bugs in the network connectors. For some reason the robust-bound code had a CreateUser method, while the client-bound code had no such method. I assume someone is extending the client-side code with their own connectors. I added the missing method, but didn't add it to the service interface.
* | | | | | | Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-4/+10
| | | | | | |
* | | | | | | Allow invalidating the users cacheOren Hurvitz2014-04-081-0/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Fixed check for 0 results in GetUserAccounts()Oren Hurvitz2013-02-091-1/+1
| |_|_|_|/ |/| | | |
* | | | | 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