1
0
mirror of https://github.com/moshix/mvs.git synced 2026-03-10 12:18:20 +00:00

Update FederatedChat.md

This commit is contained in:
moshix
2025-10-01 06:19:16 +02:00
committed by GitHub
parent ebcc016b9b
commit e6b0f4991e

View File

@@ -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 |
|-------|-------|----------|