From 3bd1d5ca8d9210f234f9fda00bc9e6151e54bcdb Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Wed, 10 Dec 2025 01:42:16 +0000 Subject: [PATCH] Add documentation for the new Federation system features Document the Federation system, including features like global bans, tiered protection, server directory, applications, reputation, and pricing, in the replit.md file. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: c53aab02-2677-4661-ac41-bc9d691fee15 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/FUs0R2K Replit-Helium-Checkpoint-Created: true --- replit.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/replit.md b/replit.md index 6a8a703..3605396 100644 --- a/replit.md +++ b/replit.md @@ -102,6 +102,33 @@ Configurable content filtering with adjustable actions. | `/modlog` | View moderation history | | `/auditlog` | View server audit log | +### Federation System +Cross-server protection network that shares ban lists and reputation data. + +| Feature | Description | +|---------|-------------| +| **Global Bans** | Shared ban list across all federation servers | +| **Tiered Protection** | Free (critical bans only) / Premium (all severity levels) | +| **Server Directory** | Public listing of verified federation servers | +| **Applications** | Treaty-based membership application system | +| **Reputation** | Cross-server talent scouting and reputation tracking | +| **Featured Slots** | Premium advertising spots for server promotion | + +**Ban Severity Levels:** +| Level | Free Tier | Premium Tier | +|-------|-----------|--------------| +| Low | Alert only | Auto-kick | +| Medium | Alert only | Auto-kick | +| High | Alert only | Auto-kick | +| Critical | Auto-ban | Auto-ban | + +**Pricing:** +- Free Tier: Basic protection (critical bans only) +- Premium Tier: $50/month - Full protection from all severity levels +- Featured Slot: $200/week - Cross-promotion across all federation servers + +**Dashboard:** `/federation` - Web interface for managing federation membership + --- ## Community Features