feat: add detailed documentation for authentication, connection, messaging, channels, moderation, and media flows

This commit is contained in:
HueByte
2026-02-24 20:50:20 +01:00
parent 8647b05c12
commit fb4f6c34ed
9 changed files with 847 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Flows
This section documents the major request/event flows in EchoHub, showing how data moves between the TUI client, IRC client, server, and database. Each diagram includes code references so you can jump straight to the implementation.