Commit Graph

  • 4a74d85f2a
    Merge 6276aaeb3c into ed3ccceb1d jascotty2 2022-09-18 21:41:48 -0400
  • 6276aaeb3c merge with remote jascotty2 2022-09-18 16:47:31 -0500
  • 8ccf84ed95
    Merge d4780e533b into ed3ccceb1d dependabot[bot] 2022-06-20 22:59:26 +0000
  • d4780e533b
    Bump mysql-connector-java from 6.0.6 to 8.0.28 in /SaneEconomyCore dependabot/maven/SaneEconomyCore/mysql-mysql-connector-java-8.0.28 dependabot[bot] 2022-06-20 22:59:24 +0000
  • 54bcd079ee
    Merge 49299e1a75 into ed3ccceb1d dependabot[bot] 2020-10-12 17:58:35 +0000
  • 49299e1a75
    Bump junit from 4.12 to 4.13.1 in /SaneEconomyCore dependabot/maven/SaneEconomyCore/junit-junit-4.13.1 dependabot[bot] 2020-10-12 17:58:34 +0000
  • 45e9155b84
    Bump mysql-connector-java from 6.0.6 to 8.0.16 in /SaneEconomyCore dependabot[bot] 2020-07-01 17:18:28 +0000
  • ed3ccceb1d
    Merge pull request #103 from A248/master master AppleDash 2020-06-06 13:11:42 -0400
  • 78d6c70658 Add and test EconomyManager#hasBalance to solve #100 A248 2020-06-06 08:10:52 -0400
  • 2756e0c2d9 Add option to disable paying of online players. AppleDash 2020-06-03 08:11:30 -0400
  • bb02d78b88 Fix failing tests (bug with equals instead of compareTo) AppleDash 2020-06-03 08:06:50 -0400
  • 77ba58e333 Add API to get player name from UUID. AppleDash 2020-06-03 08:05:23 -0400
  • 8898cae3ce Merge branch 'master' of github.com:AppleDash/SaneEconomy jascotty2 2020-04-12 01:33:05 -0500
  • c47524f863 Version bump & make some changes to the way table locking is used in MySQL. AppleDash 2020-03-20 11:02:45 -0400
  • afa4e9d36e Clean up code a bit AppleDash 2020-02-02 10:05:26 -0500
  • 854c2f5f10 Experimental baltop fixes and actually use the value of the last name. AppleDash 2020-02-02 08:53:31 -0500
  • 2856305330 Fix a bug where the CONSOLE account does not have an infinite balance on databases upgraded from older versions. 0.17.0 AppleDash 2020-01-24 02:06:54 -0500
  • eab4b59501 Update SaneLib version AppleDash 2020-01-24 01:50:18 -0500
  • a7c74a1cc4 fix merge issue with async transactions jascotty2 2019-12-08 15:53:25 -0600
  • c132eb5304 merge, fix new mysql jascotty2 2019-12-04 21:19:21 -0600
  • d2fea85ffe Improvements to tests & version bump to 0.16.1 AppleDash 2019-11-11 16:08:04 -0500
  • 5663077718 Possibly fix multi-server sync AppleDash 2019-11-10 17:54:03 -0500
  • 83d8965c23 General code cleanup AppleDash 2019-11-04 12:25:17 -0500
  • fe4fc5018d Format code AppleDash 2019-11-04 12:08:24 -0500
  • c269fc1065 Fix MySQL storage backend 0.16.0 big-decimal AppleDash 2019-11-04 11:51:25 -0500
  • 2c3fcea269 Remove flatfile DB backend AppleDash 2019-11-04 05:02:01 -0500
  • 9fdb09fc79 JSON schema update, probably AppleDash 2019-11-04 05:01:09 -0500
  • dfaca9285e Version bump & MySQL schema update AppleDash 2019-11-04 04:57:29 -0500
  • e2cc0f3f03 Make async transactions not crash the server AppleDash 2019-11-04 04:49:41 -0500
  • db8970ebbd Experimental conversion to BigDecimal AppleDash 2019-11-04 04:43:33 -0500
  • f22618ebda Version bump to 0.15.0, fix async transactions 0.15.0 AppleDash 2019-10-31 08:05:22 -0400
  • 030911af20 Make work properly AppleDash 2019-10-31 08:01:23 -0400
  • c77d595497 ...I ain't the sharpest tool in the shed... AppleDash 2019-10-30 07:36:21 -0400
  • 2b1312d643 fix async + sync jascotty2 2019-06-11 07:21:39 -0500
  • fe9163d7d2 fix async transactions jascotty2 2019-06-10 16:50:54 -0500
  • 6366ceb75e fix async transactions jascotty2 2019-06-10 16:50:54 -0500
  • 4af23f9f38 dont forget to update schema on update, if applicable jascotty2 2019-04-25 08:26:13 -0500
  • d9866a03e7 fix SQL errors for fresh installs jascotty2 2019-04-23 10:45:23 -0500
  • 36314d0f8b Update MockServer to new API jascotty2 2019-04-16 13:30:17 -0500
  • df337210e7 Update Pom jascotty2 2019-04-16 13:28:37 -0500
  • d301ea1151
    Merge 59a0aa2664 into 71a83a4139 egg82 2018-11-30 02:11:54 +0000
  • 59a0aa2664 Replaced Bukkit.getServer with plugin.getServer egg82 2018-11-29 19:11:47 -0700
  • 0db46a257e Register SQL drivers before Hikari loads egg82 2018-11-28 23:19:03 -0700
  • 68b8f62454 Fixed deps in pom.xml egg82 2018-11-26 12:33:47 -0700
  • 6bc60387aa Introducing dep injection! Enjoy small jar file sizes with all the benefits of an uber-jar! Updated some plugins and moved pom.xml stuff around a bit Now including Paper API (will be useful later) There's some messy parts for now, but not really any more messy than the original codebase. Will be cleaned up in a future PR egg82 2018-11-26 12:14:08 -0700
  • dc56dc8dfa
    Update EconomyStorageBackendMySQL.java sync667 2018-11-04 16:53:07 +0100
  • 71a83a4139 the world was gonna roll me AppleDash 2018-10-05 05:35:45 -0400
  • e42c1fde65 SomeBODY once told me AppleDash 2018-10-05 05:31:37 -0400
  • a028318be1
    Merge 8b753f31a5 into 1caee7db9f Bayu Aditya H 2018-10-05 08:41:53 +0000
  • 1caee7db9f Improve tests. AppleDash 2018-10-05 04:41:23 -0400
  • 25c6c2cd95 Make balancetop display names properly, possibly, and hope for the best. AppleDash 2018-10-05 04:38:35 -0400
  • 3c84fe510e Implement support for storing an Economable's last name in the database. AppleDash 2018-10-05 04:17:58 -0400
  • 71832bfffa Implement possibility to send a player a message when they are given money by an admin. AppleDash 2018-10-05 04:09:37 -0400
  • 8b753f31a5 Merge remote-tracking branch 'upstream/master' Bayu Aditya H 2018-06-10 15:37:22 +0700
  • 867535bb4d Version bump 0.14.0. Make the API needlessly more complex to try and fix some bugs. AppleDash 2018-05-25 02:27:02 -0400
  • 6be741b047 Update deps - this SaneLib version fixes a big with config.yml not saving. AppleDash 2018-03-01 07:58:51 -0500
  • ccc7da8fe7 Bump SESS version AppleDash 2018-02-08 19:03:42 -0500
  • f92c7fddf7 beef AppleDash 2018-02-08 19:03:03 -0500
  • 3721f22158 Version bump 0.13.1 AppleDash 2017-11-21 14:06:41 -0500
  • 08e87f2779 Attempt to fix baltop nullpointer AppleDash 2017-11-21 14:01:52 -0500
  • c51253b63b Only display single economable reload warning when necessary AppleDash 2017-11-10 07:10:09 -0500
  • 328e3ad08d Fix weird Set construction and a little code cleanup - #67 #68 AppleDash 2017-11-10 07:06:44 -0500
  • c5634ea562 Fix building testing issue if system is using comma as decimal separator. Bayu Aditya H 2017-11-09 18:24:42 +0700
  • b8045511f1 🤔 0.13.0 AppleDash 2017-11-08 20:34:55 -0500
  • 2bfec13b00 Fix Maven repo bullshit AppleDash 2017-11-08 20:29:52 -0500
  • a7ad109549 Merge d3ec0c0d82 into f9e8a868e5 Gabriele C 2017-09-24 12:20:59 +0000
  • f9e8a868e5 Implement some various code improvements - credit to @sgdc3 - see #58 AppleDash 2017-09-23 07:24:28 -0400
  • 2fe0d7b861 Merge 59fb2d23cc into be8206ce10 Gabriele C 2017-09-22 19:33:33 +0000
  • 59fb2d23cc Performance enhancement sgdc3 2017-09-22 21:33:21 +0200
  • ed8a91d167 Add option to use custom number locale sgdc3 2017-09-22 21:21:23 +0200
  • b61cb23df8 Project cleanup, implement better server sync, fix some number format issues sgdc3 2017-09-22 20:27:08 +0200
  • be8206ce10 Version bump - also the last commit tries to fix the translations file not existing too. AppleDash 2017-09-21 22:58:51 -0400
  • d399e7a6be Experimental multiserver sync support. AppleDash 2017-09-21 22:58:00 -0400
  • 1f0df591fd Fix bug in baltop and in ecoadmin AppleDash 2017-08-26 01:16:29 -0400
  • 5ac6ba1407 Deprecate SaneEconomy.getInstance() AppleDash 2017-07-17 16:11:58 -0400
  • 9a00cddf24 0.12.7 - Fix version comparator AGAIN 0.12.7 AppleDash 2017-07-15 23:49:05 -0400
  • 31d311c229 Version checker improved + locale-override option 0.12.6 AppleDash 2017-07-15 17:02:04 -0400
  • ca13e9a810 Oops AppleDash 2017-07-15 16:39:37 -0400
  • f9440b3f18 Version bump to 0.12.6 AppleDash 2017-07-15 16:37:26 -0400
  • 01938349cb Baltop improvements & mocking of Server AppleDash 2017-07-15 16:36:32 -0400
  • d3ec0c0d82 Update pom.xml Gabriele C 2017-07-14 15:20:44 +0200
  • 03cd019763 Version bump! AppleDash 2017-07-14 01:23:44 -0400
  • 735c88f839 Root POM doesn't need reasonable versioning. 0.12.5-PRE AppleDash 2017-07-14 01:19:32 -0400
  • 686b9ef871 SaneEconomyOnlineTime + version bump AppleDash 2017-07-14 01:16:56 -0400
  • c7f58edf44 Update EconomyStorageBackendMySQL.java AppleDash 2017-07-14 01:11:50 -0400
  • 6b484c9d94 Fix repository Gabriele C 2017-07-14 00:25:25 +0200
  • f54a43437d SaneEconomy: Only log database transactions if debug=true (in newer SaneLib) AppleDash 2017-07-12 20:06:14 -0400
  • c3f84698ce Colored balance format support. AppleDash 2017-07-10 18:11:46 -0400
  • 5bd417a0fc Remove duplicate key from messages.yml AppleDash 2017-07-10 18:09:55 -0400
  • 142b794abf Quick bug fix 0.12.3 AppleDash 2017-07-09 22:49:49 -0400
  • 8345b3a478 Fix plugin.yml AppleDash 2017-07-09 22:47:21 -0400
  • af3a64c14c Version bump AppleDash 2017-07-07 00:04:42 -0400
  • 96b5de947a Build against newer SaneLib AppleDash 2017-07-07 00:03:44 -0400
  • 684abf3488 Version bump and fix JUnit tests. AppleDash 2017-07-05 09:59:34 -0400
  • d95d55c4f4 Add support for SaneEconomyTransactionEvent. AppleDash 2017-07-05 09:57:26 -0400
  • 39e010a659 Switch to SaneLib SaneCommand AppleDash 2017-07-03 12:54:32 -0400
  • 4e4eb709fe Properly rewrite all plugins to use SaneLib AppleDash 2017-07-03 12:48:05 -0400
  • 5574fcbac3 Improve MobKills with permissions! AppleDash 2017-07-03 03:44:42 -0400
  • 0506af01cc Major overhaul - now using SaneLib! AppleDash 2017-07-03 00:17:18 -0400
  • 3678f71dc7 Try to fix MySQL flushing hanging. AppleDash 2017-06-14 19:50:27 -0400