WideLee
6358501915
refactor(qqbot): split qqbot.py into package & add QR scan-to-configure onboard flow
- Refactor gateway/platforms/qqbot.py into gateway/platforms/qqbot/ package:
- adapter.py: core QQAdapter (unchanged logic, constants from shared module)
- constants.py: shared constants (API URLs, timeouts, message types)
- crypto.py: AES-256-GCM key generation and secret decryption
- onboard.py: QR-code scan-to-configure API (create_bind_task, poll_bind_result)
- utils.py: User-Agent builder, HTTP headers, config helpers
- __init__.py: re-exports all public symbols for backward compatibility
- Add interactive QR-code setup flow in hermes_cli/gateway.py:
- Terminal QR rendering via qrcode package (graceful fallback to URL)
- Auto-refresh on QR expiry (up to 3 times)
- AES-256-GCM encrypted credential exchange
- DM security policy selection (pairing/allowlist/open)
- Update hermes_cli/setup.py to delegate to gateway's _setup_qqbot()
- Add qrcode>=7.4 dependency to pyproject.toml and requirements.txt
2026-04-17 15:31:14 -07:00
..
2026-04-16 12:53:06 -07:00
2026-04-17 04:10:17 -07:00
2026-04-17 13:47:46 -07:00
2026-04-13 04:46:13 -07:00
2026-04-13 16:32:04 -07:00
2026-04-14 16:11:37 -07:00
2026-04-12 16:40:37 -07:00
2026-04-13 16:32:04 -07:00
2026-04-10 21:15:47 -07:00
2026-03-29 20:10:00 -07:00
2026-03-30 17:07:21 -07:00
2026-04-16 16:49:00 -07:00
2026-04-14 10:45:42 -07:00
2026-04-17 15:31:14 -07:00
2026-04-13 05:12:36 -07:00
2026-04-07 22:49:01 -07:00
2026-04-16 12:36:49 -07:00
2026-04-16 14:34:46 -07:00
2026-03-26 01:34:27 -07:00
2026-04-17 05:08:07 -07:00
2026-04-17 13:47:46 -07:00
2026-04-17 13:47:46 -07:00
2026-04-14 20:20:31 -07:00
2026-04-17 15:31:14 -07:00
2026-04-11 17:23:36 -07:00
2026-04-17 13:47:46 -07:00
2026-04-16 21:57:10 -07:00
2026-04-15 14:25:40 -07:00
2026-04-17 04:19:36 -07:00
2026-04-16 19:41:41 -07:00
2026-04-17 13:47:46 -07:00
2026-04-16 12:36:49 -07:00
2026-03-25 19:47:58 -07:00
2026-04-14 00:11:49 -07:00
2026-04-10 19:15:50 -07:00
2026-04-15 22:23:01 -07:00
2026-04-12 12:22:34 -07:00
2026-04-17 13:47:46 -07:00
2026-04-16 16:49:00 -07:00
2026-04-17 15:31:14 -07:00
2026-04-13 16:32:04 -07:00
2026-04-17 00:41:31 -07:00
2026-04-16 06:35:31 -07:00
2026-04-17 15:31:14 -07:00
2026-04-13 16:32:04 -07:00
2026-04-17 06:26:18 -07:00
2026-04-13 16:32:04 -07:00
2026-04-16 16:48:14 -07:00
2026-04-07 10:40:34 -07:00