8 Commits

Author SHA1 Message Date
jbrechtel cedd82738a fix: show notifications and unread count for SSE messages arriving when chat closed
Three gaps caused messages received via SSE to be invisible when
the conversation buffer wasn't already open:

1. Echo-area notification (noise-receive.el): when an SSE message
   arrives and the conversation buffer isn't in a visible window,
   show "[Noise] <name>" in the echo area.

2. Modeline unread counter (noise.el): the noise-mode lighter now
   shows Noise[N] for N unread messages via a lightweight SUM
   aggregation across all conversations.

3. Auto-refresh hook (noise-conversation.el): a
   window-buffer-change-functions hook re-renders *signal:* buffers
   when they become visible, covering direct C-x b switches.

Also adds regression test:
noise-receive-sse-stores-then-open-shows-message —
store via SSE handler with no buffer open, then open and verify.
2026-06-14 12:57:05 -04:00
jbrechtel bd9cf62872 feat: update noise-mode to use SSE instead of polling 2026-06-11 12:50:43 -04:00
jbrechtel dcead245a7 More features 2026-06-10 12:43:24 -04:00
jbrechtel 02d78765bc Adds account switching 2026-06-10 12:12:31 -04:00
jbrechtel 8d820432ff fix: use correct signal-cli default port 8080 and robust connectivity check
- Change default noise-signal-cli-address to port 8080 (signal-cli's --http default)
- Replace getVersion (not a valid JSON-RPC method) with noisePing probe
- noise-rpc-check now returns t on any valid JSON-RPC response
- Update README to reflect correct default port
2026-06-10 10:44:39 -04:00
jbrechtel b3cd5a7e9e feat: add chat list buffer with conversation rendering and navigation 2026-06-09 19:35:06 -04:00
jbrechtel f71a05de79 feat: add JSON-RPC client with connection check command 2026-06-09 19:31:03 -04:00
jbrechtel 5e5ffaee3c feat: add noise.el package skeleton with defcustom and minor mode 2026-06-09 19:29:58 -04:00