Skip to content

Archive Scanner v1.0.3

Choose a tag to compare

@ArchiveTell ArchiveTell released this 11 Jul 14:06
ed3e113

Changelog — v1.0.0 → v1.0.3

Speed test

  • Fix download timing: measure from first body byte (excludes TTFB), body-only bytes
  • Route around SNI filtering: connect to scanned IP but present cdnjs SNI/Host
  • Add upload measurement via custom Cloudflare Worker (/__up)
  • Reject non-200/206 responses; honor Content-Length
  • Reduce payloads (6MB down / 3MB up) and shortlist (3 IPs) for speed

Manual scan

  • Resolve hostnames via DNS (bounded concurrency, 45s budget)
  • Filter resolved IPs to official Cloudflare ranges only
  • Classify input into IPs / CIDRs / domains / dropped (comments, separators)

In-app Worker deployer

  • Native Kotlin deployer (no CORS): GET accounts → subdomain → PUT script → enable
  • Persist deployed URL in SharedPreferences
  • Pre-scoped token link (minimal permissions)

UI / i18n

  • Formal Persian copy; "IP, CIDR or domain" label; domain placeholder example
  • fa / en / zh strings for all new features

Infra

  • versionCode now increments per patch (10003)