aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IUserAccountService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-10minor: remove some compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-06-15Fixes creation date issue on user accounts.Diva Canto1-1/+3
2010-05-29Get the user's DOB back from the server response properly.Melanie Thielker1-1/+1
2010-05-02Make the IUserAccountData properly unpack the god mode data, so grid godsMelanie Thielker1-3/+3
work again
2010-03-23First stage of the new interactive region creation. This will allow creationMelanie1-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-12Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin 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-13Several more buglets removed.Diva Canto1-4/+4
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-0/+19
* HG is seriously broken here * Compiles. Untested.
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-0/+11
2010-01-02Flattening the ServiceURLsDiva Canto1-3/+23
2009-12-31Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie1-5/+3
Implement the fetch operations fully. Rename one last UserService file to UserAccountService
2009-12-30Some modifications to user service. Query by name is implemented nowMelanie1-8/+8
2009-12-29* All modules and connectors for user account service are in place. Untested.Diva Canto1-2/+2
* Cleaned up a few things on presence connectors
2009-12-29Tighten up the IUserService interface again. No need for auth tokens at this ↵Diva Canto1-2/+2
level.
2009-12-29Polished the IUserService interface.Diva Canto1-1/+2
2009-12-29Better way of setting ServiceURLsDiva Canto1-12/+2
2009-12-28Added the ServiceURLs field to UserAccountDataDiva Canto1-0/+14
2009-12-28Removed AccountType, GodLevel and UserFlags from UserAccountData. Doesn't ↵Diva Canto1-18/+0
belong there.
2009-12-28* Added Created field to UserAccountDataDiva Canto1-0/+5
2009-12-28* Added packing/unpacking of the Home fields in PresenceInfoDiva Canto1-28/+38
* Cleaned up IUserService and beefed up UserAccoutData
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie1-25/+10
2009-08-09Finish the renaming and mae things compile againMelanie1-3/+3
2009-08-09More renamesMelanie1-10/+10
2009-08-09Rename UserData to UserAccount dataMelanie1-7/+7
2009-06-30Updated services to allow external applications like web interfaces toMelanie Thielker1-5/+40
authenticate against the services. This paves the way for such apps to directly talk to services.
2009-06-23Add RegionSecret to user data structure to provide data update securityMelanie Thielker1-0/+6
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker1-3/+2
connector and the glue code.
2009-06-22Committing the meat of the user server interface and the bones of the ↵Melanie Thielker1-0/+45
service implementation
2009-05-05Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames1-0/+27
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-1/+1
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+6