Thank you kindly, Melanie, for a patch which:

Previously, upload charging was possible only for UPD uploads. 
This is because UDP uploads are charged by the viewer, while in CAPS, 
this was changed to be server side, so hackers couldn't avoid 
paying the upload charge. This patch adds a method to allow 
implementation of this serverside charge.
This commit is contained in:
Charles Krinke
2008-05-23 01:38:20 +00:00
parent 8cde4a1c28
commit 7dcaa409b3
4 changed files with 17 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ namespace OpenSim.Region.Environment.Interfaces
{
bool ObjectGiveMoney(LLUUID objectID, LLUUID fromID, LLUUID toID,
int amount);
void ApplyUploadCharge(LLUUID agentID);
event ObjectPaid OnObjectPaid;
}