Commit Graph

118 Commits

Author SHA1 Message Date
AppleDash
d399e7a6be Experimental multiserver sync support. 2017-09-21 22:58:00 -04:00
AppleDash
1f0df591fd Fix bug in baltop and in ecoadmin 2017-08-26 01:16:29 -04:00
AppleDash
5ac6ba1407 Deprecate SaneEconomy.getInstance() 2017-07-17 16:11:58 -04:00
AppleDash
9a00cddf24 0.12.7 - Fix version comparator AGAIN 2017-07-15 23:49:05 -04:00
AppleDash
31d311c229 Version checker improved + locale-override option 2017-07-15 17:02:04 -04:00
AppleDash
01938349cb Baltop improvements & mocking of Server 2017-07-15 16:36:32 -04:00
AppleDash
c7f58edf44 Update EconomyStorageBackendMySQL.java 2017-07-14 01:11:50 -04:00
AppleDash
f54a43437d SaneEconomy: Only log database transactions if debug=true (in newer SaneLib) 2017-07-12 20:06:53 -04:00
AppleDash
c3f84698ce Colored balance format support. 2017-07-10 18:11:46 -04:00
AppleDash
5bd417a0fc Remove duplicate key from messages.yml 2017-07-10 18:09:55 -04:00
AppleDash
142b794abf Quick bug fix 2017-07-09 22:49:49 -04:00
AppleDash
96b5de947a Build against newer SaneLib 2017-07-07 00:03:44 -04:00
AppleDash
684abf3488 Version bump and fix JUnit tests. 2017-07-05 09:59:34 -04:00
AppleDash
d95d55c4f4 Add support for SaneEconomyTransactionEvent. 2017-07-05 09:57:26 -04:00
AppleDash
39e010a659 Switch to SaneLib SaneCommand 2017-07-03 12:54:32 -04:00
AppleDash
4e4eb709fe Properly rewrite all plugins to use SaneLib 2017-07-03 12:48:05 -04:00
AppleDash
0506af01cc Major overhaul - now using SaneLib! 2017-07-03 00:17:18 -04:00
AppleDash
3678f71dc7 Try to fix MySQL flushing hanging. 2017-06-14 19:50:27 -04:00
AppleDash
078336db8f General code cleanup 2017-06-14 19:38:04 -04:00
AppleDash
1545bcacad Make balance-format work properly 2017-06-14 10:39:43 -04:00
AppleDash
921734241e Add support for ?useSSL=false in the JDBC URL. Fixes #48 2017-06-14 10:28:10 -04:00
AppleDash
da16d4474e Experimental: Lock MySQL tables so as not to break things?! 2017-06-10 16:32:37 -04:00
AppleDash
dc6909af0f Merge pull request #46 from MegaNarwhal/master
Allow custom balance format string
2017-06-10 16:21:18 -04:00
AppleDash
d70162c9c3 Only show players in /baltop. Fixes #38. 2017-06-10 16:20:27 -04:00
Carter
6015eb7947 Use MessageUtils instead of String.format for currency formatting 2017-06-08 18:33:49 -04:00
Carter
2adb136f3d Use balance-format in Currency 2017-06-07 18:38:48 -04:00
AppleDash
c621824b82 Add support for server account 2017-02-14 11:28:04 -05:00
AppleDash
c8ba25058e Add more usage translations for commands. 2017-01-22 12:52:35 -05:00
AppleDash
a017083664 Different message for /bal on self, and add a missing translation. 2017-01-22 12:49:01 -05:00
AppleDash
2dcc2cb2de Implement JSON backend and make it the default. 2017-01-22 12:40:47 -05:00
AppleDash
3bfecbfc4c Try to fix weird MySQL server hangs. 2017-01-22 12:14:15 -05:00
AppleDash
742997cd3d Make /pay work on offline players. 2017-01-22 03:50:30 -05:00
AppleDash
5f55a623e3 Fix update checker. 2017-01-20 08:45:05 -05:00
AppleDash
b0be08d5dc Clean up MySQLConnection code slightly. 2017-01-20 00:51:07 -05:00
AppleDash
9d71bb5a21 Retry MySQL queries if they fail. 2017-01-20 00:48:05 -05:00
AppleDash
8ab8290b77 Introduce SQL query timeouts 2017-01-20 00:27:52 -05:00
AppleDash
96ee933d19 Merge branch 'master' of github.com:AppleDash/SaneEconomy 2017-01-17 08:19:22 -05:00
AppleDash
3695d1389b Fix ClassCastException loading flatfile DB 2017-01-17 08:19:11 -05:00
AppleDash
b81d64c2be Try and fix bug with resetting MySQL balances 2017-01-16 14:20:55 -05:00
AppleDash
2ccd25cce4 Merge branch 'master' of github.com:AppleDash/SaneEconomy 2017-01-10 17:09:27 -05:00
AppleDash
4df22729aa Weird sign shop stuff. 2017-01-10 17:09:18 -05:00
AppleDash
372ec96381 Merge pull request #28 from Mga-Denmark/patch-1
Add logged field to table with timestamp info
2017-01-02 03:44:52 -05:00
AppleDash
8a7ceea66e Fix weird splitting of methods for transaction logging 2017-01-02 03:43:30 -05:00
Michael Gerner Andreasen
358d50bcc7 reverts bad hard coded table name 2016-12-27 00:54:47 +01:00
Michael Gerner Andreasen
20299a4b2e Add logged field to table with timestamp info
This give people some insights regarding when something happened, it also adds the possibility to make a history log for server admins to show on profile pages at there websites, if they want to.
2016-12-27 00:37:45 +01:00
AppleDash
1975ffef0c Try and fix I18n 2016-12-17 11:37:06 -05:00
AppleDash
d86233af74 Merge branch 'master' of github.com:AppleDash/SaneEconomy 2016-12-15 20:17:33 -05:00
AppleDash
36ffc50fa1 Merge 2016-12-15 20:17:24 -05:00
AppleDash
e3a36ccd22 Hopefully convert everything over to the new format placeholders. 2016-12-15 20:11:08 -05:00
AppleDash
8bef764622 Try and improve translation loading code. 2016-12-15 19:53:43 -05:00