Oren Hurvitz
|
52f8669169
Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't actually used.
|
před 10 roky |
Oren Hurvitz
|
e00f1a0410
Allow invalidating the users cache
|
před 10 roky |
Melanie
|
5f4c4df227
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
|
před 11 roky |
Diva Canto
|
4cdee3dd3c
Changed protection of CreateDefaultAppearanceEntries to protected, so extensions of the UserAccountService can reuse this.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
4cbaf053cf
Fix small typo
|
před 12 roky |
Justin Clark-Casey (justincc)
|
749c3fef8a
Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
c85a780583
Provide an option to allow remote calls to the CreateUser method on the UserAccountService
|
před 13 roky |
Diva Canto
|
730460169f
Bug fix on the bug fix on UserAccountService.cs
|
před 13 roky |
Diva Canto
|
83c7b9b609
Bug fix -- Test User on first run standalone might not be created properly: let all instances of UserAccountService have all its service references properly initialized, and register console commands on only one.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
b907a66f39
When creating a new user on the comand line, give the option of allowing a UUID to be specified to override the randomly generated one.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
9046651583
Pass any region scope through to the CreateUser() method
|
před 13 roky |
Justin Clark-Casey (justincc)
|
522d6261f1
Correctly create a freshly created estate owner's default items and avatar entries on standalone if applicable.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
c4efb97d49
Write code to create minimum necessary body parts/clothing and avatar entries to make a newly created user appear as a non-cloud on viewer 2
|
před 13 roky |
Justin Clark-Casey (justincc)
|
5daac0584a
Fix bug in reset user password where entering an invalid name would cause an exception. Also, convert this commands log output to console output.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
296774495b
Implement "set user level" console command to set the user level (which determines whether a user has a god account)
|
před 13 roky |
Justin Clark-Casey (justincc)
|
56dcc51094
Add a command "show account <first-name> <last-Name>" to the user account service that will show the given user details
|
před 13 roky |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
před 14 roky |
randomhuman
|
30306a775a
Made it impossible to create a user with names containing spaces and prevented passwords from being echoed after enter is pressed.
|
před 14 roky |
Melanie
|
14c587bea1
Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the following
|
před 14 roky |
Justin Clark-Casey (justincc)
|
75878c8f43
get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAuthenticationData plugin
|
před 14 roky |
Justin Clark-Casey (justincc)
|
0ef41e62bc
minor: move a method so that the #regions make more sense
|
před 14 roky |
Justin Clark-Casey (justincc)
|
505cb82dee
fission UserAccountService.HandleCreateUser() into two methods, one which handles user command parsing and another which actually does the work
|
před 14 roky |
Diva Canto
|
a58859a0d4
GridUserService in place. Replaces the contrived concept of storing user's 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.
|
před 14 roky |
Melanie Thielker
|
d0accc0732
Allow retrieval if admin users in scope mode
|
před 14 roky |
Diva Canto
|
e6ed9b6747
* Guard against null in last commit
|
před 14 roky |
Diva Canto
|
6485c576a1
* Made UserAccountService handle UserLevel, UserFlags and UserTitle appropriately.
|
před 14 roky |
Diva Canto
|
dbb2edf1a6
Fixed caching of user accounts.
|
před 15 roky |
Diva Canto
|
463d775261
Bug fix on user account creation -- ServiceURLs field now properly filled out.
|
před 15 roky |
Diva Canto
|
aee887afaf
Added empty service URLs upon account creation.
|
před 15 roky |
Diva Canto
|
2e7aa387f7
One more test running.
|
před 15 roky |