aprs.me/lib/aprsme_web/channels
Graham McIntire 0cbe93f8db
refactor: MobileChannel callsign search pattern via function dispatch
build_search_pattern/1 picks between SQL-wildcard (when the query
contains `*`) and prefix-match (SSID-friendly) forms via two function
heads instead of an inline `if`. The transform is now isolated and
obviously boolean-dispatched at the call site.
2026-04-23 14:50:03 -05:00
..
mobile_channel.ex refactor: MobileChannel callsign search pattern via function dispatch 2026-04-23 14:50:03 -05:00
mobile_user_socket.ex feat(mobile): rate-limit socket + batch historical packet delivery 2026-04-21 09:38:51 -05:00