Changeset 3427367
- Timestamp:
- 12/25/2025 03:47:30 PM (3 months ago)
- Location:
- humangate/trunk
- Files:
-
- 2 edited
-
block-ai-plugin.php (modified) (2 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
humangate/trunk/block-ai-plugin.php
r3427362 r3427367 4 4 * Plugin URI: https://wordpress.org/plugins/humangate/ 5 5 * Description: Lightweight but enforceable AI & Indexing Refusal + Selective Friction layer for WordPress. Global refusal signals, emergency lockdown, and scraping cost amplification without CAPTCHAs or heavy databases. 6 * Version: 1. 1.06 * Version: 1.0.0 7 7 * Author: DarkAI 8 8 * Author URI: https://darkai.ca/ … … 20 20 21 21 // Define plugin constants 22 define('HUMANG_PLUGIN_VERSION', '1. 1.0');22 define('HUMANG_PLUGIN_VERSION', '1.0.0'); 23 23 define('HUMANG_PLUGIN_DIR', plugin_dir_path(__FILE__)); 24 24 define('HUMANG_PLUGIN_URL', plugin_dir_url(__FILE__)); -
humangate/trunk/readme.txt
r3427362 r3427367 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1. 1.06 Stable tag: 1.0.0 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 30 30 * **SEO Plugin Compatible** - Works seamlessly with Yoast SEO, Rank Math, All in One SEO, and other SEO plugins 31 31 * **Privacy-Focused Stats** - Lightweight telemetry using WordPress transients (no database bloat, no IP storage) 32 * **Performance Optimized** - DNS lookup caching and user agent pattern caching for faster response times33 * **Whitelist Support** - IP address and user agent whitelists to bypass blocking for trusted sources34 32 35 33 **How It Works:** … … 96 94 * Per-post AI refusal controls 97 95 * Emergency lockdown settings 98 * IP address whitelist (single IPs and CIDR ranges, IPv4/IPv6)99 * User agent whitelist (case-insensitive pattern matching)100 96 101 97 == Frequently Asked Questions == … … 134 130 == Changelog == 135 131 136 = 1.1.0 =137 * Performance improvements:138 * DNS lookup caching for search engine verification (24-hour cache, reduces latency from 100-500ms to <1ms for repeat visits)139 * User agent pattern caching for AI crawler detection (1-hour cache, faster detection)140 * Whitelist feature:141 * IP address whitelist with support for single IPs and CIDR ranges (IPv4 and IPv6)142 * User agent whitelist with case-insensitive pattern matching143 * Whitelisted IPs and user agents bypass all blocking and challenges144 * Admin interface for managing whitelists in Settings → Whitelist section145 * Bug fixes:146 * Fixed IPv4/IPv6 CIDR validation to handle invalid IPs correctly147 * Code improvements:148 * Optimized whitelist checks with per-request static caching149 * Early return optimizations for better performance150 151 132 = 1.0.0 = 152 133 * Initial release … … 162 143 == Upgrade Notice == 163 144 164 = 1.1.0 =165 Performance improvements and whitelist feature. DNS lookups are now cached for faster response times. New IP and user agent whitelist options allow you to bypass blocking for trusted sources. Recommended update for all users.166 167 145 = 1.0.0 = 168 146 Initial release of HumanGate.
Note: See TracChangeset
for help on using the changeset viewer.