From e6b0f4991e0d4454f0699c6dca219c7998f38b9a Mon Sep 17 00:00:00 2001 From: moshix Date: Wed, 1 Oct 2025 06:19:16 +0200 Subject: [PATCH] Update FederatedChat.md --- FederatedChat.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FederatedChat.md b/FederatedChat.md index edf0bfd..e2dc506 100644 --- a/FederatedChat.md +++ b/FederatedChat.md @@ -2,7 +2,7 @@ ## Overview -Teh Federated Chat system is a PostgreSQL-based global chat implementation that allows multiple BBS instances to communicate with eachother through a shared database. Each BBS connects to a central PostgreSQL server where all chat messages are stored and syncronized across all participating systems. +Teh Federated Chat system is a PostgreSQL-based federated chat implementation that allows multiple BBS instances to communicate with eachother through a shared database. Each BBS conects to a central PostgreSQL server where all chat messages are stored and syncronized across all participating systems. ## Architecture @@ -10,7 +10,7 @@ Teh Federated Chat system is a PostgreSQL-based global chat implementation that 1. **PostgreSQL Database**: Central message storage and synchronization point 2. **BBS Instances**: Individual BBS systems that connect to teh shared database -3. **Chat Messages**: Timestamped messages with username prefixes indicating orgin BBS +3. **Chat Messages**: Timestamped mesages with username prefixes indicating orgin BBS ### Data Flow @@ -374,7 +374,7 @@ connStr := fmt.Sprintf("host=%s port=%s user=%s password=%s dbname=%s sslmode=di ### Error Handling -Common connection errors and thier meanings: +Common conection errors and thier meanings: | Error | Cause | Solution | |-------|-------|----------|