• Joined on 2025-01-02
w1cdn synced commits to refs/heads/main at w1cdn/spothole from mirror 2026-09-19 22:07:41 +00:00
f45b7d51b0 Give threads less time to shut down gracefully. Attempt shutdown() rather than stop() on the telnet connections to see if that improves things
w1cdn synced new reference refs/tags/2.1.2 to w1cdn/spothole from mirror 2026-09-19 13:57:42 +00:00
w1cdn synced commits to refs/tags/2.1.2 at w1cdn/spothole from mirror 2026-09-19 13:57:42 +00:00
w1cdn synced commits to refs/heads/main at w1cdn/spothole from mirror 2026-09-19 13:57:42 +00:00
0eb4553406 Merge remote-tracking branch 'origin/main'
682e2c267c Improve handling of empty JSON repsonses from ParksNPeaks (and potentially others)
f39215ecdd Attempt at fixing slight hscroll on mobile
c9c8ffc1f7 If cache load fails because objects are from a different version and throw an exception, clear the cache.
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.
Compare 5 commits »
w1cdn synced new reference refs/tags/2.1.1 to w1cdn/spothole from mirror 2026-09-18 21:37:43 +00:00
w1cdn synced commits to refs/tags/2.1.1 at w1cdn/spothole from mirror 2026-09-18 21:37:43 +00:00
w1cdn synced commits to refs/heads/main at w1cdn/spothole from mirror 2026-09-18 21:37:43 +00:00
ab81c136cc Release 2.1.1
f0df4f38ca Turns out "if x in list" returns true if list[x] = None, so guard against that by checking list.get(x) instead
4b51dd9ba5 (Hopefully) fix a bug where several sig ref data providers try to write to the data store simultaneously on startup.
Compare 3 commits »
w1cdn synced new reference refs/heads/147-sig-activity-changes to w1cdn/spothole from mirror 2026-09-18 21:37:43 +00:00
w1cdn synced commits to refs/heads/147-sig-activity-changes at w1cdn/spothole from mirror 2026-09-18 21:37:43 +00:00
w1cdn synced new reference refs/tags/2.1 to w1cdn/spothole from mirror 2026-09-18 13:27:43 +00:00
w1cdn synced commits to refs/tags/2.1 at w1cdn/spothole from mirror 2026-09-18 13:27:43 +00:00
w1cdn synced commits to refs/heads/main at w1cdn/spothole from mirror 2026-09-18 13:27:43 +00:00
556ea56378 v2.1 release
a367888e14 Missed a couple of _stop_events
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
d79c8f72c8 Add missing SIGs to OpenAPI spec
a03e1336c8 Code review fixes
Compare 5 commits »
w1cdn created branch aprs in w1cdn/mwtchahrd 2026-09-14 00:28:29 +00:00
w1cdn pushed to udp at w1cdn/mwtchahrd 2026-09-14 00:28:29 +00:00
w1cdn created branch udp in w1cdn/mwtchahrd 2026-09-14 00:28:29 +00:00
w1cdn pushed to types at w1cdn/mwtchahrd 2026-09-14 00:28:29 +00:00
w1cdn created branch types in w1cdn/mwtchahrd 2026-09-14 00:28:29 +00:00
w1cdn pushed to spothole at w1cdn/mwtchahrd 2026-09-14 00:28:29 +00:00
w1cdn created branch spothole in w1cdn/mwtchahrd 2026-09-14 00:28:29 +00:00
w1cdn pushed to loc_fix at w1cdn/mwtchahrd 2026-09-14 00:28:29 +00:00