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
|
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
|
3b575de36a
|
Fix SSE timeout
|
2026-09-10 17:58:02 +01:00 |
|
Ian Renton
|
d6e53c14e9
|
Support RSGB contests
|
2026-09-05 09:00:32 +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
|
12e9b6a4ca
|
Remove distinction between DV modes and LSB/USB
|
2026-08-31 11:17:05 +01:00 |
|
Ian Renton
|
9083470482
|
Add support for DTMBA
|
2026-08-31 08:59:49 +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
|
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
|
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 |
|
Ian Renton
|
605b629d43
|
Fix ZLOTA location lookup
|
2026-08-14 14:32:42 +01:00 |
|
Ian Renton
|
9e42e4bd93
|
Merge branch 'main' into 2.0-pre
# Conflicts:
# core/constants.py
# templates/status.html
|
2026-08-11 05:54:04 +01:00 |
|
Ian Renton
|
c687202a61
|
Replace dash-separated config & API properties with underscore-separated versions. #127
|
2026-08-10 20:55:18 +01:00 |
|
Ian Renton
|
5c86346074
|
Merge branch 'main' into 2.0-pre
# Conflicts:
# core/config.py
# core/status_reporter.py
# server/handlers/api/options.py
# static/js/bands.js
# static/js/map.js
# static/js/spots.js
# templates/status.html
|
2026-08-10 18:34:32 +01:00 |
|
Ian Renton
|
4be4e4550a
|
Backwards compatibility for critical v1 APIs. Closes #119
|
2026-08-08 14:15:29 +01:00 |
|
Ian Renton
|
43763bf76f
|
SANPCPA support. Closes #120
|
2026-08-08 13:45:02 +01:00 |
|
Ian Renton
|
605b172bb3
|
Replace "WAB/WAI GRID" as a location source. Closes #116
|
2026-08-08 13:19:28 +01:00 |
|
Ian Renton
|
4e7c5a05aa
|
Merge branch '95-send-spots-to-xota' into 2.0-pre
# Conflicts:
# README.md
# core/config.py
# server/handlers/api/addspot.py
# server/handlers/api/lookups.py
# server/handlers/api/options.py
# server/webserver.py
# spothole.py
# static/apidocs/openapi.yml
|
2026-08-08 09:32:27 +01:00 |
|
Ian Renton
|
981cea0866
|
Merge branch 'main' into 2.0-pre
# Conflicts:
# README.md
# core/constants.py
# data/spot.py
# templates/status.html
|
2026-08-08 09:15:04 +01:00 |
|
Ian Renton
|
62b3414d29
|
Refactor of caching & data storage part 17 #118
|
2026-08-04 22:11:34 +01:00 |
|
Ian Renton
|
2157bf114e
|
Refactor of caching & data storage part 9 #118
|
2026-08-02 09:06:10 +01:00 |
|