Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -2/+2 |
| | |||||
* | remove a parameter for detection of grid fail to suport getting multiple ↵ | UbitUmarov | 2016-08-13 | 1 | -1/+21 |
| | | | | user accounts per call and handle it where needed. | ||||
* | add some wiring to have GetUserAccounts for multiple IDs on a single ↵ | UbitUmarov | 2016-08-13 | 1 | -0/+72 |
| | | | | request to grid services. Unfinished, untested | ||||
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 1 | -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 Canto | 2015-09-04 | 1 | -1/+1 |
| | | | | | | | | OpenSim.Framework. | ||||
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -3/+2 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+6 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'master' into careminster | Melanie | 2013-02-10 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations | ||||
| * \ | Merge branch 'master' into careminster | Melanie | 2012-05-10 | 1 | -0/+0 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into careminster | Melanie | 2012-03-22 | 1 | -1/+8 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Land/LandObject.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-02-07 | 1 | -6/+9 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-17 | 1 | -1/+0 |
| |\ \ \ \ \ | |||||
| * | | | | | | Add the ability for gods to impersonate users. For this, bit 6 needs to be | Melanie | 2010-11-25 | 1 | -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 Canto | 2015-05-11 | 1 | -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 Canto | 2014-05-23 | 1 | -4/+10 |
| | | | | | | | |||||
* | | | | | | | Allow invalidating the users cache | Oren Hurvitz | 2014-04-08 | 1 | -0/+4 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Fixed check for 0 results in GetUserAccounts() | Oren Hurvitz | 2013-02-09 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵ | Justin Clark-Casey (justincc) | 2012-05-09 | 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. | ||||
* | | | | Updated the UserAccountsClient a little bit, plus some more sanity checks on ↵ | Diva Canto | 2012-03-21 | 1 | -1/+8 |
| |_|/ |/| | | | | | | | | the service connector. | ||||
* | | | Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵ | Justin Clark-Casey (justincc) | 2012-02-07 | 1 | -6/+9 |
| |/ |/| | | | | | exception in service connectors | ||||
* | | 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 |