mirror of
https://github.com/opensim/opensim.git
synced 2026-07-20 06:35:39 +08:00
Possible my last ever OpenSim/OGS contribution (if I continue to feel like this):
Re-added a CLI "create user" command to the userserver, only currently works if using DB4o as the database provider. Added Xml config files to both the UserServer and Gridserver (UserServerConfig.xml and GridServerConfig.xml), so that the database provider can be set in it. (both currently default to DB4o , so maybe Adam will want to change it back to defaulting to MySQL)
This commit is contained in:
@@ -121,6 +121,10 @@ namespace OpenGrid.Framework.Data.MySQL
|
||||
}
|
||||
}
|
||||
|
||||
public void addNewUserProfile(UserProfileData user)
|
||||
{
|
||||
}
|
||||
|
||||
public bool moneyTransferRequest(LLUUID from, LLUUID to, uint amount)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user