docs: fix the no-signup contradiction; 25 caps; honest guest/account wording
This commit is contained in:
parent
78990d66b5
commit
bcd2b8b1ff
2 changed files with 6 additions and 4 deletions
|
|
@ -4,15 +4,17 @@ Order: 10
|
|||
# Overview
|
||||
|
||||
**Orbit** is a modern web client for **IRC** — the open chat protocol that has quietly run
|
||||
communities for decades. It runs entirely in the browser: pick a nick and you're talking, with
|
||||
**no install and no signup**.
|
||||
communities for decades. It runs entirely in the browser — nothing to install — and handles
|
||||
everything from a quick guest nick to a full account (SASL login and in-app registration).
|
||||
Whether a deployment lets people in as guests or asks them to register is its own choice, not
|
||||
the client's.
|
||||
|
||||
It powers [tchatou.fr](https://tchatou.fr/app/), and is built to be **re-pointed at any IRCv3
|
||||
network** and **rebranded** from a single `config.json` — without recompiling.
|
||||
|
||||
## What makes it different
|
||||
|
||||
- **Full IRCv3.** Orbit negotiates 24 capabilities — SASL, message-tags, reactions, typing
|
||||
- **Full IRCv3.** Orbit negotiates 25 capabilities — SASL, message-tags, reactions, typing
|
||||
indicators, read-markers, multi-line messages, server-side history, account registration, and
|
||||
Web Push. See [IRCv3 capabilities](https://orbit.tchatou.fr/docs/ircv3/).
|
||||
- **Pluggable at runtime.** A static `config.json` is fetched on startup and sets the server,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue