Skip to content

v0.1.2

Choose a tag to compare

@bitcryptic-gw bitcryptic-gw released this 10 Jun 02:08
0ac7c0e

Fixed

  • Type-2 (known agent) UA snippet now stores the matched agent fragment rather than the first token of the raw UA string. Bots that send Mozilla/5.0 (compatible; Googlebot/2.1; ...) style UAs now display as Googlebot in the dashboard rather than the misleading Mozilla prefix. Affects all standard search and AI crawler UAs. Historical rows are unaffected and will age out within the 90-day retention window.

Changed

  • mdf_classify_ua() and mdf_ua_snippet() consolidated into a single mdf_classify_ua_with_snippet() function that performs classification and snippet extraction in one pass, eliminating redundant UA string traversal.