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:
@@ -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 |
|
||||
|-------|-------|----------|
|
||||
|
||||
Reference in New Issue
Block a user