you
0d74589c65
feat: add hashtag channels from web UI (#725 M2)
- POST /api/channels/keys endpoint: accepts channel name, derives key
via SHA256('#name')[:16], adds to runtime key manager
- GET /api/channels/keys: lists user-added channel keys
- DELETE /api/channels/keys/{name}: removes a user-added key
- Persistence: user_channel_keys SQLite table, loaded on startup
- Retroactive decryption: background goroutine scans undecrypted
GRP_TXT packets and decrypts with new key
- Frontend: add channel input in channels sidebar with feedback
- PSK support: optional hex key parameter for non-hashtag channels
- Tests: key derivation, CRUD, API handlers, persistence, validation
2026-04-13 06:33:35 +00:00
..
2026-04-12 12:40:17 -07:00
2026-04-03 13:51:13 -07:00
2026-04-05 14:50:40 -07:00
2026-04-05 09:49:39 -07:00
2026-04-12 18:09:23 -07:00
2026-04-13 06:33:35 +00:00
2026-04-13 06:33:35 +00:00
2026-04-05 09:49:39 -07:00
2026-03-30 22:52:46 -07:00
2026-04-05 14:50:40 -07:00
2026-04-11 21:25:42 -07:00
2026-04-12 23:22:52 -07:00
2026-04-12 23:22:52 -07:00
2026-04-12 04:02:17 +00:00
2026-04-12 04:02:17 +00:00
2026-04-11 23:06:48 -07:00
2026-03-31 01:10:56 -07:00
2026-04-12 04:02:17 +00:00
2026-03-27 01:16:59 -07:00
2026-04-03 13:11:59 -07:00
2026-04-13 06:33:35 +00:00
2026-04-12 00:11:20 -07:00
2026-04-05 12:33:23 -07:00
2026-04-10 11:19:54 -07:00
2026-04-02 23:45:03 -07:00
2026-04-02 23:45:03 -07:00
2026-04-10 11:19:54 -07:00
2026-04-04 01:25:51 -07:00
2026-04-10 11:19:54 -07:00
2026-04-11 21:25:23 -07:00
2026-04-11 21:25:23 -07:00
2026-04-03 13:33:26 -07:00
2026-04-05 15:05:20 -07:00
2026-04-05 15:05:20 -07:00
2026-03-30 03:42:11 +00:00
2026-04-01 19:26:11 -07:00
2026-04-04 09:51:07 -07:00
2026-04-12 12:40:17 -07:00
2026-04-13 06:33:35 +00:00
2026-04-12 18:09:23 -07:00
2026-04-11 21:25:42 -07:00
2026-04-12 12:40:17 -07:00
2026-03-30 03:42:11 +00:00
2026-04-01 12:19:20 -07:00