Dawson
70bfb4e83d
Merge pull request #42 from C0D3-M4513R/master
...
Fix PR #35
2023-10-30 10:06:07 -04:00
Dawson Hessler
48c6dd63ee
Revert "Merge pull request #35 from C0D3-M4513R/patch-1"
...
This reverts commit db1cdad4e1 , reversing
changes made to 9f66570088 .
2023-10-30 09:48:04 -04:00
C0D3 M4513R
464b02f416
Fix PR #35
2023-10-18 05:45:27 +02:00
Dawson
db1cdad4e1
Merge pull request #35 from C0D3-M4513R/patch-1
2023-10-17 18:58:31 -04:00
C0D3 M4513R
dde81b0495
Bump version
2023-07-14 13:35:50 +02:00
C0D3 M4513R
3b2a463e58
Update PlanCommand.java
2023-07-14 13:17:47 +02:00
Dawson Hessler
96e48594d8
Fixing velocity loading issues
2023-07-12 08:45:39 -04:00
Dawson Hessler
c1ab71c7ed
Merge branch 'master' of https://github.com/funkemunky/AntiVPN
2023-07-06 20:26:07 -04:00
Dawson Hessler
4bda24f10c
Bump to 1.9.0
2023-07-06 20:26:02 -04:00
Dawson
259cff4402
Merge pull request #32 from AlexProgrammerDE/patch-1
...
Remove unused import
2023-07-06 20:15:51 -04:00
Dawson Hessler
c54e90dca1
Removing usages of System.out.print
2023-07-06 20:13:47 -04:00
Alex
4f1e3848de
Remove unused import
2023-07-04 17:30:39 +02:00
Dawson Hessler
40308869c0
1.8.4 Added cache for logins for faster response
2023-05-23 08:09:41 -04:00
Dawson Hessler
6959f35d0c
Fixing whitelist issues in bukkit and bungee
2023-04-18 06:45:28 -04:00
Dawson Hessler
21b6924cce
Fixing error with inserted type mismatch in H2 and MySQL
2023-04-18 06:42:07 -04:00
Dawson Hessler
9c843cd061
Updating to 1.8.3.1
...
Turns out we accidentally already used the 1.8.3 version
2023-03-13 15:08:04 -04:00
Dawson Hessler
91a09f6940
Updating version to 1.8.3
2023-03-13 15:04:14 -04:00
Dawson Hessler
36b44200c4
Adding response expiry since I just realized it never expires
2023-03-13 15:00:39 -04:00
Dawson Hessler
14e266b978
Fixing load issue with snakeyaml on 1.12+ servers
2022-09-02 09:34:47 -04:00
Dawson Hessler
cc289f41ff
Instead of deleting old files, make new one
2022-08-29 07:34:53 -04:00
Dawson Hessler
bf5b81b750
1.8.2.1, fixed H2 and removed debug
2022-08-29 07:19:42 -04:00
Dawson Hessler
4a95b51350
Replaced incorrect SQLLite messaging with H2
2022-08-28 13:17:30 -04:00
Dawson Hessler
9dc312186b
Shrunk jar file size, fixed errors, added database reload
...
- Fixed H2 database error on index creation when loading plugin by using dynamic library downloader/loader from Lucko's Helper.
- Shrunk jar file size extensively so it can be uploaded to Spigot directly.
- Updated h2database driver to 2.1.214 to patch vulnerability
- Updated mysql database driver to 8.0.30 to patch vulnerability
- Updated MongoDB java driver to 3.12.11.
2022-08-28 13:14:13 -04:00
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
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
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
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
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
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
Dawson Hessler
5a69e49fb9
Relocating shaded depends to prevent incompatibilities
2022-04-01 11:50:32 -04:00
Dawson Hessler
b5caf9604d
Adding vanilla kick option
2022-04-01 11:27:56 -04:00
funkemunky
0fccd9e296
Debugging velocity
2022-03-30 09:47:40 -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
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
Dawson Hessler
e03deb6ba6
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