aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/UserAccountService (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman2010-09-291-1/+1
| | | | flexible without changing current behavior
* Made IGridUserService.SetLastPosition() more flexible to allow different ↵John Hurliman2010-09-291-1/+1
| | | | possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now
* Formatting cleanup.Jeff Ames2010-09-121-10/+10
|
* Made it impossible to create a user with names containing spaces and ↵randomhuman2010-09-101-2/+4
| | | | prevented passwords from being echoed after enter is pressed.
* Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the followingMelanie2010-06-131-9/+15
| | | | | | | changes: - Start location is NOT optional. The signature was defined with it being mandataory and there is no reason to change it - Adjusted comments to remove misleading or no longer true comments. Default is neuter, according to the code, not male, as the comment stated.
* get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)2010-06-041-0/+8
| | | | | | OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
* minor: move a method so that the #regions make more senseJustin Clark-Casey (justincc)2010-05-281-36/+35
|
* fission UserAccountService.HandleCreateUser() into two methods, one which ↵Justin Clark-Casey (justincc)2010-05-281-4/+14
| | | | handles user command parsing and another which actually does the work
* Removed sessionID from GridUserservice again. Removed parcel crossing ↵Diva Canto2010-05-201-1/+1
| | | | detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
* * Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵unknown2010-05-201-1/+1
| | | | | | will want to track position against sessionID instead of userID * Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-072-11/+94
| | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
* Allow retrieval if admin users in scope modeMelanie Thielker2010-04-301-0/+18
|
* * Guard against null in last commitDiva Canto2010-04-031-1/+2
|
* * Made UserAccountService handle UserLevel, UserFlags and UserTitle ↵Diva Canto2010-04-031-0/+7
| | | | | | appropriately. * Removed Store service from the UserAccount handler.
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
|
* Fixed caching of user accounts.Diva Canto2010-03-091-0/+2
|
* Justin, I must have been dyslexic when I wrote UserGridService as the name ↵Diva Canto2010-03-052-15/+15
| | | | for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere.
* Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-03-051-1/+1
|\
| * Bug fix on user account creation -- ServiceURLs field now properly filled out.Diva Canto2010-03-041-1/+1
| |
* | add initial UserGrid service classes as per diva's directionJustin Clark-Casey (justincc)2010-03-052-0/+158
|/ | | | | this will initially store home location data instead of the presence service compiles but not enough to actually test yet
* Added empty service URLs upon account creation.Diva Canto2010-03-031-0/+9
|
* One more test running.Diva Canto2010-02-211-7/+10
|
* Fixed mixed-case use in UserAccounts table. Plus some more sanity checks on ↵Diva Canto2010-01-132-13/+21
| | | | filling out the UserAccount data.
* Bug fix in create user: create inventory was missing.Diva Canto2010-01-131-0/+12
|
* Several more buglets removed.Diva Canto2010-01-131-0/+4
|
* * Moved command reset password from OpenSim to UserAccountService.Diva Canto2010-01-091-0/+37
|
* * Added SetPassword to IAuthenticationService.Diva Canto2010-01-091-50/+95
| | | | | * Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
* Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto2010-01-091-19/+88
|
* Implement avatar picker queriesMelanie2009-12-311-1/+11
|
* Implement saving user account dataMelanie2009-12-311-1/+22
|
* Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-15/+67
| | | | | Implement the fetch operations fully. Rename one last UserService file to UserAccountService
* Make ScopeID be wild on user queries. Just pass it as UUID.ZeroMelanie2009-12-301-3/+14
|
* Some modifications to user service. Query by name is implemented nowMelanie2009-12-301-0/+15
|
* More renames to make everything consistent. This is the UserAccountService.Diva Canto2009-12-292-0/+148