diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/client-feature-audit.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/client-feature-audit.md b/docs/client-feature-audit.md index 38d710e..ec40e4d 100644 --- a/docs/client-feature-audit.md +++ b/docs/client-feature-audit.md @@ -16,7 +16,7 @@ RFC 4642, RFC 4643, RFC 5536, RFC 5537, RFC 6048 and RFC 8054. | Group discovery | Present | LIST NEWSGROUPS, OVERVIEW.FMT, NEWGROUPS and NEWNEWS are available. | | Overview | Present | `OVER` with `XOVER` fallback. | | Article retrieval | Present | ARTICLE, HEAD, BODY, STAT, LISTGROUP and HDR are available. | -| Posting | Present | Direct NNTP posting with MIME, VFace and optional age/Ed25519 metadata. | +| Posting | Present | Direct NNTP posting with MIME, VFace and optional Ed25519 signing metadata. | | Threading | Partial | Local thread trees and References-aware replies are available; tree UI remains. | | Search | Partial | Basic overview filtering only; no indexed local full-text search. | | Offline cache | Present | Local article metadata/raw cache and drafts use atomic 0600 JSON state. | @@ -24,7 +24,7 @@ RFC 4642, RFC 4643, RFC 5536, RFC 5537, RFC 6048 and RFC 8054. | MIME and attachments | Partial | Text MIME works; attachment file selection/presentation remains. | | Identity | Present | VFace profile, deterministic PNG, SHA-256 metadata and public verification link. | | Identity verification | Present | Reader verifies VFace hashes, Face and Ed25519 body signatures locally. | -| OpenPGP/MIME posting | Deferred | OpenPGP is reserved for the YubiKey integration, not a standalone composer format. | +| Message encryption | Deferred | Deliberately excluded from the classic Usenet client; revisit in a mixnet context. | | SURB | Deferred | Kept separate from classic Usenet and body encryption. | ## Complete client scope @@ -39,7 +39,7 @@ RFC 4642, RFC 4643, RFC 5536, RFC 5537, RFC 6048 and RFC 8054. - `COMPRESS DEFLATE` when advertised, with a user-visible opt-in only on cleartext NNTP; it is rejected on every TLS connection; - exact response-code handling and a diagnostic transcript that redacts - credentials, public-key URLs and article bodies. + credentials and article bodies. ### 2. Group and article navigation @@ -60,7 +60,8 @@ RFC 4642, RFC 4643, RFC 5536, RFC 5537, RFC 6048 and RFC 8054. - moderated-group detection and an `Approved` workflow only when the server or moderator policy authorizes it; - MIME multipart text and attachments, with strict size and line limits; -- age as the software encryption format; OpenPGP only through YubiKey; +- plaintext as the classic posting format; Ed25519 signing is optional and + YubiKey support is limited to signing and verification; - post result showing the server response and assigned article information. ### 4. Local filters and scoring |
