feat: add router with dedup, echo suppression, and state handling

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 21:59:54 -04:00
parent cc806c55e7
commit a7b80264d0
2 changed files with 237 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ mod health;
mod html;
mod irc_task;
mod owncast_api;
mod router;
mod webhook;
mod websocket;