OpenSimMirror/OpenSim/Region/OptionalModules
UbitUmarov 0bbe7bab7b add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, MoneyTransactionType type, string text). this should be called async allowing time for money module to process it. If returns true, the transation did sucess, so if its use was to pay something, the payed item/service must be provided without fail, otherwise another method is needed so a refund is possible 2017-07-26 19:01:11 +01:00
..
Agent some cleanup.. remove some stats that only some do look at once on a lifetime 2017-06-14 20:19:13 +01:00
Asset Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
Avatar let StreamReader be in using statements 2017-05-07 00:47:45 +01:00
DataSnapshot Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
Example Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
Framework/Monitoring Add the ability to post to and act uponconfiguration in etcd 2017-03-31 14:38:41 +01:00
Materials Make negative asset caching actually work 2017-01-30 13:59:05 +00:00
PhysicsParameters Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
PrimLimitsModule add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) permissions check 2017-04-03 16:10:05 +01:00
Properties Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
Scripting do the same in the cases we are just moving parts around and not changing their caches (ie their taskInventory) 2017-05-04 12:08:10 +01:00
ServiceConnectorsIn/Freeswitch Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
UserStatistics Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
ViewerSupport Fix custom dialogs working when bin/ is read-only 2017-01-07 01:16:56 +00:00
World add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, MoneyTransactionType type, string text). this should be called async allowing time for money module to process it. If returns true, the transation did sucess, so if its use was to pay something, the payed item/service must be provided without fail, otherwise another method is needed so a refund is possible 2017-07-26 19:01:11 +01:00
README reformatting README (just noticed that that line was a bit on the long 2009-03-19 08:47:05 +00:00

README

= OpenSim.Region.OptionalModules =

The modules in this part of the OpenSim source tree are candidates for
forge. For the time being, until we have reached consensus on

    (a) what should be core or optional
    (b) that we have reached a stable API
    (c) how to maintain optional modules

we will keep these modules in-tree.