mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Can now set the plugins for standalone mode's Inventory database (default sqlite) and for its user database (default DB4o). Currently changing the user plugin to MySql should work (if you have MySql setup (should be same as for grid mode). There is also a MySql provider for the inventory but not 100% certain if that is finished and functional (will need to check with Adam on that).
This commit is contained in:
@@ -262,7 +262,7 @@ namespace OpenSim.Framework.Communications.Caches
|
||||
{
|
||||
DoCreateItem();
|
||||
}
|
||||
Console.WriteLine("upload complete "+ this.TransactionID);
|
||||
// Console.WriteLine("upload complete "+ this.TransactionID);
|
||||
//SaveAssetToFile("testudpupload" + Util.RandomClass.Next(1, 1000) + ".dat", this.Asset.Data);
|
||||
}
|
||||
private void SaveAssetToFile(string filename, byte[] data)
|
||||
@@ -319,6 +319,11 @@ namespace OpenSim.Framework.Communications.Caches
|
||||
ourClient.SendInventoryItemUpdate(item);
|
||||
}
|
||||
}
|
||||
|
||||
public void UpdateInventoryItem(LLUUID itemID)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public class NoteCardCapsUpdate
|
||||
|
||||
Reference in New Issue
Block a user