funkemunky
5878fc6e43
Gradle project refactor
2026-04-08 09:51:40 -04:00
funkemunky
45d2a7eaa0
Fixing MySQL Lib injection
2026-04-06 15:06:02 -04:00
funkemunky
9e68524bd7
Fixing SQL load errors
2026-04-06 12:52:42 -04:00
funkemunky
8bbc964f0d
Fixed CIDR notations and the ability for mongo to properly grab CIDRs
2026-03-16 08:51:33 -04:00
copilot-swe-agent[bot]
3f46db4ad9
Remove unrelated webhook files from PR branch
...
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-02-20 15:43:41 +00:00
copilot-swe-agent[bot]
3ead4a0093
Make search a standalone subcommand: show [page] | search <query> [page]
...
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-02-20 15:30:57 +00:00
copilot-swe-agent[bot]
8b5bc65159
Change show search to explicit keyword supporting spaces: show [page] search <query...>
...
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-02-20 15:22:25 +00:00
funkemunky
11ef7e8d50
Fixed CIDR notations and the ability for mongo to properly grab CIDRs
2026-02-20 10:15:59 -05:00
copilot-swe-agent[bot]
38dcfcb1fe
Add allowlist show command with optional search filter
...
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-02-20 09:32:07 -05:00
funkemunky
95d8747bd5
Fixing webhook spam
2026-02-20 09:29:52 -05:00
copilot-swe-agent[bot]
51340754e6
Minor optimization: remove unnecessary empty array initialization
...
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-02-20 14:13:25 +00:00
copilot-swe-agent[bot]
0f14e68c36
Add Discord and Slack webhook format support with configurable format option
...
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-02-20 14:09:14 +00:00
Dawson
772e924303
Merge branch 'master' into copilot/add-vpn-detection-webhooks
2026-02-20 09:01:22 -05:00
funkemunky
de6dc8aa7b
Adding mojang API backup
2026-02-20 08:57:54 -05:00
copilot-swe-agent[bot]
9fac54fe0b
Address code review feedback: use dedicated executor, improve logging, add security notes
...
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-02-04 04:51:31 +00:00
copilot-swe-agent[bot]
ba9ab6fb31
Add webhook functionality for VPN detection
...
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-02-04 04:49:55 +00:00
funkemunky
5792b81cb1
Correcting logic bug with getDatabaseType function, removing unnecessary function in StringUtil
2026-01-27 10:27:56 -05:00
funkemunky
50c357f508
Standarized isWhitelisted to make sure it only accepts cidr strings
2026-01-27 10:25:36 -05:00
funkemunky
dddd860c15
Delay command execution to prevent messaging errors
2026-01-27 10:25:21 -05:00
funkemunky
e09217877c
Update platform listeners to ensure consistent kick functionality
2026-01-27 10:25:03 -05:00
funkemunky
7ffba38992
Improved performance of kicking players, will not allow players to remain on if API tells us we should block them.
2026-01-20 09:44:30 -05:00
funkemunky
8a4b86c9ef
Allowlist functionality is now working, corrected sql errors
2026-01-14 09:42:20 -05:00
funkemunky
ac57a540c2
Adding copyright headers
2026-01-05 10:27:59 -05:00
funkemunky
18d9bcea39
Implemented MongoDB version and cleared compile errors
2026-01-05 10:27:20 -05:00
funkemunky
9f7f4b40f0
Implementing database versioning for CIDR whitelisting
2026-01-05 09:24:21 -05:00
funkemunky
7913676323
Start of versioning database functions and handling errors
2025-12-30 07:24:35 -08:00
funkemunky
58395bb705
Merge branch 'master' into 57-feature-allow-subnets-to-be-whitelisted
...
# Conflicts:
# Bukkit/Plugin/src/main/java/dev/brighten/antivpn/bukkit/BukkitPlugin.java
# Bukkit/pom.xml
# Bungee/BungeePlugin/src/main/java/dev/brighten/antivpn/bungee/BungeePlugin.java
# Bungee/pom.xml
# Common/Source/src/main/java/dev/brighten/antivpn/database/Database.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/VPNDatabase.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/local/H2VPN.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/mongo/MongoVPN.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/mongodb/MongoDatabase.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/mongodb/records/AlertsUser.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/mongodb/records/CidrWhitelist.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/mongodb/records/UserIpResponse.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/mongodb/records/UserWhitelist.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/postgres/PostgresDatabase.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/sql/MySqlVPN.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/sql/utils/ExecutableStatement.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/sql/utils/MySQL.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/sql/utils/NonClosableConnection.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/sql/utils/Query.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/sql/utils/ResultSetIterator.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/sqllite/LiteDatabase.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/sqllite/version/Version.java
# Common/Source/src/main/java/dev/brighten/antivpn/database/sqllite/version/impl/First.java
# Common/Source/src/main/java/dev/brighten/antivpn/utils/CIDRUtils.java
# Common/Source/src/main/java/dev/brighten/antivpn/utils/IpUtils.java
# Common/pom.xml
# Sponge/pom.xml
# Universal/pom.xml
# Velocity/VelocityPlugin/src/main/java/dev/brighten/antivpn/velocity/VelocityListener.java
# Velocity/VelocityPlugin/src/main/java/dev/brighten/antivpn/velocity/VelocityPlugin.java
# Velocity/pom.xml
# pom.xml
2025-12-12 06:56:23 -08:00
funkemunky
c7734b2294
Refactored so in the future I can combine everything into one jar
2025-12-04 09:28:21 -05:00
funkemunky
606144d404
Start of project restructure to use a JarInJarClassLoader
2025-12-02 10:24:38 -05:00
funkemunky
7b3174eaae
Updating to 1.9.4
2025-09-30 08:38:23 -04:00
funkemunky
1930a86a0d
Added task for clearing outdated database responses
2025-06-05 11:37:13 -04:00
funkemunky
edd255e29d
Added mongodb and option to remove spoiled cached responses
2025-06-05 11:35:15 -04:00
funkemunky
9697150465
Added postgresql
2025-06-05 10:24:45 -04:00
funkemunky
a5ea502f17
Added postgres
2025-06-05 09:50:30 -04:00
funkemunky
bb3a31e100
CIDR Support setup and implemeneted for adding/removing via command, and checking updates for CIDR implemented. Also fixed problem with SHA-algor not being present
2025-05-30 18:10:08 -04:00
funkemunky
83f06b29c8
Merge branch 'master' into 57-feature-allow-subnets-to-be-whitelisted
...
# Conflicts:
# Bukkit/pom.xml
# Bungee/pom.xml
# Bungee/src/main/java/dev/brighten/antivpn/bungee/BungeeListener.java
# Common/pom.xml
# Common/src/main/java/dev/brighten/antivpn/AntiVPN.java
# Common/src/main/java/dev/brighten/antivpn/api/VPNExecutor.java
# Common/src/main/java/dev/brighten/antivpn/database/local/H2VPN.java
# Common/src/main/java/dev/brighten/antivpn/database/mongo/MongoVPN.java
# Common/src/main/java/dev/brighten/antivpn/database/sql/MySqlVPN.java
# Common/src/main/java/dev/brighten/antivpn/database/sql/utils/MySQL.java
# Common/src/main/java/dev/brighten/antivpn/database/sql/utils/Query.java
# Common/src/main/java/dev/brighten/antivpn/utils/StringUtil.java
# Sponge/pom.xml
# Universal/pom.xml
# Velocity/pom.xml
# Velocity/src/main/java/dev/brighten/antivpn/velocity/VelocityListener.java
# pom.xml
2025-05-28 21:19:55 -04:00
funkemunky
f271275bfa
Sponge is loading, other plugins load, fixed some bugs that were introduced, added sponge plugin uploader in maven workflow
2025-05-28 16:33:29 -04:00
funkemunky
68a2acce00
Got Sponge support working, need to ensure other plugins are still working tho
2025-05-28 15:42:43 -04:00
funkemunky
7247341693
Got initial sponge powered loading working, Im not sure the consequences of it though
2025-05-27 19:39:27 -04:00
funkemunky
3f6bb4a0e6
Refactor, code cleanup, sponge impl.
...
BungeeCord still has problems, bad API, not my fault technically. still need to fix though
2025-05-27 13:13:53 -04:00
funkemunky
de31d837b9
Velocity dependency fix
2025-05-22 14:29:05 -04:00
funkemunky
6967246edb
Fixing loading on velocity and removing sneakythrows from Query class
2025-05-19 13:23:38 -04:00
funkemunky
52efc7de3f
Ensuring queries auto-close
2025-05-19 10:31:54 -04:00
Dawson
ea33a34b3d
Shrinking Jar File Size Again ( #64 )
...
* Adding back dynamic library support and adding some metrics, velocity first
* Removing guava, using caffiene instead
* Merge cleanup
* Maybe this will get caches working properly now?
* Refactored to be more clean and reliable
* Fixing bungee compile
---------
Co-authored-by: Dawson <dawson@funkemunky.cc >
2025-05-12 11:20:23 -04:00
Dawson
2b7f043eb9
Improving shutdown and error handling ( #63 )
...
Co-authored-by: Dawson <dawson@funkemunky.cc >
2025-04-22 12:07:30 -04:00
Dawson
2dbe465b9e
Fixing Bukkit player kicking not functioning properly ( #62 )
...
* Fixing bug where player is not kicked when using proxy on Bukkit servers
* Removing from PlayerLoginEvent and doing PlayerJoinEvent only instead.
---------
Co-authored-by: Dawson <dawson@funkemunky.cc >
2025-04-22 09:58:46 -04:00
Dawson
3aae8d8f49
Backing up and resetting database on versioning compatibility ( #61 )
...
Co-authored-by: Dawson <dawson@funkemunky.cc >
2025-04-22 09:54:43 -04:00
Dawson
9cbeed1df3
58-bug-plugin-fails-to-load-after-upgrading-to-193-on-velocity ( #60 )
...
* Moving to previous H2 version that was in 1.9.2 that somehow got downgraded
* Reverting back to Java 8 compile target
* removing minimize on shade for Common
* Clearly something here changed something, cause reverting it this way seems to have fixed it
* Cleaning up code here
---------
Co-authored-by: Dawson <dawson@funkemunky.cc >
2025-03-27 10:44:34 -04:00
funkemunky
069142a06b
Version 2.0.0-SNAPSHOT: Updated to use SQLLite with versioning. Needed a recode of the database system to allow for future updates.
2025-02-01 10:45:53 -05:00
Dawson
353b7dad78
bugfix/velocity-kick ( #56 )
...
* Updating velocity API
* Added exception logging and fixed NullPointerException with antivpn plan command in velocity from tab-complete being null. Replaced MySQL with MariaDB driver
* Added exception logging and fixed NullPointerException with antivpn plan command in velocity from tab-complete being null. Replaced MySQL with MariaDB driver.
* Added exception logging and fixed NullPointerException with antivpn plan command in velocity from tab-complete being null. Replaced MySQL with MariaDB driver.
* Fixing kick reason
* Corrected MySQL ssl errors and fixed visual bug with velocity users kicking
* Reverted to mysql driver
---------
Co-authored-by: Dawson <dawson@funkemunky.cc >
2025-01-26 14:56:12 -05:00