IRC Commands
Release rolling / release (push) Canceled after 8m43s

This commit is contained in:
Raven Scott
2026-08-13 00:33:57 -04:00
parent 15afc148d7
commit 8bb8254c42
22 changed files with 3799 additions and 1228 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
## Unreleased
- **`summon`**: Text web browser (`ctx.tui`, cell buffer). First-party HTML/CSS engine; JS off. HTTP via **`ctx.httpFetch`**. Scriptable **`summon dump` / `links` / `get` / `bookmarks`**. Config **`~/.summon/`**. See [summon.md](../../docs/reference/summon.md).
- **`irc`**: Modern IRC TUI (`ctx.tui`, cell buffer). Default **Libera.Chat** TLS **`irc.libera.chat:6697`**. Scriptable **`irc send` / `join` / `whois` / `status`**. Config **`~/.irc/`**. TLS prefers **`ctx.bareOsTlsConnect`** (ctx API **1.57.0**) and falls back to **`ctx.bare.bareTls`** on older Bare standalone binaries.
- **`irc`**: Room browser (`/rooms`, Ctrl+L), featured Libera channels, `LIST` filter, self-JOIN switches buffer. Full slash table (`/query`/`/msg` print usage when args are missing). Random `osXXXXX` nick when USER looks like a container id. TLS prefers **`ctx.bareOsTlsConnect`** and falls back to **`ctx.bare.bareTls`**.
- **`dhttop` / `swarmmap` / `routeview` / `holepunch-view` / `swarmtop` / `chat` / `edit` / `nano`**: TTY mode prefers **`ctx.tui.run`** (TEA; **`edit`/`nano`** use **`buffer: 'cell'`** so help and prompts overlay). The pre-SDK key loop remains when **`BARE_OS_TUI=0`**.
- **`agent`**: interactive setup prefers **`ctx.tui.form`** (identity + backend). Line wizard remains when the SDK is off.