diff --git a/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/MoneyServer.exe.config b/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/MoneyServer.exe.config deleted file mode 100644 index 064bae893b2..00000000000 --- a/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/MoneyServer.exe.config +++ /dev/null @@ -1,29 +0,0 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/MoneyServer.ini.example b/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/MoneyServer.ini.example deleted file mode 100644 index a4b3998cdb4..00000000000 --- a/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/MoneyServer.ini.example +++ /dev/null @@ -1,77 +0,0 @@ -[Startup] -; -; Place to create a PID file -; PIDFile = "/tmp/money.pid" - - -[MySql] -; -;Connection parameters of MySQL -hostname = localhost -database = Database_name -username = Database_user -password = Database_password - -pooling = false -port = 3306 - -; -; Max DB connections kept by money server. -MaxConnection = 20 - - -[MoneyServer] -; Port No. of this Server -ServerPort = 8008 - -; -; If the user is not found in database,he/she will be created with the default balance. -DefaultBalance = 1000 - -; -; Is amount==0 transaction enable? Default is false. -EnableAmountZero = true - -; -; If "00000000-0000-0000-0000-000000000000" is specified, all avatars can get money from system. -; If "" is specified, nobody can get money. -BankerAvatar = "00000000-0000-0000-0000-000000000000" - -; -; If you want to use llGiveMoney() function normally even when payer doesn't login to OpenSim, -; please set true to this valiable -EnableForceTransfer = true - -; -; Send/Move money to/from avatar by Money Script -;EnableScriptSendMoney = true -;MoneyScriptAccessKey = "123456789" ;; Specify same secret key in include/config.php or WI(XoopenSim/Modlos) -;MoneyScriptIPaddress = "202.26.159.139" ;; Not use 127.0.0.1. This is used to generate Script key - -; -; for HG/Guest Avatar. Foreign Avatar is always false -EnableHGAvatar = true -EnableGuestAvatar = true -HGAvatarDefaultBalance = 1000 -GuestAvatarDefaultBalance = 1000 - -; -; Message that displayed in blue dialog, when balance is updated. -; If "" is specified, blue dialog is not displayed. -; You can use {0} and {1} in message string. -; {0} means amount and {1} means avatar name or object owner name. -BalanceMessageSendGift = "Sent Gift L${0} to {1}." ;; for send gift to other avatar -BalanceMessageReceiveGift = "Received Gift L${0} from {1}." ;; for receieve gift from other avatar -BalanceMessagePayCharge = "Paid the Money L${0} for creation." ;; for upload and group creation charge -BalanceMessageBuyObject = "Bought the Object {2} from {1} by L${0}." ;; for buy the object -BalanceMessageSellObject = "{1} bought the Object {2} by L${0}." ;; for sell the object -BalanceMessageLandSale = "Paid the Money L${0} for Land." ;; for buy the land -BalanceMessageScvLandSale = "Paid the Money L${0} for Land." ;; for get the money of the sold land -BalanceMessageGetMoney = "Got the Money L${0} from {1}." ;; for get the money from object by llGiveMoney() -BalanceMessageBuyMoney = "Bought the Money L${0}." ;; for buy the money from system -BalanceMessageRollBack = "RollBack the Transaction: L${0} from/to {1}." ;; when roll back ocuurred -BalanceMessageSendMoney = "Paid the Money L${0} to {1}." ;; for sender of sending the money -BalanceMessageReceiveMoney = "Received L${0} from {1}." ;; for receive the money - - -[Certificate] diff --git a/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/OpenSim.ini.sample b/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/OpenSim.ini.sample deleted file mode 100644 index b0a21f12fb7..00000000000 --- a/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/OpenSim.ini.sample +++ /dev/null @@ -1,51 +0,0 @@ -[Economy] - ;; Enables selling. - SellEnabled = true - - ;CurrencyServer = "" ;; ex.) "https://opensim.net:8008/" Default is "" - EconomyModule = DTLNSLMoneyModule - CurrencyServer = "${Const|BaseURL}:8008/" - UserServer = "${Const|BaseURL}:8002/" - - CheckServerCert = false - - ;; Money Unit fee to upload textures, animations etc. Default is 0. - PriceUpload = 0 - - ;; Mesh upload factors - MeshModelUploadCostFactor = 1.0 - MeshModelUploadTextureCostFactor = 1.0 - MeshModelMinCostFactor = 1.0 - - ;; Money Unit fee to create groups. Default is 0. - PriceGroupCreate = 0 - - ;; We don't really know what the rest of these values do. These get sent to the client - ;; These taken from Agni at a Public Telehub. Change at your own risk. - ObjectCount = 0 - PriceEnergyUnit = 0 - PriceObjectClaim = 0 - PricePublicObjectDecay = 0 - PricePublicObjectDelete = 0 - PriceParcelClaim = 0 - PriceParcelClaimFactor = 1 - - PriceRentLight = 0 - TeleportMinPrice = 0 - TeleportPriceExponent = 2 - EnergyEfficiency = 1 - PriceObjectRent = 0 - PriceObjectScaleFactor = 10 - PriceParcelRent = 0 - - ; Mesh upload settings, independent of economymodule - - ; Create inventory entries for textures uploaded with a model - ; default is false, ie, do not create - ; MeshModelAllowTextureToInventory = true - - ;; Avatar Class for HG Avatar - ;; {ForeignAvatar, HGAvatar, GuestAvatar, LocalAvatar} HGAvatar - ;; HG Avatar is assumed as a specified avatar class. Default is HGAvatar - ;; Processing for each avatar class is dependent on Money Server settings. - ;HGAvatarAs = "HGAvatar" diff --git a/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/SineWaveCert.pfx b/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/SineWaveCert.pfx deleted file mode 100644 index 11c8ae5402e..00000000000 Binary files a/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/SineWaveCert.pfx and /dev/null differ diff --git a/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/server_cert.p12 b/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/server_cert.p12 deleted file mode 100644 index 16adb0142af..00000000000 Binary files a/addon-modules/OpenSim.Region.OptionalModules.Currency/bin/server_cert.p12 and /dev/null differ