hyperhive/hive-matrix-mcp/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
damocles 1c5936febb fix: recover from M_UNKNOWN_TOKEN in hive-matrix-daemon
when the homeserver rejects the token (stale session after state wipe or
expiry), the daemon now deletes the token file + matrix-sdk state dir
and exits cleanly instead of crash-looping.

hive-c0re's matrix::ensure_all sweep now runs periodically every 30
minutes (in addition to startup) so deleted token files get
re-provisioned without requiring a hive-c0re restart. the systemd.paths
watcher on the token file path then restarts the daemon with a fresh
token.
2026-06-04 12:12:20 +02:00
..
bin feat(#1102): add list_invites and join_room to matrix MCP 2026-06-03 01:18:47 +02:00
client.rs feat(gateway): hivectl gateway user management + fix htpasswdFile assertion 2026-06-01 23:25:28 +02:00
handlers.rs feat: surface pending matrix invites in get_loose_ends 2026-06-03 22:33:58 +02:00
lib.rs matrix: hive-matrix-mcp crate (daemon+stdio bridge) + harness wiring (#548 phase 3) 2026-05-29 20:51:01 +02:00
main.rs fix: recover from M_UNKNOWN_TOKEN in hive-matrix-daemon 2026-06-04 12:12:20 +02:00
paths.rs feat: surface pending matrix invites in get_loose_ends 2026-06-03 22:33:58 +02:00
protocol.rs feat(#1137): rich unread summary in loose ends and wake signal 2026-06-03 13:56:00 +02:00
socket.rs feat(#1137): rich unread summary in loose ends and wake signal 2026-06-03 13:56:00 +02:00
timeline.rs feat: surface pending matrix invites in get_loose_ends 2026-06-03 22:33:58 +02:00
wake.rs feat(#1135): transient wake for matrix mcp events - bypass broker sqlite 2026-06-03 16:09:07 +02:00