Commit Graph

195 Commits

Author SHA1 Message Date
dependabot[bot]
d4780e533b
Bump mysql-connector-java from 6.0.6 to 8.0.28 in /SaneEconomyCore
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 6.0.6 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/6.0.6...8.0.28)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 22:59:24 +00:00
A248
78d6c70658 Add and test EconomyManager#hasBalance to solve #100 2020-06-06 08:10:52 -04:00
AppleDash
2756e0c2d9 Add option to disable paying of online players. 2020-06-03 08:11:30 -04:00
AppleDash
bb02d78b88 Fix failing tests (bug with equals instead of compareTo) 2020-06-03 08:06:50 -04:00
AppleDash
77ba58e333 Add API to get player name from UUID. 2020-06-03 08:05:23 -04:00
AppleDash
c47524f863 Version bump & make some changes to the way table locking is used in MySQL. 2020-03-20 11:03:02 -04:00
AppleDash
afa4e9d36e Clean up code a bit 2020-02-02 10:05:26 -05:00
AppleDash
854c2f5f10 Experimental baltop fixes and actually use the value of the last name. 2020-02-02 08:53:31 -05:00
AppleDash
2856305330 Fix a bug where the CONSOLE account does not have an infinite balance on databases upgraded from older versions. 2020-01-24 02:06:54 -05:00
AppleDash
eab4b59501 Update SaneLib version 2020-01-24 01:50:18 -05:00
AppleDash
d2fea85ffe Improvements to tests & version bump to 0.16.1 2019-11-11 16:08:04 -05:00
AppleDash
5663077718 Possibly fix multi-server sync 2019-11-10 17:54:03 -05:00
AppleDash
83d8965c23 General code cleanup 2019-11-04 12:25:17 -05:00
AppleDash
fe4fc5018d Format code 2019-11-04 12:08:24 -05:00
AppleDash
c269fc1065 Fix MySQL storage backend 2019-11-04 11:51:25 -05:00
AppleDash
2c3fcea269 Remove flatfile DB backend 2019-11-04 05:02:01 -05:00
AppleDash
9fdb09fc79 JSON schema update, probably 2019-11-04 05:01:09 -05:00
AppleDash
dfaca9285e Version bump & MySQL schema update 2019-11-04 04:57:29 -05:00
AppleDash
e2cc0f3f03 Make async transactions not crash the server 2019-11-04 04:49:41 -05:00
AppleDash
db8970ebbd Experimental conversion to BigDecimal 2019-11-04 04:43:33 -05:00
AppleDash
f22618ebda Version bump to 0.15.0, fix async transactions 2019-10-31 08:05:22 -04:00
AppleDash
030911af20 Make work properly 2019-10-31 08:01:23 -04:00
AppleDash
71a83a4139 the world was gonna roll me 2018-10-05 05:35:45 -04:00
AppleDash
e42c1fde65 SomeBODY once told me 2018-10-05 05:31:37 -04:00
AppleDash
1caee7db9f Improve tests. 2018-10-05 04:41:23 -04:00
AppleDash
25c6c2cd95 Make balancetop display names properly, possibly, and hope for the best. 2018-10-05 04:38:35 -04:00
AppleDash
3c84fe510e Implement support for storing an Economable's last name in the database. 2018-10-05 04:17:58 -04:00
AppleDash
71832bfffa Implement possibility to send a player a message when they are given money by an admin. 2018-10-05 04:09:37 -04:00
AppleDash
867535bb4d Version bump 0.14.0. Make the API needlessly more complex to try and fix some bugs. 2018-05-25 02:27:02 -04:00
AppleDash
3721f22158 Version bump 2017-11-21 14:06:41 -05:00
AppleDash
08e87f2779 Attempt to fix baltop nullpointer 2017-11-21 14:01:52 -05:00
AppleDash
c51253b63b Only display single economable reload warning when necessary 2017-11-10 07:10:09 -05:00
AppleDash
328e3ad08d Fix weird Set construction and a little code cleanup - #67 #68 2017-11-10 07:06:44 -05:00
AppleDash
b8045511f1 🤔 2017-11-08 20:34:55 -05:00
AppleDash
2bfec13b00 Fix Maven repo bullshit 2017-11-08 20:29:52 -05:00
AppleDash
f9e8a868e5 Implement some various code improvements - credit to @sgdc3 - see #58 2017-09-23 07:24:28 -04:00
AppleDash
be8206ce10 Version bump - also the last commit tries to fix the translations file not existing too. 2017-09-21 22:58:51 -04:00
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
ca13e9a810 Oops 2017-07-15 16:39:37 -04:00
AppleDash
f9440b3f18 Version bump to 0.12.6 2017-07-15 16:37:26 -04:00
AppleDash
01938349cb Baltop improvements & mocking of Server 2017-07-15 16:36:32 -04:00
AppleDash
03cd019763 Version bump! 2017-07-14 01:23:44 -04:00
AppleDash
735c88f839 Root POM doesn't need reasonable versioning. 2017-07-14 01:19:32 -04:00
AppleDash
686b9ef871 SaneEconomyOnlineTime + version bump 2017-07-14 01:17:36 -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