yellowcooln
af6bea5bbe
fix: repair updater venv pip shim
2026-06-25 22:04:25 -04:00
Yellowcooln
9846666076
Merge pull request #315 from yellowcooln/fix/openhop-updater-repo
...
fix: update updater GitHub repository
2026-06-25 21:46:58 -04:00
yellowcooln
42340f683f
fix: update updater GitHub repository
2026-06-25 21:32:52 -04:00
Yellowcooln
27e68167d5
Merge pull request #314 from openhop-dev/yellowcooln-patch-1
...
Update default Docker image repository
2026-06-25 20:07:28 -04:00
Yellowcooln
f0408d263d
Update default Docker image repository
2026-06-25 19:54:18 -04:00
Lloyd
135d6b1d8d
Merge pull request #313 from openhop-dev/fix-venv-in-manage
...
Fix venv in manage
2026-06-25 23:36:48 +01:00
Lloyd
9748058010
fix: update virtual environment pip usage in manage.sh
2026-06-25 23:32:19 +01:00
Lloyd
cc0dc2ffd6
fix: virtual environment creation logic in manage.sh
2026-06-25 23:13:28 +01:00
Lloyd
d63ed4aade
fix: update repository references in Docker publish workflow
2026-06-25 22:11:48 +01:00
Lloyd
0ec8ef4741
fix: update repository name format to match GitHub conventions
2026-06-25 22:03:33 +01:00
Lloyd
b47b971b98
Merge pull request #311 from openhop-dev/refactor-rename-to-openhop
...
Refactor rename to openhop
2026-06-25 21:52:54 +01:00
Lloyd
27ccf5453d
refactor: update GitHub owner to openhop-dev and enhance changelog error handling
2026-06-25 21:39:08 +01:00
Lloyd
42cd75e6b0
refactor: enhance logging and error handling in API endpoints and HTTP server
2026-06-25 21:26:29 +01:00
Lloyd
1a6e09f63d
fix: update repository URL to reflect new organization name
2026-06-25 16:31:11 +01:00
Lloyd
0d0615f3f2
Merge pull request #310 from yellowcooln/feat/openhop-glass-integration
...
feat: integrate openHop Glass policy synchronization and sensor summaries
2026-06-25 09:29:26 +01:00
yellowcooln
432b00906c
fix: satisfy pre-commit after openHop base sync
2026-06-24 20:36:23 -04:00
yellowcooln
af88459f29
merge: sync with openHop refactor base
2026-06-24 20:35:06 -04:00
Lloyd
08b4667b2c
refactor: disable legacy pymc services and normalize paths in management scripts
2026-06-25 00:00:28 +01:00
Lloyd
16e88579ae
refactor: migrate legacy pymc paths to openhop and clean up system packages
2026-06-24 23:49:08 +01:00
Lloyd
6f6e984d9d
refactor: simplify hardware dependency in optional dependencies
2026-06-24 23:38:57 +01:00
Lloyd
ffb083652f
refactor: update legacy paths and cleanup in management scripts
2026-06-24 23:37:14 +01:00
Lloyd
2b67dea96b
refactor:rename-project-to-openhop
2026-06-24 23:27:49 +01:00
yellowcooln
cf896b2b16
Revert "Bundle policy objects UI"
...
This reverts commit 71f4e4779d .
2026-06-24 16:47:22 -04:00
yellowcooln
71f4e4779d
Bundle policy objects UI
2026-06-24 16:39:59 -04:00
Yellowcooln
2b07e79ccd
Merge pull request #309 from Bjorkan/dev
...
feat(presets): add Meshat.se broker preset
2026-06-24 16:24:46 -04:00
yellowcooln
44a2d2f72f
feat: add system info to hardware stats sensor
2026-06-24 16:23:50 -04:00
yellowcooln
b4b44831b0
feat: integrate openHop Glass inform policy sync
2026-06-24 15:17:41 -04:00
Björkan
f1e860d17e
feat(presets): add Meshat.se broker preset
2026-06-24 07:51:28 +02:00
Lloyd
c0d919c0e2
feat:New RF Chart
2026-06-23 16:35:02 +01:00
Lloyd
89658302c5
feat:update ui with newlogos
2026-06-23 09:27:34 +01:00
Lloyd
3b7a20a192
fix: add nosec comment to exception handling in CryptoUtils decryption
2026-06-23 09:13:48 +01:00
Lloyd
ee6f6a0d0d
Merge branch 'pr-306' into dev
2026-06-23 08:56:40 +01:00
Lloyd
c761c425d1
Merge branch 'pr-294' into dev
2026-06-23 08:56:33 +01:00
Lloyd
6c5b6ba00a
fix: update title in index.html for consistency
2026-06-23 08:52:41 +01:00
Lloyd
018f425dc1
feat: data redaction in log messages and update related tests
2026-06-23 08:52:41 +01:00
Lloyd
4a8876a95e
feat: implement login throttling with exponential backoff and enforce minimum admin password length
2026-06-23 08:52:40 +01:00
Lloyd
9cff088853
feat: enhance client resolution and ACL handling in protocol request and text helpers
2026-06-23 08:52:40 +01:00
Lloyd
0c6d27a9b1
Merge pull request #304 from agessaman/feat/database-load-mitigations
2026-06-22 19:42:30 +01:00
Littleaton
06e6a7375f
Update meshcore-ca.yaml
...
fixed -
2026-06-22 09:53:42 -06:00
Littleaton
dc7bcb8a2a
added meshcore ca mqtt broker
2026-06-22 09:50:12 -06:00
agessaman
cd763e2cac
feat: implement threaded stats broadcasting in StorageCollector
...
- Introduced a dedicated thread for broadcasting aggregate statistics to WebSocket clients, improving performance by offloading heavy queries from the packet write path.
- Updated the _publish_packet_sync method to ensure only fast, per-packet operations are executed, while the stats are handled separately.
- Added methods for broadcasting stats at intervals and managing the lifecycle of the stats thread.
- Enhanced unit tests to validate the new stats broadcasting behavior and ensure correct functionality under various conditions.
2026-06-18 21:38:20 -07:00
agessaman
2435757197
feat: enhance SQLiteHandler and StorageCollector for improved caching and async performance
...
- Added caching for packet type stats and cumulative counts in SQLiteHandler to reduce database load.
- Implemented a dedicated writer thread in StorageCollector to handle blocking storage operations, preventing asyncio event loop stalls.
- Updated record_packet method to utilize the new writer thread for efficient packet processing.
2026-06-18 21:25:19 -07:00
Yellowcooln
0f980e4e03
Merge pull request #302 from yellowcooln/feat/lxc-installer-curl-container-id
...
feat: improve Proxmox LXC installer prompts
2026-06-18 09:47:18 -04:00
Yellowcooln
0ccc3536ee
feat: improve Proxmox LXC installer prompts
2026-06-18 09:36:47 -04:00
Lloyd
19ae4516da
Merge pull request #297 from Littleaton/dev
2026-06-16 20:31:42 +01:00
Littleaton
bca3f3718f
Update radio-settings.json
2026-06-16 12:40:07 -06:00
Yellowcooln
6e9b798ef3
Merge pull request #296 from yellowcooln/fix/docker-dialout-group
...
fix: add dialout group to Docker image
2026-06-16 13:18:42 -04:00
Littleaton
a152e0e846
Update radio-settings.json
2026-06-16 11:16:09 -06:00
Littleaton
8fd28b7d15
added zebra hat duo
...
added settings for zebra hat duo / Radio 0, Radio 1
2026-06-16 11:12:26 -06:00
Yellowcooln
875ea47192
docs: trim modem GPS example comment
2026-06-16 12:24:59 -04:00