This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-08-03 15:36:16 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
334dce42e7982429567397869fea6db89703cd13
opensim
/
OpenSim
/
Region
/
Communications
/
Local
History
MW
31b895681a
As part of our "we aim to please" commitment, have added the ability to create a user in one command line: "create user firstname secondname passwrd regionX regionY". This allows the use of the "command-script" feature. So to add a bunch of new accounts, just create a text file, and add a line as above for each account. Then in the opensim console, type: "command-script filename".
2007-08-28 18:09:36 +00:00
..
Properties
changed to native line ending encoding
2007-07-16 15:40:11 +00:00
CommunicationsLocal.cs
As part of our "we aim to please" commitment, have added the ability to create a user in one command line: "create user firstname secondname passwrd regionX regionY". This allows the use of the "command-script" feature. So to add a bunch of new accounts, just create a text file, and add a line as above for each account. Then in the opensim console, type: "command-script filename".
2007-08-28 18:09:36 +00:00
LocalBackEndServices.cs
* Some work in progress code: Inventory cache, start of inventory server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be).
2007-07-22 11:44:36 +00:00
LocalInventoryService.cs
Taking Prims (SceneObjectGroups) in and out of inventory should now work and if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on).
2007-08-16 16:31:32 +00:00
LocalLoginService.cs
Now also enabled Inventory persistence in standalone mode when account Authentication is turned off.
2007-08-24 20:58:24 +00:00
LocalUserServices.cs
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.)
2007-08-24 16:30:27 +00:00