mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-28 16:29:49 +00:00
* directory: expand README with build, run, and command reference Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * directory: remove system packages from README prerequisites Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * directory: README fixes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * directory: standalone web page * directory: Improve README.md * directory: fix README inaccuracies, complete flags, expand self-hosting docs - correct /filter name-filter semantics (long/blocked names, not "no name"); note it needs --profile-name-limit / --blocked-*-file to do anything - list the remaining directory flags and note core chat options + --help - add the required cabal.project.local OpenSSL step; use `cabal list-bin` - hosting page: copy files out of the repo (directory.js is a symlink, data URL is a top-level const), provide /img/group.svg, promoted.json unused - bootstrap: bot prints/creates its contact address on startup - document --owners-group / --directory-file (+ --migrate-directory-file) - redraw lifecycle diagram; Active->PendingUpdate on link removal vs Active->PendingApproval on other profile changes; SuspendedBadRoles auto-restore * directory: clarify group lifecycle diagram Linear forward-path diagram (invitation -> Active), with transitions out of Active as a list instead of cramped back-arrows. --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>