Dawson
107bf56892
Merge pull request #92 from funkemunky/bugfix/spam-kick
...
Fixing player spam kick
v1.10.1.2
2026-05-03 14:30:47 -04:00
funkemunky
d0ce303b26
Bumping version to 1.10.1.2
2026-05-03 14:29:14 -04:00
funkemunky
54e0cd4c9b
Fixing gradle build
2026-05-03 14:25:10 -04:00
funkemunky
c224e4af5e
Applying spotless
2026-05-03 14:22:32 -04:00
funkemunky
51be97c922
parallel testing if possible
2026-05-03 14:08:15 -04:00
funkemunky
c5766b6fb0
tests now pass
2026-05-03 14:03:31 -04:00
funkemunky
54403c02ee
Fixing player spam kick
2026-05-03 13:16:21 -04:00
funkemunky
bc6828f8af
Refactor of checkPlayer logic to fix potential concurrency issues. This was a poor design. Also implemented gradle tooling for debugging velocity plugins
2026-04-30 20:54:37 -04:00
funkemunky
8637cd5e8b
Ensuring classloader is isolated
2026-04-30 10:24:04 -04:00
funkemunky
91888a12f1
Updating cache settings
2026-04-30 08:12:52 -04:00
funkemunky
f350824123
Adding build caching
2026-04-30 08:05:22 -04:00
funkemunky
bafcc2ca33
Making create release build a little faster
2026-04-30 07:44:33 -04:00
funkemunky
bacec8c58f
Fixing version in plugin manifests
2026-04-30 07:42:58 -04:00
funkemunky
018e466565
Fixing project version
2026-04-30 07:38:52 -04:00
funkemunky
826b3cc567
Fixing create release
2026-04-30 07:21:28 -04:00
funkemunky
4706b62698
Updating changelog
2026-04-30 07:07:49 -04:00
funkemunky
fdde7a2884
Bumping h2database version to 2.4.240
2026-04-30 07:04:45 -04:00
funkemunky
89c80e4b50
Bumping h2database version to 2.2.240
2026-04-30 06:58:28 -04:00
funkemunky
493ce27b5b
Fixing changelog
2026-04-29 13:28:00 -04:00
funkemunky
00449f0006
Updating changelog
v1.10.1.1
2026-04-29 13:21:28 -04:00
funkemunky
4ac0e57f5d
Fixing build issues causing startup problems on velocity
2026-04-29 12:53:56 -04:00
Copilot
980d0c4af8
Add 1.10.1 entry to CHANGELOG.md ( #86 )
...
* Add 1.10.1 entry to CHANGELOG.md for 04/28/2026 release
Agent-Logs-Url: https://github.com/funkemunky/AntiVPN/sessions/7d8f588b-2395-4174-9998-fcdb4cba6154
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
* Update CHANGELOG.md
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-04-28 21:39:31 -04:00
Dawson
c95c7b37a1
Correcting Kick Errors on Bukkit-based platforms ( #84 )
...
* Forcing BukkitPlayer#kickPlayer to always run within a main thread context using BukkitRunnable. Bumping version to 1.10.1
* Fixing async kick error, adding condition that allows players to be whitelisted even while they are offline (assuming this is not a cracked server).
* Updating gradle piplines and files
* correcting startup bug as a result of a packaging issue
* Fixing asynchronous run command
* Adds a regression test to ensure this doesnt happen again
v1.10.1
2026-04-28 21:30:35 -04:00
funkemunky
775d29114a
Revert "Adding postgres"
...
This reverts commit ee07deb68f .
2026-04-17 09:43:56 -04:00
funkemunky
ee07deb68f
Adding postgres
2026-04-10 13:46:57 -04:00
Dawson
1acdfe8c4b
Added automated testing ( #82 )
...
* Using built in pipeline
* Added testing for databases, and fixed some potential database bugs
* Fixing MySQL issues
* Adding central test suite
* Updating test workflow to build without tests and one with tests
2026-04-08 21:29:37 -04:00
Dawson
57109e4c97
Feature/gradle refactor ( #80 )
...
* Gradle project refactor
* Updating workflows for github
* Attempting to fix workflows
* Fixing maven central proxy
* Fixing missing dependency in velocity
* Fixing build
* Getting rid of universal submodule
* Updating workflows to handle new build structure, removing maven workflows
* Fixing permissions issues caused by gradle files being handled on Windows
* Revert "Fixing permissions issues caused by gradle files being handled on Windows"
This reverts commit 3e4d8be955 .
* replacing instances of gradlew
* Adding gradlew wrapper
* Attempting to fix gradle issues
* Attempting to fix gradle issues
* Adding back ssl args
* Using built in pipeline
2026-04-08 15:27:06 -04:00
funkemunky
a483a90851
Updated changelog
2026-04-07 09:50:12 -04:00
funkemunky
c6d282e3cc
Correcting release workflow to handle current project structure
2026-04-07 09:38:09 -04:00
Dawson
ce6e040d3d
Merge pull request #74 from funkemunky/31-folia-support-for-kaurivpn
...
Adding folia support
v1.10.0
2026-04-07 09:31:00 -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
Dawson
756b3b04c7
Merge pull request #78 from funkemunky/bugfix/typo-sql-thrid
...
Fixing typo in SQL that prevents plugin from loading
2026-03-16 08:54:07 -04:00
funkemunky
8bbc964f0d
Fixed CIDR notations and the ability for mongo to properly grab CIDRs
2026-03-16 08:51:33 -04:00
funkemunky
1ebaa64d6d
Added folia supported to plugin.yml since we do not use things that would be affected by their thread model.
2026-02-26 09:30:36 -05:00
Dawson
7983172423
Merge pull request #73 from funkemunky/copilot/add-allowlist-view-command
...
Add allowlist `show` and `search` subcommands with pagination
2026-02-20 10:47:26 -05: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]
0ea8be6ea3
Initial plan
2026-02-20 10:35:25 -05: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
funkemunky
ea4fe063b2
Merge remote-tracking branch 'origin/copilot/add-allowlist-view-command' into copilot/add-allowlist-view-command
2026-02-20 09:32:19 -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
copilot-swe-agent[bot]
0894ef8e3d
Initial plan
2026-02-20 09:32:07 -05:00
Dawson
3892cf43b3
Merge pull request #72 from funkemunky/copilot/add-vpn-detection-webhooks
...
Add webhook notifications for VPN detection events with Discord and Slack support
2026-02-20 09:30:39 -05:00
funkemunky
95d8747bd5
Fixing webhook spam
2026-02-20 09:29:52 -05:00
copilot-swe-agent[bot]
ee7a059b01
Add allowlist show command with optional search filter
...
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-02-20 14:17:11 +00: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]
0e2468d3fb
Initial plan
2026-02-20 14:11:49 +00:00
copilot-swe-agent[bot]
faa8bdbb19
Update WEBHOOK_GUIDE.md with Discord and Slack format documentation
...
Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com >
2026-02-20 14:10:21 +00:00