Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster | Melanie | 2012-01-02 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs OpenSim/Services/Interfaces/IUserAccountService.cs | ||||
| * | Default LocalToGrid to true. Fixes minor bug introduced yesterday where old ↵ | Diva Canto | 2011-12-30 | 1 | -5/+1 |
| | | | | | | | | robust UserAccount service would result is LocalToGrid at the sim being false. | ||||
| * | Added field LocalToGrid in UserAccount. Context: make HG work in Simian. | Diva Canto | 2011-12-29 | 1 | -0/+8 |
| | | |||||
* | | Merge commit 'a9b3ab0c85b567552f31490126a1ff5479352413' into bigmerge | Melanie | 2011-10-12 | 1 | -0/+17 |
|\ \ | |/ | |||||
| * | Add note to docs | BlueWall | 2011-10-07 | 1 | -0/+17 |
| | | | | | | | | | | This method is used by externasl/3rd party management tools to create users and they depend on us to generate the UUID. | ||||
* | | Merge commit '77b8fb0f86cd0342fa7331f04f56c0b5980290c2' into bigmerge | Melanie | 2011-10-12 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Added back UserAccount that creates random UUID for new account. | BlueWall | 2011-10-05 | 1 | -0/+11 |
| | | | | | | | | | | This should fix recent issues with 3rd party apps that use the old interface w/o breaking the new one. | ||||
* | | Merge commit 'b907a66f394b279d3ca2b1ac620bc7bb13cc6dd2' into bigmerge | Melanie | 2011-10-12 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | When creating a new user on the comand line, give the option of allowing a ↵ | Justin Clark-Casey (justincc) | 2011-10-04 | 1 | -2/+2 |
| | | | | | | | | | | | | UUID to be specified to override the randomly generated one. This can be useful in some migration cases where recreating user accounts with known IDs will preserve region scene object ownership. | ||||
* | | Add a careminster API to scripting again | Melanie | 2011-01-24 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | minor: remove some compiler warnings | Justin Clark-Casey (justincc) | 2010-12-10 | 1 | -1/+1 |
| | | |||||
* | | Add the ability for gods to impersonate users. For this, bit 6 needs to be | Melanie | 2010-11-25 | 1 | -0/+1 |
|/ | | | | | | 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. | ||||
* | Fixes creation date issue on user accounts. | Diva Canto | 2010-06-15 | 1 | -1/+3 |
| | |||||
* | Get the user's DOB back from the server response properly. | Melanie Thielker | 2010-05-29 | 1 | -1/+1 |
| | |||||
* | Make the IUserAccountData properly unpack the god mode data, so grid gods | Melanie Thielker | 2010-05-02 | 1 | -3/+3 |
| | | | | work again | ||||
* | First stage of the new interactive region creation. This will allow creation | Melanie | 2010-03-23 | 1 | -2/+2 |
| | | | | | | | of a region and joining it to an existing estate or creating a new estate, as well as creating an estate owner if in standalone, and assigning estate owners. In Grid mode, existing users must be used. MySQL ONLY!!!! so far, as I can't develop or test for either SQLite or MSSQL. | ||||
* | Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12 | Justin Clark-Casey (justincc) | 2010-03-12 | 1 | -7/+13 |
| | | | | | | Adds MockUserAccountService and connects it up Stops services being carried over between tests since this leads to hard to find bugs Improves information and error reporting when loading plugins | ||||
* | Several more buglets removed. | Diva Canto | 2010-01-13 | 1 | -4/+4 |
| | |||||
* | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -0/+19 |
| | | | | | * HG is seriously broken here * Compiles. Untested. | ||||
* | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 1 | -0/+11 |
| | |||||
* | Flattening the ServiceURLs | Diva Canto | 2010-01-02 | 1 | -3/+23 |
| | |||||
* | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. | Melanie | 2009-12-31 | 1 | -0/+103 |
Implement the fetch operations fully. Rename one last UserService file to UserAccountService |