Jeff Ames
|
65c5efe43b
Formatting cleanup.
|
16 anos atrás |
Adam Frisby
|
a1c8aa4050
* Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces.
|
16 anos atrás |
Adam Frisby
|
fef3b36894
* Optimised using statements and namespace references across entire project (this took a while to run).
|
16 anos atrás |
Sean Dague
|
25fea01b92
further renaming of properties for clarity
|
16 anos atrás |
Sean Dague
|
c176caeb05
moved fields to properties for UserDataProfile, which was
|
16 anos atrás |
Jeff Ames
|
47180080f0
Formatting cleanup.
|
16 anos atrás |
Justin Clarke Casey
|
37c32e1154
* Make it more obvious if local user services are being used
|
16 anos atrás |
Jeff Ames
|
a8cfbbe963
Minor cleanup.
|
16 anos atrás |
Tedd Hansen
|
5f70b8b922
Added a small but maybe important clue that UserServer is not running.
|
16 anos atrás |
Justin Clarke Casey
|
a1c9349d47
Refactor only: serve stats objects directly through StatsManager singleton
|
16 anos atrás |
Justin Clarke Casey
|
beefbb46d2
* Add total logouts (and total logins) to server side user stats
|
17 anos atrás |
Adam Frisby
|
b25f9f322c
* Mother of all commits:
|
17 anos atrás |
lbsa71
|
efd90b56b7
* Optimized usings
|
17 anos atrás |
mingchen
|
b51a900beb
*Master Avatar can be specified by a previous UUID in either grid mode or standalone mode by specifying a master_avatar_uuid attribute in the place of master_avatar_xxxx_name and master_avatar_password.You will not be asked for the name and password if a valid UUID is specified.
|
17 anos atrás |
lbsa71
|
67e12b95ea
* Optimized usings
|
17 anos atrás |
MW
|
3d8219f6c7
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace.
|
17 anos atrás |
lbsa71
|
849eaffbe5
* Applied patch #418 : copyright-r2012.patch - some errors, but got most thru
|
17 anos atrás |
lbsa71
|
5a65521203
== The "right name and place" commit ==
|
17 anos atrás |
MW
|
652654176a
more refactoring
|
17 anos atrás |
lbsa71
|
b5eaea7b0c
* Moved setup of LocalInventoryService and LocalUserServices to the app layer
|
17 anos atrás |
lbsa71
|
863195612b
Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tleiades patch 444 and 445.
|
17 anos atrás |
lbsa71
|
8143c597fc
* Tleiades grid mode inventory (#444) - thanx Tleiades!
|
17 anos atrás |
lbsa71
|
1302ef44e3
* Started major restructusing of comms to prepare for better grid and region functionality
|
17 anos atrás |
lbsa71
|
47256cebda
* Renamed methods on IUserData
|
17 anos atrás |
lbsa71
|
ce071417d4
* minor renames
|
17 anos atrás |
lbsa71
|
79045abe68
* Renamed stuff on UserManagerBase to get implicit implementation of IUserServices (instead of stubs)
|
17 anos atrás |
MW
|
8b4955f6c1
Hopefully fixed the issue of inventory not working for the master account. (Note you will need to delete userprofile.yap for this to take effect.)
|
17 anos atrás |
MW
|
04b1767886
Separated Login Service from usermanager, which helps to clean up the code a bit and also should help to integrate the inventory server (when it is wrote/finished).
|
17 anos atrás |
MW
|
7fbc3266df
The Welcome message /message of the day shown in the client during login, can now be set from the .INI file for standalone mode (change the standalone_welcome = "Welcome to OpenSim" line).
|
17 anos atrás |
MW
|
114807b9d1
Made account Authentication optional in "sandbox/standalone" mode. Just change "standalone_authenticate = false" to be true in OpenSim.ini. Then as per grid mode, you can use the "create user" command to create new accounts.
|
17 anos atrás |