Dawson Hessler
4c82755935
Adding comment and added some default messages to help formatting on generation
2022-08-28 12:13:57 -04:00
Dawson Hessler
0048cf6b8c
1.8.2
2022-08-28 12:12:24 -04:00
Dawson Hessler
795c869fc0
Fixed reloading and adding of messages into config
2022-08-28 12:11:41 -04:00
Dawson Hessler
95a00a4d0a
Adding ability to configure "no permission" message
2022-08-28 11:53:46 -04:00
Dawson Hessler
a6f26d4ba7
Merge branch 'master' into reload-commmand
2022-08-28 11:42:58 -04:00
Dawson
7a0786e29f
Shit
2022-08-24 11:43:29 -04:00
Dawson
df4a14086b
Updating workflow
...
- Now uploading alpha jars on workflow.
- Caching depends to make it run faster
1.8.1
2022-08-19 11:12:34 -04:00
Dawson
f55fa88c2b
Merge pull request #24 from funkemunky/dependabot/maven/Common/mysql-mysql-connector-java-8.0.28
...
Bump mysql-connector-java from 8.0.27 to 8.0.28 in /Common
2022-08-19 11:10:29 -04:00
Dawson
4f79522010
Fixing memory leak
2022-08-19 11:09:52 -04:00
Dawson Hessler
7654cca651
Adding reload command
2022-08-05 14:14:42 -04:00
Dawson Hessler
e01cbf95f2
Fixing whitelist ip and uuid checking
2022-07-10 12:59:45 -04:00
Dawson Hessler
db49d400a0
Fixing whitelist checking for users
2022-07-10 12:57:05 -04:00
dependabot[bot]
b39cc3e19c
Bump mysql-connector-java from 8.0.27 to 8.0.28 in /Common
...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j ) from 8.0.27 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/8.0.27...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-21 04:21:04 +00:00
Dawson
ff25c75055
Update .gitignore
1.8
2022-06-17 13:05:52 -04:00
Dawson
733e797a17
Implemented /kaurivpn plan
2022-06-06 10:15:40 -04:00
Dawson
0c903794e5
Cleaning up, adding QueryResponse
...
- Putting API classes under its own package.
- Moved API calls from AntiVPN into new FunkemunkyAPI class.
- Added QueryResponse object and FunkemunkyAPI#getQueryResponse get grab plan information.
2022-06-06 09:32:48 -04:00
Dawson
bddf26359d
1.7.1.1
1.7.1.1
2022-06-05 08:45:52 -04:00
funkemunky
4424b2b9a5
Fixing multiple bugs
...
- Fixes /antivpn alerts error caused by VpnStrings not being initialized. All of that initialized is now done globally inside AntiVPN class instead of individually per platform.
- Fixed bug where MySQL will only load H2.
- H2 is now a separate object and will not create an sql error on startup from the index creation process.
2022-04-11 12:58:43 -04:00
Dawson
60043dd07a
Merge pull request #22 from funkemunky/tab-completion
...
Tab completion and Velocity Patch
1.7.1
2022-04-06 09:21:46 -04:00
funkemunky
314e554ce0
Fixing velocity loading, v1.7.1 update
2022-04-06 09:20:07 -04:00
funkemunky
110e696995
Cleaning up imports part 2
2022-04-06 08:56:24 -04:00
funkemunky
d12f1c983c
Cleaning up imports
2022-04-06 08:56:15 -04:00
funkemunky
cf9de8115e
Adding velocity command tab completion and wrapping
2022-04-06 08:55:51 -04:00
funkemunky
338f64962e
Cleaning up BukkitCommand wrapping, removung unnecessary code
...
- We just update the BukkitCommand wrapping to be consistent with other parts of the project.
- Removing the configuration loading function that was specific to Bukkit as we now use a global configuration API within Common
2022-04-06 08:47:51 -04:00
funkemunky
71604d5b45
Adding bungee tab complete
2022-04-06 08:40:18 -04:00
Dawson Hessler
5a69e49fb9
Relocating shaded depends to prevent incompatibilities
1.7
2022-04-01 11:50:32 -04:00
Dawson
fe6d5a3635
Merge pull request #19 from funkemunky/country-banning
...
Country banning
2022-04-01 11:34:37 -04:00
Dawson Hessler
b5caf9604d
Adding vanilla kick option
2022-04-01 11:27:56 -04:00
Dawson Hessler
315d4eaa3f
Running country checks before running proxy checks
2022-04-01 11:13:21 -04:00
Dawson Hessler
f98ab77944
Fixing Bukkit NullPointerException
2022-04-01 11:12:21 -04:00
funkemunky
0fccd9e296
Debugging velocity
2022-03-30 09:47:40 -04:00
funkemunky
0db8b93a7c
Updating Bukkit and Velocity
2022-03-30 09:12:59 -04:00
funkemunky
ea979cd729
Adding kick command to bungee and adding comments
2022-03-30 08:59:50 -04:00
Dawson Hessler
ba72ad2a44
Implementing new configuration system
2022-03-29 16:20:07 -04:00
Dawson Hessler
8edef241e4
Adding universal config API and adding allowed/blocked country config
2022-03-18 10:33:14 -04:00
funkemunky
2fbbe5b3c8
Fixing bukkit prefix not working
2022-03-17 21:41:33 -04:00
Dawson
325e19dca5
Merge pull request #16 from Kek5chen/master
...
attempted fix of wrong alert state
2022-02-21 09:16:25 -05:00
Dawson
8ad6c3aaa2
Merge pull request #13 from funkemunky/dependabot/maven/Common/com.h2database-h2-2.1.210
...
Bump h2 from 1.4.200 to 2.1.210 in /Common
2022-02-21 09:16:12 -05:00
Dawson
f8765ff95f
Merge pull request #17 from funkemunky/fixing-ip-whitelist
...
Fixing ip whitelist
2022-02-21 09:16:00 -05:00
funkemunky
619b61fe55
Fixed ip whitelisting
2022-02-21 09:15:43 -05:00
funkemunky
a6aac8fce7
Using regex to check ipv4 and fixing allowlist ips
2022-02-21 08:19:46 -05:00
funkemunky
2afb31b073
Adding maven compile check
2022-02-21 07:55:06 -05:00
Kekschen
66d193148e
Fixed setting values into cache
2022-02-20 22:06:28 +01:00
Kekschen
58b48dceb4
Updated APIPlayer Caching
...
---Untested Code---
Updated the BukkitPlayer caching objects to use UUIDs instead of Player objects as Player objects generate a new hash when rejoining the server and get out of sync therefore will horde memory and stay unavailable till the programs termination.
2022-02-20 21:59:54 +01:00
Dawson Hessler
e03deb6ba6
1.6.1
1.6.1
2022-02-08 14:56:06 -05:00
Dawson Hessler
6142ef603d
Merge branch 'master' of https://github.com/funkemunky/AntiVPN
2022-02-08 14:55:39 -05:00
Dawson Hessler
2d82e0c433
Fixing potential memory leak
2022-02-08 14:55:37 -05:00
Dawson
3b629f4796
Merge pull request #15 from unbeproducoes/patch-1
...
Try to use the new MySQL driver first.
2022-02-06 11:29:28 -05:00
Unbê Produções
23481bd786
Check the new driver before the old one
2022-02-05 02:27:02 -03:00
Unbê Produções
46156c4286
update MySQL Driver
...
=3
2022-02-05 02:19:22 -03:00