consciousness/channels
Kent Overstreet 58737a2cef channel_log: shared disk logging with round-trip
Move IRC's disk logging to thalamus/channel_log.rs as shared
functions: append_disk_log() and load_disk_log(). Any daemon
can use them — opt-in, not mandatory (tmux won't use them).

load_disk_log() populates a ChannelLog from disk on startup,
so history survives daemon restarts.

IRC daemon now uses the shared functions.

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-04-05 13:26:42 -04:00
..
irc channel_log: shared disk logging with round-trip 2026-04-05 13:26:42 -04:00
socat deps: replace tracing with log+env_logger, drop console-subscriber 2026-04-05 06:54:11 -04:00
telegram channel_log: shared disk logging with round-trip 2026-04-05 13:26:42 -04:00
tmux channel_log: shared disk logging with round-trip 2026-04-05 13:26:42 -04:00