summaryrefslogtreecommitdiff
path: root/DomainDig/RDAPService.swift
Commit message (Collapse)AuthorAgeFilesLines
* feat(v3.7.0): add timeline and advanced diffing systemChristian Cleberg2026-04-241-0/+10
| | | | | | | | | | - introduce TimelineView for historical snapshots - allow comparison between any two snapshots - implement DiffService for structured domain diffs - improve diff visualization with clear change indicators - add navigation across changes - optimize history loading for performance - extend CLI and export to support timeline data
* feat(v3.2.0): add Data+ tier and external data integrationsChristian Cleberg2026-04-221-0/+5
| | | | | | | | | | - introduce Data+ tier for advanced data features - add ownership history and DNS history - expand subdomain discovery with external sources - add domain pricing insights - implement local usage/credit system - integrate external data service layer with rate limiting - extend export and CLI for Data+ features
* feat(v2.5.0): add caching, request deduplication, and performance improvementsChristian Cleberg2026-04-211-29/+2
|
* feat(v2.3.0): add ownership intelligence and subdomain discoveryChristian Cleberg2026-04-211-0/+288
* implement RDAP-based ownership section * add ownership diffing and change classification * add passive subdomain discovery via certificate transparency * highlight interesting subdomains * introduce Data+ scaffolding for future features * include ownership and subdomains in export and history