aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IUserAccountService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-0/+6
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+2
2011-12-30Default LocalToGrid to true. Fixes minor bug introduced yesterday where old r...Diva Canto1-5/+1
2011-12-29Added field LocalToGrid in UserAccount. Context: make HG work in Simian.Diva Canto1-0/+8
2011-10-07Add note to docsBlueWall1-0/+17
2011-10-05Added back UserAccount that creates random UUID for new account.BlueWall1-0/+11
2011-10-04When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)1-2/+2
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
2010-03-23First stage of the new interactive region creation. This will allow creationMelanie1-2/+2
2010-03-12Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)1-7/+13
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
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
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
2009-12-29Tighten up the IUserService interface again. No need for auth tokens at this ...Diva Canto1-2/+2
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 bel...Diva Canto1-18/+0
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
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
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
2009-06-22Committing the meat of the user server interface and the bones of the service...Melanie Thielker1-0/+45
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