Dawson
4f79522010
Fixing memory leak
2022-08-19 11:09:52 -04:00
Dawson Hessler
e01cbf95f2
Fixing whitelist ip and uuid checking
2022-07-10 12:59:45 -04:00
Dawson
733e797a17
Implemented /kaurivpn plan
2022-06-06 10:15:40 -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
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
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
Dawson Hessler
b5caf9604d
Adding vanilla kick option
2022-04-01 11:27:56 -04:00
Dawson Hessler
f98ab77944
Fixing Bukkit NullPointerException
2022-04-01 11:12:21 -04:00
funkemunky
0db8b93a7c
Updating Bukkit and Velocity
2022-03-30 09:12:59 -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
funkemunky
619b61fe55
Fixed ip whitelisting
2022-02-21 09:15:43 -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
cd502b6f34
Adding mongo support and /antivpn clearcache command
2022-01-12 15:37:02 -05:00
Dawson Hessler
a9d356a04a
1.5.1
...
- Added ip exemptions in addition to the existing player exemptions./
- Fixing System.out usage warnings that some users were experiencing.
- Fixing MySQL drivers not loading on some servers.
- Fixing bug that would make whitelisted players not load for awhile after server starts
2021-11-04 10:36:31 -04:00
Dawson Hessler
5ba19b42f9
1.5.1 KauriVPN plugin.yml rename and System print fix
2021-11-04 08:27:32 -04:00
funkemunky
b23fed5392
Fixing no messages error
2021-09-09 15:55:41 -04:00
funkemunky
28094f7d46
Commenting out init for now until system is finished
2021-09-09 15:36:35 -04:00
funkemunky
723aa6a127
Fixing messages from config not loading or setting
2021-09-09 15:35:25 -04:00
funkemunky
795f0333c7
Fixing whitelist bug and alertsState bug
...
- Whitelisted players would not actually return as whitelisted from the database because of use the getFetchSize parameter, which was not used as it was intended.
- The same reasoning as above is why the alertsState would not function.
2021-09-09 15:25:42 -04:00
funkemunky
b573fca58b
Fixing sql errors and fixing NPE of missing VpnStrings
2021-09-09 15:09:02 -04:00
Dawson Hessler
334c894fe2
Fixing bug that prevented players from getting kicked and fixes alerts not being populated
2021-08-27 14:44:40 -04:00
Dawson Hessler
3b15a4c919
Adding bstats
2021-08-27 13:12:13 -04:00
Dawson Hessler
5907a9496b
Fixing command running when disabled on Bukkit instance of kaurivpn
2021-08-27 12:50:41 -04:00
Dawson Hessler
7cb4bae972
Adding the actual alert sending
2021-08-27 12:49:58 -04:00
Dawson Hessler
729381a4e5
Adding antivpn alerts command and more to the command API
2021-08-27 12:45:16 -04:00
Dawson Hessler
7533b32039
Fixing Bukkit vpn processing and adding failure reasons to output
2021-08-20 14:11:37 -04:00
Dawson Hessler
68b6335ad5
Adding kick toggling to the config
2021-07-18 19:58:05 -04:00
Dawson Hessler
665b313828
Adding commands on vpn detect on login
2021-07-18 19:51:23 -04:00
Dawson Hessler
0a7c2c0207
Implementing database and allowlist system
2021-06-18 16:37:09 -04:00
Dawson Hessler
1c636c3b6f
Implementing prefix exemptions
2021-06-18 11:26:57 -04:00
Dawson Hessler
64be97b22c
Implemented bungee commands and tab complete 1.1.1
2021-06-18 11:09:07 -04:00
funkemunky
83bb904c7d
Completing 1.1 update
2021-06-17 13:05:09 -04:00
funkemunky
d867a3ecd6
Implementing Bukkit shutdown cleanup so reloads work
2021-06-17 12:35:51 -04:00
funkemunky
5d790ce56d
Finished commands system on Bukkit - tested and working
2021-06-17 12:27:22 -04:00
funkemunky
3fcb3fe157
Implementing commands system into antivpn [v1.1]
2021-06-17 12:00:06 -04:00
Dawson Hessler
20e6cbde9f
Adding print to console msg
2021-06-16 15:33:35 -04:00
Dawson Hessler
f5fd7001e7
Adding bypass permission and updating version to 1.0.1
2021-06-15 15:40:19 -04:00
Dawson Hessler
68cd7ef810
Implementing warning message
2021-06-15 15:07:40 -04:00
Dawson Hessler
e1abdb7bf6
Completed new antivpn plugin
2021-06-15 13:48:39 -04:00