Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-12-30 | Default LocalToGrid to true. Fixes minor bug introduced yesterday where old ↵ | Diva Canto | 1 | -5/+1 | |
robust UserAccount service would result is LocalToGrid at the sim being false. | |||||
2011-12-29 | Added field LocalToGrid in UserAccount. Context: make HG work in Simian. | Diva Canto | 1 | -0/+8 | |
2011-10-07 | Add note to docs | BlueWall | 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. | |||||
2011-10-05 | Added back UserAccount that creates random UUID for new account. | BlueWall | 1 | -0/+11 | |
This should fix recent issues with 3rd party apps that use the old interface w/o breaking the new one. | |||||
2011-10-04 | When creating a new user on the comand line, give the option of allowing a ↵ | Justin Clark-Casey (justincc) | 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. | |||||
2010-12-10 | minor: remove some compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2010-06-15 | Fixes creation date issue on user accounts. | Diva Canto | 1 | -1/+3 | |
2010-05-29 | Get the user's DOB back from the server response properly. | Melanie Thielker | 1 | -1/+1 | |
2010-05-02 | Make the IUserAccountData properly unpack the god mode data, so grid gods | Melanie Thielker | 1 | -3/+3 | |
work again | |||||
2010-03-23 | First stage of the new interactive region creation. This will allow creation | Melanie | 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. | |||||
2010-03-12 | Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12 | Justin Clark-Casey (justincc) | 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 | |||||
2010-01-13 | Several more buglets removed. | Diva Canto | 1 | -4/+4 | |
2010-01-10 | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 1 | -0/+19 | |
* HG is seriously broken here * Compiles. Untested. | |||||
2010-01-08 | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 1 | -0/+11 | |
2010-01-02 | Flattening the ServiceURLs | Diva Canto | 1 | -3/+23 | |
2009-12-31 | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. | Melanie | 1 | -5/+3 | |
Implement the fetch operations fully. Rename one last UserService file to UserAccountService | |||||
2009-12-30 | Some modifications to user service. Query by name is implemented now | Melanie | 1 | -8/+8 | |
2009-12-29 | * All modules and connectors for user account service are in place. Untested. | Diva Canto | 1 | -2/+2 | |
* Cleaned up a few things on presence connectors | |||||
2009-12-29 | Tighten up the IUserService interface again. No need for auth tokens at this ↵ | Diva Canto | 1 | -2/+2 | |
level. | |||||
2009-12-29 | Polished the IUserService interface. | Diva Canto | 1 | -1/+2 | |
2009-12-29 | Better way of setting ServiceURLs | Diva Canto | 1 | -12/+2 | |
2009-12-28 | Added the ServiceURLs field to UserAccountData | Diva Canto | 1 | -0/+14 | |
2009-12-28 | Removed AccountType, GodLevel and UserFlags from UserAccountData. Doesn't ↵ | Diva Canto | 1 | -18/+0 | |
belong there. | |||||
2009-12-28 | * Added Created field to UserAccountData | Diva Canto | 1 | -0/+5 | |
2009-12-28 | * Added packing/unpacking of the Home fields in PresenceInfo | Diva Canto | 1 | -28/+38 | |
* Cleaned up IUserService and beefed up UserAccoutData | |||||
2009-09-06 | Revising the user account data interfaces. No user functionality yet | Melanie | 1 | -25/+10 | |
2009-08-09 | Finish the renaming and mae things compile again | Melanie | 1 | -3/+3 | |
2009-08-09 | More renames | Melanie | 1 | -10/+10 | |
2009-08-09 | Rename UserData to UserAccount data | Melanie | 1 | -7/+7 | |
2009-06-30 | Updated services to allow external applications like web interfaces to | Melanie Thielker | 1 | -5/+40 | |
authenticate against the services. This paves the way for such apps to directly talk to services. | |||||
2009-06-23 | Add RegionSecret to user data structure to provide data update security | Melanie Thielker | 1 | -0/+6 | |
2009-06-22 | Committing RemoteUserServiceConnector out connector, local user service | Melanie Thielker | 1 | -3/+2 | |
connector and the glue code. | |||||
2009-06-22 | Committing the meat of the user server interface and the bones of the ↵ | Melanie Thielker | 1 | -0/+45 | |
service implementation | |||||
2009-05-05 | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 1 | -0/+27 | |
2009-05-05 | Some refactoring. Database is now active in the new user server | Melanie Thielker | 1 | -1/+1 | |
2009-05-05 | Add an interface skeleton for user services | Melanie Thielker | 1 | -0/+6 | |