Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@bitcryptic-gw bitcryptic-gw released this 10 Jun 02:01
124ea11

Added

  • Initial release.
  • Passive request logging on WordPress shutdown hook — no content modification, no payment processing.
  • Visitor classification: type-2 known agent (40+ UA fragments covering AI assistants, agentic frameworks, search crawlers, and generic HTTP clients), type-1 likely automated (heuristic — no browser engine markers), type-3 internal/monitor (WordPress platform calls, uptime monitors, CDN health probes), type-0 human (not logged unless Accept: text/markdown present).
  • wants_markdown flag logged per request when Accept: text/markdown is present in the request headers.
  • 90-day retention via daily WP-Cron purge.
  • Admin dashboard with 7/30/90-day window selector, seven stat cards (total requests, known agents, likely automated, internal/monitors, wanted markdown, estimated earned, estimated missed), daily bar chart, top agents table, internal/monitors table, top markdown-requested paths table.
  • Settings page: currency selector (sats / USDC), configurable per-request rate for earnings estimates.
  • Phase 2 callout CTA in dashboard footer.
  • No IP addresses stored. No external HTTP requests. No dependencies beyond WordPress core.