UbitUmarov
|
47fd3afecd
change SampleMoneyModule intialization, make it look for economymodule setting both in startup and economy sections; change some default settings to no cost values, since that is our default
|
před 6 roky |
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
|
před 7 roky |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
před 7 roky |
UbitUmarov
|
371c9dd2af
bad merge?
|
před 9 roky |
Oren Hurvitz
|
998d7009a6
Eliminated many warnings
|
před 10 roky |
Melanie
|
24a4367fc2
Merge branch 'avination-current' into careminster
|
před 11 roky |
Melanie
|
62c277ff9f
Add a result param to te money module interface
|
před 11 roky |
Melanie
|
669fa3ff9a
Merge branch 'master' into careminster
|
před 11 roky |
Melanie
|
533bbf033d
Update the money framework to allow sending the new style linden "serverside is now viewerside" messages regarding currency
|
před 11 roky |
Melanie
|
0086c3b5fb
Update the money framework to allow sending the new style linden "serverside is now viewerside" messages regarding currency
|
před 11 roky |
Melanie
|
7c729e1519
Merge branch 'master' into careminster
|
před 11 roky |
Melanie
|
cbb3bb62da
Unbreak the sample money module
|
před 11 roky |
Melanie
|
ef08ab68a7
Small oversight in EconomyDataRequest - this would have affected everyone NOT using a money module.
|
před 11 roky |
Melanie
|
40036ca05f
Change EconomyDataRequest signature to use an IClientAPI rather than UUID. This is needed because recent LL viewer codebases call this earlier in login when the client is not yet established in the sim and can't be found by UUID.
|
před 11 roky |
Melanie
|
fb8aa22084
Merge branch 'master' into careminster
|
před 11 roky |
Melanie
|
03c9d8ae4f
Change EconomyDataRequest signature to use an IClientAPI rather than UUID. This is needed because recent LL viewer codebases call this earlier in login when the client is not yet established in the sim and can't be found by UUID.
|
před 11 roky |
Melanie
|
e62b14024f
Merge branch 'master' into careminster
|
před 12 roky |
SignpostMarv
|
79b7c571ff
updating documentation in SampleMoneyModule based on doxygen error log output; changing an xml-style hint to a uri-style hint in the class summary, improving documentation of Initialise method and removing a superfluous parameter, improving documentating of ClientClosed method and documenting an omitted parameter
|
před 12 roky |
Melanie
|
d3904ff484
Add a transaction ID to the money module path for llTransferLindenDollars
|
před 12 roky |
Melanie
|
9a5679876e
Merge branch 'master' into careminster
|
před 12 roky |
Diva Canto
|
86903f23dd
Cleanup on region modules: gave short node id's to all of them.
|
před 12 roky |
Melanie
|
428407c5e4
Merge branch 'master' into careminster
|
před 12 roky |
Melanie
|
7352aea9ac
Remove IClientAPI from the money module. It was only used to pass in the
|
před 12 roky |
Melanie
|
fd22159d0c
Merge branch 'master' into bigmerge
|
před 13 roky |
Justin Clark-Casey (justincc)
|
8a0a78cbcc
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around.
|
před 13 roky |
Melanie
|
c79f79fc84
Add needed dummy to sample money
|
před 13 roky |
Melanie
|
170c5d183b
Remove a bit of dead code relating to ObjectCapacity
|
před 14 roky |
Melanie
|
338e7481f9
Remove a bit of dead code relating to ObjectCapacity
|
před 14 roky |
Jeff Ames
|
bc9f793a92
Formatting cleanup.
|
před 14 roky |
Melanie
|
6fc1ceb2ee
So, the client can have an old idea of the object properties for the object when it goes to buy. This can cause a problem in the buy process. Additionally Hazim mentioned that the buy packets are spoofable. The core modules are the crowing glory example of best practice :P, so therefore, setting the example here, Validate Client sent Buy Data. WebAppSecurity 101, Never trust a client. Validate Validate Validate! Or you'll have problems whether intentional or not.
|
před 14 roky |