Per-tier audio bitrate: Free 64, Plus 96, Pro 128 kbps.
Configurable text/voice reply threads and depth.
Registration/login-only honeypot and internal CAPTCHA.
Optional Google reCAPTCHA v2/v3 with server verification.
Archive/export support for replies and bitrate.
Dashboard controls for all settings.
Verified JavaScript, JSON, SQLite migrations, desktop/mobile UI, and
browser console. Native PHP lint was unavailable because PHP is not
installed.
Google implementation follows Siteverify and reCAPTCHA v3.
Replaced polling with a single queued cursor worker, timeout recovery,
backoff, deduplication, chronological insertion, and capped DOM history
in cyberchat-v4.js.
Removed Groups UI, API, configuration, tier features, admin controls,
and archive exposure.
Legacy group records remain stored but inaccessible.
Added configurable polling limits in config.json.
Fixed polling after voice/text sends.
Changes include:
Stalled polls abort and retry automatically.
Polling now schedules after each completed request.
Local sends no longer advance the server cursor and skip interleaved
messages.
Sends trigger immediate reconciliation.
API requests bypass browser caches.
When disabled:
Group navigation and channel selector are hidden.
Group API operations are blocked.
Active sessions update automatically.
Existing groups and messages remain preserved.
Static and browser tests passed with no console errors.