Ian Renton
|
f45b7d51b0
|
Give threads less time to shut down gracefully. Attempt shutdown() rather than stop() on the telnet connections to see if that improves things
|
2026-09-19 15:07:31 +01:00 |
|
Ian Renton
|
682e2c267c
|
Improve handling of empty JSON repsonses from ParksNPeaks (and potentially others)
|
2026-09-19 10:49:09 +01:00 |
|
Ian Renton
|
59d5f61d90
|
Potential fix for an issue where the telnet client was reconnecting right at the same time we try to shut down spothole, causing the stop() method to close one telnet object but then a new one is created and read from anyway.
|
2026-09-19 07:55:12 +01:00 |
|
Ian Renton
|
f0df4f38ca
|
Turns out "if x in list" returns true if list[x] = None, so guard against that by checking list.get(x) instead
|
2026-09-18 21:33:26 +01:00 |
|
Ian Renton
|
4b51dd9ba5
|
(Hopefully) fix a bug where several sig ref data providers try to write to the data store simultaneously on startup.
|
2026-09-18 18:57:18 +01:00 |
|
Ian Renton
|
a367888e14
|
Missed a couple of _stop_events
|
2026-09-18 09:27:15 +01:00 |
|
Ian Renton
|
29d8654234
|
Use _stop_event consistently across all threads as the way to signal that it should stop. Add thread joins with timeouts to allow the program to exit cleanly
|
2026-09-18 09:21:38 +01:00 |
|
Ian Renton
|
a03e1336c8
|
Code review fixes
|
2026-09-18 07:56:08 +01:00 |
|
Ian Renton
|
4261c60d74
|
Improve protection against old unsupported objects (e.g. LocationSourceForCallsign.NONE) coming back from the cache and throwing exceptions
|
2026-09-18 07:28:29 +01:00 |
|
Ian Renton
|
04f5df5260
|
Alerts now displays a "Type" in the table not just the source. Closes #142
|
2026-09-11 14:43:33 +01:00 |
|
Ian Renton
|
a4245ed5ce
|
Support Hamsat alerts and use an AMSAT SIG for satellite spots
|
2026-09-11 08:18:34 +01:00 |
|
Ian Renton
|
3b575de36a
|
Fix SSE timeout
|
2026-09-10 17:58:02 +01:00 |
|
Ian Renton
|
94dc9044c4
|
Add support for WA7BNM Contest Calendar. Closes #106
|
2026-09-10 16:45:40 +01:00 |
|
Ian Renton
|
df724409a5
|
Fix some dodgy handling of DME references
|
2026-09-05 09:57:05 +01:00 |
|
Ian Renton
|
d6e53c14e9
|
Support RSGB contests
|
2026-09-05 09:00:32 +01:00 |
|
Ian Renton
|
d3d1d20821
|
Support DMVE, DMUE, DCE, DEFE. Closes #137
|
2026-09-04 19:35:48 +01:00 |
|
Ian Renton
|
ab86bdc4d6
|
Improve error handling and PWA manifest
|
2026-09-04 17:50:35 +01:00 |
|
Ian Renton
|
9d117a6069
|
Split out event type SIGs, and do other enum conversions. Closes #138
|
2026-09-02 09:38:05 +01:00 |
|
Ian Renton
|
606cf1be68
|
Start converting some enum-like strings to proper enums, plus global reformat
|
2026-09-02 08:37:13 +01:00 |
|
Ian Renton
|
9258d680fc
|
Overnight bug fixes
|
2026-09-02 07:40:57 +01:00 |
|
Ian Renton
|
fa2e4b929a
|
Start converting some enum-like strings to proper enums
|
2026-09-02 07:26:02 +01:00 |
|
Ian Renton
|
1b62d4742b
|
Support PGA. Closes #135
|
2026-08-31 21:54:13 +01:00 |
|
Ian Renton
|
b0caf697ae
|
Support COTA. Closes #131
|
2026-08-31 21:17:55 +01:00 |
|
Ian Renton
|
892827f1f8
|
Allow some SIG refs to be picked up from comments without separate SIG name. Closes #134
|
2026-08-31 20:49:15 +01:00 |
|
Ian Renton
|
12e9b6a4ca
|
Remove distinction between DV modes and LSB/USB
|
2026-08-31 11:17:05 +01:00 |
|
Ian Renton
|
8345238d76
|
Tweak FEA reference handling, add understanding of BIWOTA, remove some unused junk from ui-ham.js
|
2026-08-31 11:05:53 +01:00 |
|
Ian Renton
|
bc326388ac
|
Add support for FEA
|
2026-08-31 09:39:05 +01:00 |
|
Ian Renton
|
9083470482
|
Add support for DTMBA
|
2026-08-31 08:59:49 +01:00 |
|
Ian Renton
|
ba56acd7ac
|
Fix a bug where solar conditions and status data were not properly persisted to disk between restarts. Release v2.0.5
|
2026-08-29 09:17:24 +01:00 |
|
Ian Renton
|
c3a360e691
|
Consistency about whether "GMA Islands" is plural or not; widen columns on SIG list so it doesn't wrap
|
2026-08-29 08:34:04 +01:00 |
|
Ian Renton
|
2a4190ec4a
|
Fix GIRO data source. Release v2.0.3
|
2026-08-28 21:47:25 +01:00 |
|
Ian Renton
|
f346444ec3
|
Defensive coding improvements
|
2026-08-22 08:08:27 +01:00 |
|
Ian Renton
|
1fd6611ac2
|
GMA Islands support
|
2026-08-22 08:02:57 +01:00 |
|
Ian Renton
|
c5d6a65786
|
Bug fixes and minor doc clarifications
|
2026-08-20 07:30:21 +01:00 |
|
Ian Renton
|
7f1a5ae3be
|
Overnight bug fixes
|
2026-08-18 17:56:31 +01:00 |
|
Ian Renton
|
38bc03a603
|
Improve checking callsign validity by regex, and fix passing v1 type credentials into v2 APIs
|
2026-08-17 16:30:24 +01:00 |
|
Ian Renton
|
03164d747f
|
More defensive coding
|
2026-08-17 13:43:40 +01:00 |
|
Ian Renton
|
7623ae667e
|
Overnight bug fixes
|
2026-08-17 06:47:20 +01:00 |
|
Ian Renton
|
1db0c2787a
|
Overnight bug fixes
|
2026-08-17 06:41:31 +01:00 |
|
Ian Renton
|
7220a0f58d
|
ruff format && ruff check --fix
|
2026-08-16 14:11:45 +01:00 |
|
Ian Renton
|
f8032973ca
|
Error handling improvements
|
2026-08-16 09:26:05 +01:00 |
|
Ian Renton
|
00c1bc7ba3
|
Fix potential NPE
|
2026-08-15 17:04:52 +01:00 |
|
Ian Renton
|
325d445f30
|
how does i math
|
2026-08-15 17:04:45 +01:00 |
|
Ian Renton
|
ae1f752516
|
Fix bugs in GMA and WWBOTA providers
|
2026-08-15 13:59:52 +01:00 |
|
Ian Renton
|
a6e54f524d
|
More ruff linter fixes
|
2026-08-15 08:43:19 +01:00 |
|
Ian Renton
|
dd89ff4af7
|
Replace root logger calls with module-specific loggers
|
2026-08-15 08:35:06 +01:00 |
|
Ian Renton
|
af3f82c14d
|
Use ruff linter to fix issues and provide consistent formatting
|
2026-08-15 08:25:54 +01:00 |
|
Ian Renton
|
7391c28cd0
|
flynt pass to provide consistency to string formatters and concatenation
|
2026-08-15 07:55:32 +01:00 |
|
Ian Renton
|
bff5b79f8f
|
Logging tidy-up, IDE inspection fixes
|
2026-08-15 07:42:38 +01:00 |
|
Ian Renton
|
9cd6d9c177
|
Better logging on telnet disconnect
|
2026-08-15 07:11:45 +01:00 |
|