4 Commits

Author SHA1 Message Date
2e4e512b97 [BRIDGE] Update dm_bridge_mvp.py with fixed decryption and ACK loop
- Fixed mangled function names
- Added proper NIP-04 decryption via signer.decrypt()
- Added acknowledgement loop placeholder
- Added hex_public to allowed pubkeys
- Better error reporting

Refs #181
2026-04-05 04:30:08 +00:00
67d3af8334 feat(nostr-bridge): Add DM ingress bridge MVP for #181
- Reads DMs from Nostr relay
- Creates Gitea issues from DM content
- Authenticated operator key checking
- MVP implementation for Nostur → Gitea ingress

Refs: #181
2026-04-05 00:45:52 +00:00
da9c655bad fix: Remove incorrectly placed file (was not in directory) 2026-04-05 00:45:51 +00:00
e383513e9d feat(nostr-bridge): Add DM ingress bridge MVP for #181
- Reads DMs from Nostr relay
- Creates Gitea issues from DM content
- Authenticated operator key checking
- MVP implementation for Nostur → Gitea ingress

Refs: #181
2026-04-05 00:45:19 +00:00