cloudlog/application
Peter Goodhall a47e691db7 Fix RBN spot detection regex
Restrict RBN spot detection to skimmers that end with a literal '#' after the callsign. Previously the code matched hyphen followed by '#' or digits (/\-[#\d]+$/), which could misclassify numeric SSIDs like '-1' as RBN spots. The check now matches hyphen + one or more literal '#' characters (/\-#+$/) and simplifies trimming by removing the temporary uppercase variable.
2026-03-27 22:38:52 +00:00
..
config Add migration 262 and fix terminator tiling 2026-03-27 11:11:46 +00:00
controllers Add DX Cluster tab to QSO interface 2026-03-27 22:29:25 +00:00
core Added Basic Files 2011-04-25 16:24:01 +01:00
helpers Add reusable User-Agent helper for QRZ API requests 2026-01-09 10:52:37 +00:00
hooks Added Basic Files 2011-04-25 16:24:01 +01:00
language Fix POTA award descriptions and links (#3417) 2026-03-23 22:08:12 +00:00
libraries Add Cabrillo export modal & format improvements 2026-03-27 00:04:21 +00:00
logs Adding file back in! 2016-02-29 18:57:08 +00:00
migrations Add migration 262 and fix terminator tiling 2026-03-27 11:11:46 +00:00
models Add Cabrillo export modal & format improvements 2026-03-27 00:04:21 +00:00
third_party Codeignitor 3.1.6 and corresponding changes 2017-12-01 19:25:26 +00:00
views Fix RBN spot detection regex 2026-03-27 22:38:52 +00:00
.htaccess Added Basic Files 2011-04-25 16:24:01 +01:00
index.html cosmetics I 2023-12-07 16:58:18 +00:00