aprs.me/lib/aprsme/packets
Graham McIntire 7b488e9fd7
Fix code review findings batch 2: dead code, encoding, correctness
- Delete dead modules: Archiver, PacketPipelineSetup, SystemMonitor
- Encoding: fast-path for clean ASCII, fix latin1 C1 control chars (128-159)
- SpatialPubSub: fix date line grid cell wrapping
- QueryBuilder: use indexed has_weather column instead of 10-way OR
- PacketProcessor/HistoricalLoader: wire up heat map via DisplayManager
- MapLive: add PacketBatcher crash recovery with Process.monitor
- MapLive: fix time display re-render by touching assign
- DeviceCache: remove unreachable outer try/rescue
- Remove dead stubs: RateLimiterWrapper count/reset, DeviceIdentification enqueue_refresh_job
- Simplify Application.pubsub_config/0
- Add tests for SpatialPubSub, PacketBatcher, encoding, weather_only
2026-02-20 07:29:27 -06:00
..
clustering.ex Reduce cyclomatic complexity in clustering, encoding, and leader_election 2026-02-09 11:57:50 -06:00
prepared_queries.ex feat: Implement comprehensive performance optimizations 2025-07-30 14:14:00 -05:00
query_builder.ex Fix code review findings batch 2: dead code, encoding, correctness 2026-02-20 07:29:27 -06:00